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 a form with tens of textboxes, checkboxes, comboboxes, and radio button groups, and one button. I want when clicking the button to display in a textbox the control that had the focus be...
See code below...
How do I anchor the button 'myAppt' to the bottom-right in the panel insted of the top-left?
Private Sub Uploadresults_RowCommand(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewCommandEventArgs) Handles UploadResults.RowCommand
Dim filename, title As Str...
Due to some javascript formatting of social and phone numbers It was easier to utilize just HTML controls for those fields rather than converting my formatting functions to strings and registe...
I need to set the data sources for my projects connection strings when the application is loaded. Ideally i want to read from a table or .txt document to get the data sources. Does anyone kn...
Hello.
I'm developing application in which I have DataGridView with employee list.
I also have ContexMenuStrip and when I right click on selected item then I can print Crystal Report about s...
It warned me...
I had to reset the password for my user account (administrator group) from the computer management window. I got the usual message, but had never had a problem before.
N...
Hello,
I am trying to create a treeview control that displays all the files on my hard drive. I am completely stuck. Can anybody give me the source?
This code reverses the string and gives me the ASCII of the string. Now I have the ASCII code , how can I get reverse the code and get the actuall string back again?
Hello,
I am appending text to a BAT file, which is a text file, using a variable and when I append new text it is in qoutes. How can I eliminate the quotes? The batch file is used to feed dat...
I have developed a user registration system to be used over the internet. It is written in MS VB using MS visual Web Developer. I used MsgBox to send various messages to the user. This worked ...
I have a form that has a button on it with 2 textboxes. Here is what I need to happen.
I need for the button to be disabled if both textboxes are empty. If the user clears out one and one...
Hi Experts,
I want to auto fill the username and password fields of a website login page using the document Object Model. The website main page contains one frame which contains the usernam...
Hi,
I have a small application that runs on a HTC Touch device. Basically it takes a picture and saves it to a sql server database via a webservice.
The device is running Windows Mobile 6 a...
Hi All,
I have a number of reports created in a Microsoft Access database. Is it possible to open them using a ReportViewer control in VB.Net so the user can view the reports without openin...
I have a table on a tab, and thus don't have a huge amount of real estate to work with, so I wanted to limit the table to 9 rows shown before the vertical scroll bars appear, however - this co...
I want to know if it is possible to change the color of a form only while the form is printing. Grey color on form when on the PC, and white background color when printed (to save on printer t...
I created a windows service to copy files from a computer to a network share. The mapped drive is only on a certain specified user. The windows service runs under the LocalSystem account, so i...
Hello, you guys are my last hope. I have posted this question on several forums and noone seems to know my answer. Anyways, I am making a game server admin tool so i can manage my game server ...
How can I attach a document (PDF or a text doc.) to an email program for example Outlook using code in Visual Basic. Thanx for any help
1) Using VB 2005, I need to connect to an ftp server using a user id and password
2) Change directories
3) Upload a BINARY file to the current directory
More details: Limitations of the e...
I am getting continual errors in adding an OCX reference to my .NET project.
I have tried two methods:
1. add reference and then add control to my form
2. run aximp to create the interop....
Hi,
I'm using an ExecCmd subroutine from VB6 to start a second application (with a command-line string) and wait for it to finish before continuing. I'm calling the subroutine as follows:
...
So far my try/catch blocks work for calculation purposes but I cannot get it to work for "saving and clearing" purposes. I would like to clear the client data that was newly entered upon clic...