I have a CSV file called Timecard.csv. I need to be able to open that file and add data to it from a form that contains three textboxes (the correspond to the data in the sheet). I have tried ...
I have a (working) progress bar. My problem is that the complete file transfering progress is taking MUCH longer than usual. I know it has to be with the application reporting back to the prog...
I have a table on a page that contains several Labels and text boxes. These labels and text boxes are not visable untill a button is clicked. When the button is clicked the table is displayed....
I have a series of textboxes that gets updated by vb.net functions.
My problem is when they update, the values of the textbox are updated, but the textboxes in the browser do not.
It's...
Hi,
I have a windows form with one datagridview.
The scenario:
1. It has several rows of data.
2. Current selection is at row 5.
3. I point the mouse to row 3 and right click (no left...
I am importing an excel spread sheet into a dataset.
One of the columns is being marked as a system.double. The problem is one of the cells within the column has the little green triangle ...
I have inherited a VB.NET 2 winform/win service project that every night transfers data and scanned TIG images from an access db on clients' desktops to a central server SQLExpress via a corpo...
Hi Experts,
I have a datagridview with 2 columns. I want to force the user to enter a value on them before the system moves on to the next row.
Would appreciate any ideas on this.
Th...
I have a little code snippet in VB 2005 to delete a profile- and home folder of a Citrix user. This works fine unless the Citrix user added some favorites for his Internet Explorer. While dele...
I am calling a rich text boxfrom different threads using invoke in its own class. It is compiled as a COM DLL object and that is what is instantiated in the project. I am able to send output...
I am tring to develop an application in VB .NET. As part of this app I want to download and upload files to a FTP site but I cannot get it to work. The application works well when the mobile d...
I would like to get the word over which the mouse pointer is hovering in a text box in vb.net
I would also like to get the character under the mouse pointer
I want to get this data without h...
Hi, I need to download a set of reports and copy or move the first spreadsheet from each one into a master workbook. I don't mind if I have to move it out of the source workbook each time just...
I trap on this line in code and these statements run fine in Query Analyzer but I cannot get this to run through my VB.Net ODBC Connection. I'm using ODBC since the program I'm integrating wi...
I have image retrieval from SQL server working the intermediary page method. I'm looking for a method to do this without the intermediary page.
Thanks, Mike.
I have an application in Visual Basic 2005 that uses Adobe PDF Reader as a control to display a document that already have text boxes included on it for user interaction. Can I access these b...
Hi,
I have a control which is having a drag drop event.
But, I would like to do some checking, and if it fail to meet the requirement, then it will cancel the entire drag drop event. (some...
I am trying to capture the mouse click anywhere within the browser page and manually advance to the next set of data.
This is a kiosk type application. Simply displays performance statistic...
I am using the following code to check datagridview1 column 5 for any matches and make change if match found. Only searches row 1 though. What is wrong here? How do I refer to all rows?
If ...
How can i code button font sizes/font/color?
Thank you!
Charlie
VB.NET 2005
Hi, I have an XML file in my application that I'd like to edit - WHILE - the application is running. I've worked out all the code in my editing process and it works fine on a test file, but wh...
I have some VB .NET code (that works!) to loop through a OLE DB connection to a Visual Foxpro Database using a datareader to process the individual rows.
For some of the tables I have to pr...
I have bundled version of crystal reports that I use with visual basic 2005. Is it possible to sort fields by the week day, (M-Sunday). For instance, I need to pull all the employees and the...
I have an existing VB6 program that automates program builds. It reads a database to determine what needs to be built, opens the VB6 project and compiles it, and if successful goes on to the ...
I'm using Visual Studio.net 2005 and as a code behind vb.net.
I'm calling a webpage dialog using this below:
cmdPrint.Attributes.Add("onclick", "modalWin(); return false;")
This webpag...