Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested MS Visual Basic Solutions: 7276 - 7300 of 8631
 
I have a "generic" search dialog that I am able to fill a datatable with two columns for searching. These two columns may be different types from Integer to String to DateTime There is on...
Hi Experts. I use an ODBC connection to a Lotus Notes DB. I can get the value fields from a view in a DataTable, but not the formula fields. Therefore I need to make a similar expressions in ...
I would like to use theIDLE MIND accepted solution to this question already posted. However I also want to check for a space and the " quotation mark in the list of acceptable characters that ...
This may seem like a silly question but, is there an option like VB6 had that will cause VB to not automatically save the project files when you click "Run"?  (or at least ask before saving). ...
Can you direct me to a tutorial on how to devlop crystal report  for ASP.net? I'd like to know how to:  - call crystal from the ASP.net application (VS 2005)
I want to develope a website with Visual Web Developer Express 2008.  The server hosting the website will have SQL 2005 Standard.   How do I install Visual Web Developer Express 2008 without t...
I have this code that I saw in a book but it connects thru ODBC. I would like to use it to connect to SQL Server instead. Please convert the code for that purpose Function SQLReturnRS(ByVa...
Hi, I'm using VB 2005, WinForms. I'm trying to add a new record to my Database Tables and am getting the following error message. >> An unhandled exception of type 'System.InvalidOperationE...
I have a DataGridView that has about five columns in it plus an email address column.  I would like to email each id_num in the view along with the data from those five columns/fields for each...
For now I just need to read Rows and Fields  (but don't want to use Reader,  because I will Read/Write later) 'In Pseudo Code: strField="PartName" rsMyTable.MoveNext strData = rsMyTabl...
I would like to extract the string in Label4.text = "Enrollment VI-F" (But this  label4.text could be anything) into separate lables. For example here.. Label1.text = "Enrollment" Label2.t...
I have an XMLRPC server response with a structure. This structure contains a variable which starts with a number at the beginning (for example, <name> 3stooges </name><value><String>John</Stri...
I need to parse a text file so the results only show like the following: The data.txt file I'm parsing from: D08-10-06 10:05:27.010 XXX:390823892aw4dca: -rate(Dlr/u):15.792581 for ASDGAD...
Hey Everyone, Let's say I'm creating a 32 bit application that allows users to enter and save cooking recipes.  I want the user to be able to have seperate "data spaces" for say Italian Foo...
All I want to do is call this method after I leave a textbox but I get an error saying: "Value of type System.Windows.Forms.KeyEventArgs cannot be converted to System.Windows.Forms.DataGridVi...
Are there many hurdles to overcome moving to .NET.  Im fine with OO coding as i have used java before.  In VB6/VBA i was using DAO to access databases and compiling to an exectuable was easy f...
i am using datagrid and when i click in first row 3 column it shld show the list box in its original position and for next time in next line in same column it shld show in different location l...
I'm fairly new to VB 2008 and want to make sure I'm doing things right. Is there any difference in performance, exceptions, flexibility etc. between         Dim F As System.IO.StreamReader...
how can I get a combobox in a datagridview to show the dropdown list without clicking it twice. First click to select the control, second click to dropdown. Does anyone know how? Michael
I have a status toolbar item which displays the duration for a process. When the process starts I call "TimeStart()" and when the process ends "TimeStop()" as below. Im having trouble addin...
hi im designing an application in which my main form (is mdi container) has the "FormBorderStyle" property set to "None". I need this to be so because I need my app to have its own GUI. ...
When I'm looking at some demo TAPI projects that a software company sent me, everything works fine with the TAPI driver for my telephone. (Visual Basic 2008, Windows XP) However, when I sta...
I have a win-form vb.net application that needs to access computers on the network. Inside the application I'm impersonating Domain Admin user (I used these same credentials to successfully lo...
Hi, the attached code adds a new line at the top of a richtexbox and colors it with the given color. There is a small problem and I couldn't find a way to solve it. When user clicks anywhere o...
Hi, I have this function in vb .net that appends a text to the textfile:     Private Sub WriteLog(ByVal filename As String, ByVal message As String)         Dim sw As StreamWriter     ...