| Thread | Last Post | Replies |
|
| Getting sort error on datagrid column name | 29 Oct 2004 20:53 GMT | 1 |
In VB .NET I load the contents of an Excel or comma seperated values file into a dataGrid (via a datatable). One of the columns has a comma in the name of the column. So for the comma separated values files I put double quotes are the column name. What I see is that the name ends ...
|
| Newby Question : Update to Sub Main in vb.net | 29 Oct 2004 20:35 GMT | 16 |
I'm trying to implement an overall error handler in my VB.NET windows application. I need to place an "On Error Goto" in "Sub Main". I have tried to create a Sub Main and have had no luck - all the examples
|
| Newbie: SQL Server connection | 29 Oct 2004 20:24 GMT | 5 |
I am dealing with complicated (at least for my standards) created at runtime Sql queries. The string construction can get quite complicated and prone to errors because the possibilities are so many.
|
| How do you get a window's size when WindowState <> Normal? | 29 Oct 2004 20:11 GMT | 2 |
I had the answer to this but lost it. It's an API call but I can't find it in the API giude. Could someone refresh my momory? TIA, Bob
|
| Getting the user's DN | 29 Oct 2004 19:55 GMT | 8 |
Using VB.Net, I would like to retrieve the currently logged in user's DN from Active Directory. Alternatively, if, using WindowsIdentity, or something similar, I would like to get the user's full name that is found on the Workstation Locked screen between the ( )'s.
|
| just a quick question about data adapter wizard | 29 Oct 2004 19:52 GMT | 1 |
hey all, when you use the sql data adapter wizard and look at the code behind, the sql statement looks like the following: select * from dbo.products
|
| move data from one datatable to another | 29 Oct 2004 18:55 GMT | 1 |
I have 2 datatable, "dt1" and "dt2" I would like to know what is the best way to move the data across? I just want to move all the data from "dt1" which the "Category" column is "CatA" to "dt2", so the data will no longer left in "dt1".
|
| formula syntax checker | 29 Oct 2004 18:39 GMT | 1 |
I need to implement formula syntax checker (like crystal reports formula field or something like than) Like this it should be : I have tree list with some fields which user can ad to formula (field will later have values not in time when user adding in
|
| How to count no of record ? | 29 Oct 2004 18:38 GMT | 7 |
In my store procedure , i will select * from myTable, and I will while-loop the result by using datareader in vb.net . Now, Can I know the number of records before I while-loop the resut ??
|
| Multi page | 29 Oct 2004 18:08 GMT | 1 |
I would like to know where can i find in VB.NET, the multi page control like i had under VB6 ? (the multipage component which can be controlled without using page tabsheet) thanks a lot,
|
| Can't instantiate a user defined control | 29 Oct 2004 17:50 GMT | 1 |
I have the following code: ============================ 01 public class A 02 inherits System.Windows.Forms.TextBox
|
| embedded resources | 29 Oct 2004 17:48 GMT | 1 |
i've created a custom installer that automates some things one of which is the creation of database tables. i have put a sql script ("automation.sql") as an embedded resource in the custom installer project (whose name space is "installer"). here's the code
|
| VB.net 2002 reboot error | 29 Oct 2004 17:44 GMT | 1 |
I have been trying to install vb.net 2002 and keep getting the following error: Setup has detected that another program requires the computer to reboot. You must reboot the computer before installing Visual Basic .NET Windows Component Update. Once the system reboots, you need ...
|
| How to delete all files when i click on Uninstall | 29 Oct 2004 17:31 GMT | 3 |
I want to delete or clean all files when i click on uninstall. How can i do this ,if any one knows the solution please let me know,this is very urgent need for me
|
| ComboBox: Value after change event. | 29 Oct 2004 16:50 GMT | 2 |
I have a DataBound ComboBox, which has a text value as the Value property, and the UniqueID for that value is bound to the Combobox.Tag property. When a user makes a new selection in the combobox, I need to run a SQL Query with the UniqueID of the new value they are picking.
|