| Thread | Last Post | Replies |
|
| Interop.SHDocVw not found, after added as reference | 22 Jan 2005 10:05 GMT | 7 |
I am trying to take a working VB.NET program (the SHOW HTML program from the Halvorson book) and pass in parameter values which are used to build the URL that IE looks up. The original program works with a fixed URL, such as
|
| EnumNetworkDrives | 22 Jan 2005 06:43 GMT | 5 |
The following VB Script lists all of the mapped network drives. How can I get the same information using VB.Net. Thanks, Fred
|
| Trying to emulate System assemblies... | 22 Jan 2005 00:37 GMT | 1 |
I'm trying to figure out how Microsoft were able to setup the namespace/assemblies in such a way that the corresponding Class Library DLL's seem to be aware of the other Parent/child DLL relationship? i.e. System (is a System.DLL), System.Data (is System.Data.DLL), etc. etc.
|
| Deployment problems | 22 Jan 2005 00:17 GMT | 1 |
I have written a .Net web application to deliver data contained on a SQL server to web pages requested by a client. The .aspx page generates an SQL statement pointing to a stored procedure on the SQL server, and connection is made via a connect string containg server name, user ...
|
| Asp.net: detect textbox scrolling | 21 Jan 2005 23:26 GMT | 1 |
I have an asp.net textbox with some EULA and a button to accept the EULA. The textbox will have scrollbars since the EULA is several pages. Is there any way using asp.net, vbscript or jave to detect if the user scrolled the textbox down to the bottom?
|
| Newbie question: Mid or Substring??? | 21 Jan 2005 22:46 GMT | 4 |
I'm quitte experienced with VB, but now I'm starting with VB.net and have a (newbie) question about the functions to use in VB.net. Should I use the covential functions like 'mid', 'left' etc. or should I use the .NET functions like Substring etc.
|
| Reset a form? | 21 Jan 2005 22:30 GMT | 4 |
If you have a form with multiple controls e.g. radio buttons, checkboxes, etc., is there a way that you can reset the entire form to its original state, other than setting an instance of the form to "Nothing" then redeclaring it? Thanks.
|
| Datagrid inserts blank space into textboxes? | 21 Jan 2005 22:28 GMT | 1 |
Hey All, Kind of a series of anomalies here with one root source, I believe. I have an editable, paging datagrid. 1.When one clicks "edit" textboxes open up on row x, HOWEVER, if one
|
| Looking for a component to validate a license key... | 21 Jan 2005 21:30 GMT | 2 |
I want to integrate into some components (webcontrols, custom DLL, custom command lines tools...) a license validation. The license will be attached to the client's name and the primary hard drive ID of the customer computer. (or any combination to make sure that the tools
|
| Interacting with SQL SERVER DBs | 21 Jan 2005 21:23 GMT | 1 |
I am new to Databases in VB.NET. I had no problem using them in VB 6.0. I find that it's a bit confusing under VB.NET especially that the literature available presents sophisticated examples (with lots of "bells and whistles") that tend to lose users that prefer starting with simple ...
|
| Datagrid | 21 Jan 2005 21:12 GMT | 2 |
What event do I need to capture when a user changes the column width in a datagrid? Geoff
|
| Make the text file unreadable? | 21 Jan 2005 20:36 GMT | 5 |
Hi, all, I'd like to know if there a way to make the text file unreadable. I want the user to read file only in my program, but not allow to read files from outside of my program. How to do that?
|
| how to create a control similar to the property grid | 21 Jan 2005 20:35 GMT | 4 |
Thank you in advance for the assistance. Anyone knows how to create a control similart to the property grid? I mean a treeview and a second column. Thanks
|
| Database copy to Dataset | 21 Jan 2005 20:33 GMT | 1 |
is there a way to have an exact copy of a database copied to a dataset including the relations and constraints? Thanks
|
| Retrieve data from an Excel spreadsheet using ADO.NET connection objects | 21 Jan 2005 20:15 GMT | 1 |
I want to retrieve data from an Excel file like how I would with a database. I understand that I would have to use OLE DB. Somehow I think I cannot get the connection string right, as the bit of code fails at "objConn.Open()" with the error:
|