| Thread | Last Post | Replies |
|
| Using a Listview to Populate a combo box | 01 Oct 2004 00:14 GMT | 2 |
I am trying to Populate a combo box from a selection in an adjacent Listview. The Listview lists as a string the field names of 4 different fields in tblFile. So far I can populate the combo box with the correct number of records(only 4 in the test database) but the
|
| Client port for SQL | 30 Sep 2004 23:51 GMT | 2 |
I'm running a vb.net Windows application that communicates with a SQL Server using SQLClient.SQLConnection. How do I specify the port on the client that should be used for this communication? I would like to have a setting in the application that will
|
| Formatting an HTML table using VB.Net | 30 Sep 2004 23:50 GMT | 10 |
Hi all :-) I have a weird formatting problem with an HTML table that I am populating using VB.Net and HTML. Here is the snippet of code for the cell I'm trying to format: Dim ld_tot_pet_clean_fee_calc As Double
|
| 2D Array memory storage configuration? | 30 Sep 2004 23:45 GMT | 2 |
How is a 2 dimensional array stored in memory? That is: for a(i,j) is the array stored as sequential blocks of i or sequential blocks of j? Or, does it depend of hardware?
|
| .Net Framework 1.1 download | 30 Sep 2004 23:17 GMT | 1 |
Could anyone please tell me all the download link addresses of .Net Framework 1.1 in Microsoft.com? Thank you!
|
| ErrorProvider and Grids | 30 Sep 2004 22:23 GMT | 1 |
Is it possible to make use of the ErrorProvider logic in a grid?
|
| How do I call a method of another from | 30 Sep 2004 22:07 GMT | 33 |
I have a Customer form say A to enter/update customer details. In the Form A I have a button which opens another form say B. In the Form B, I am providing user with a option to search Customer from the database depending on various search criteria.
|
| What does "'[fieldname]' is not a member of 'String'" mean.... specifically | 30 Sep 2004 22:07 GMT | 3 |
Greetings All, I have never seen this error before, and after an extensive search of Groups, I cannot find a satisfactory answer to my basic question. What exactly does "is not a member of 'String'" mean specifically?
|
| Cant create/edit stored procs in VS.Net IDE | 30 Sep 2004 21:36 GMT | 1 |
The Visual Studio help says that I can use the Server Explorer to create/edit stored procedures. The example says to right click the server explorer database "stored procedure" node and a popup menu will enable the creation of a new stored procedure.
|
| Assign a DBNull to Optional parameter | 30 Sep 2004 21:30 GMT | 1 |
Is there a way to assign a DBNull value to an optional parameter of a function? I tried: Public Function AddUpdateCases( _
|
| Calling MS SQL's Query Designer to reformat SQL Statement? | 30 Sep 2004 21:19 GMT | 1 |
i would like to make a small utility which allow me to reformat the sql statement from clipboard. I am finding ways which allow me to make use of MS SQL's Query Designer. http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vdtsql/dvrefsql pane.asp
|
| How do I resize a form | 30 Sep 2004 21:03 GMT | 3 |
I would like to resize a form to it's maximum size, as if I hit the maximize button after it loads. How would I do this programatically in VB.NET? Thanks,
|
| Storing links in string array using WebBrowser Control | 30 Sep 2004 20:40 GMT | 5 |
I have a WinForm application that has a WebBrowser Control. I can navigate to any website fine. I want to store the link addresses in an array to be called back later. For example, if I visit a news website's main page (www.newswebsite.com),
|
| Returning a Class from a function | 30 Sep 2004 20:19 GMT | 6 |
Is it possible to return a class (not an instance of a class) from a function? For example (actually tried this code, it didn't work, but it's what I want sort of): Class EventMessage
|
| Ctype(Stinrg,Date) works with non-numerics | 30 Sep 2004 20:03 GMT | 7 |
I am trying to validate a textfield to ensure it holds a time. I use a try/catch block to see if I can convert to a time & if it works then I blindly 'assume' it was OK. This single line
|