| Thread | Last Post | Replies |
|
| Reference Problem | 02 Jul 2004 09:55 GMT | 2 |
When i try to add "add reference", I coulndt see any reference on .net tab. I also get message <The type library wrapper tool 'tlbimp' cannot be found on this system. Please re-instal visual studio> , when i try to add refence on com tab. I have re-instal visual studio but ...
|
| Macro to run before saving files | 02 Jul 2004 08:42 GMT | 2 |
can I somehow assign a macro to be run just before I save my files? I would like to remove trailing spaces and tabs before save. I already have a macro to do so. Version 7.1.3088
|
| How to link multiple .aspx WebForms together? | 02 Jul 2004 06:27 GMT | 3 |
Hi all, I am new in ASP.Net. I have a question on link multiple web forms together. Here is the scenario: I create an Index.aspx WebForm which consists of a banner and three navigator buttons as well as a body to load the content. It is exactly like a normal HTML page where there ...
|
| Inserting date datatypes via ado.net | 02 Jul 2004 06:17 GMT | 3 |
while inserting new records into SQL, i'm using the folloinwg sqlstatement> Dim MySQL as string = "Insert into roster (pname, pnotes, thedate) values (@pname, @pnotes, @thedate)"
|
| Good GUI design, the .NET way? | 02 Jul 2004 04:39 GMT | 1 |
I am beginning work on what will be a rather large .NET application. I have a treeview that I would like to be very "intelligent" in that it represents some program data and automatically updates itself. I am wondering what a good design pattern is.
|
| How do I get configuration file to point to the correct DB file? | 02 Jul 2004 03:37 GMT | 2 |
The program I have written with VB/NET 2003 has a Myapp.exe.config file that I did not know I would be creating. My program using an Access db and can not find the DB file after building the executable. When this config file is there it runs ok and when it is not there it
|
| How to Check for Dups in ListView? | 01 Jul 2004 23:52 GMT | 4 |
The following code is how I check for duplicates in a List box. This is simple enough as there is only one column of stuff to check. ' Check for Duplicates ' Search listbox (from last to first)
|
| Should be simple: installation dialogs | 01 Jul 2004 23:25 GMT | 2 |
I've added a custom dialog to my install package. The button labels are yes and no with button values of 1 and 2 and the ButtonProperty = "BUTTON2". I've also added a launch condition of BUTTON2 == 2. Seems simple enough. However, the installation presents the dialog but installs ...
|
| .NET & DataBase Providers | 01 Jul 2004 22:24 GMT | 5 |
We have .NET provider from Sybase which is slower in initial testing than the OLEDB provider from Sybase. Is anyone using .NET provider from Sybase, DataDirect or what? I am coming to the conclusion that no one is this group uses Sybase as a
|
| Learning .NET | 01 Jul 2004 22:11 GMT | 3 |
I'm thinking about learning ASP.NET. I currently have: Windows 2000 Pro Dreamweaver MX 2004
|
| executereader error | 01 Jul 2004 19:55 GMT | 1 |
I get this error when trying to run a SQL command, maybe my program is silly, I'm pretty new at this : Additional information: SqlCommand.Prepare method requires all variable length parameters to have an explicitly set non-zero Size.
|
| File Dates | 01 Jul 2004 19:00 GMT | 2 |
I want to read what a partially file date is. So I can log it and look back in the log and see if the auto update from another device has missed at any point. I have used FileSystemWatcher componets to detect the file has changed, I
|
| Annoying Visual Studio 2003 behaviour | 01 Jul 2004 15:02 GMT | 2 |
how can I have the cursor move back into the code window instead of the output window after a compile? It is very annoying to have to type ctrl-tab, ctrl-tab, to move the cursor back into the code. P.S. I do not want to use the mouse for this. VC6.0 did it just the way I
|
| Viewstate in asp.net | 01 Jul 2004 14:17 GMT | 2 |
How to understand and parse viewstate in asp.net?
|
| Combatting Keyloggers | 01 Jul 2004 14:13 GMT | 1 |
Hello: I work at a company and we make Database software. We use VB.Net and SQL server. Since data is very precious and important, we started thinking about the possibility of keyloggers (Since one of our customers used this to find out our support password.) We are now ...
|