| Thread | Last Post | Replies |
|
| Hide Method for TabPage object | 15 Oct 2004 07:15 GMT | 4 |
I've researched as much as I can on the issue, but I've not found any clearly defined statement that acknowledges that the Hide method for a TabPage object just doesn't do what it's supposed to do. This appears to be a bug, or maybe I'm using it incorrectly?
|
| Error parsing C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config Parser returned error 0x80070003. | 15 Oct 2004 06:23 GMT | 2 |
While installing ASP.Net on Windows 2003 I am getting the followin error : Error parsing C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\config\machine.config Parser returned error 0x80070003.
|
| VB.NET + MS ACCESS | 15 Oct 2004 05:53 GMT | 6 |
Can anyone recommend a book or source of info on how to use VB.NET with MS ACCESS. Visual Basic 5 and 6 had loads of such books describing how to carry out all of the every day db activities but I cannot find much for VB.NET
|
| How to generate a new solution much like an old one | 15 Oct 2004 02:48 GMT | 2 |
Sometimes I'll need to generate a new solution much like an old one. I'll generate a new solution. Then copy the project from the old solution into it. Then do an add project.
|
| open Excel/Htm file in Excel mode | 15 Oct 2004 02:35 GMT | 2 |
I have a file that is created in Excel and saved as an htm file. (if I open the file through Excel it open as Excel file, if I click on the file name it open in internet explorer). I need to read this Excel/htm file but in excel mode through VB.net, in
|
| Has Microsoft cancelled PDC 2004? | 15 Oct 2004 01:16 GMT | 5 |
I am hearing that Microsoft cancelled PDC 2004 and, perhaps, PDC 2005. Is this true? What's going on?
|
| From name cant be changed | 14 Oct 2004 23:12 GMT | 2 |
I am new to VB.NET (1.1) whenever i change the forms (name) from the difault "form1" I get a compile error when i run it. Any ideas ?
|
| Serious Performance, can .NET handle it? | 14 Oct 2004 21:52 GMT | 9 |
I want to write a HTTP proxy with C#, but I am unsure if it will scale; I need to handle at least 5000 simultaneous users per server. The servers can be MP with 2GB ram, that isn?t the issue. I will be filtering the http streams for keywords, so there is a processing load
|
| Unable to execute Shell command in ASP.NET to print using DOS | 14 Oct 2004 21:00 GMT | 4 |
I have an ASP.NET application using VB.NET.I am sending a DOS command to a machine on the network to print a file. This is achieved using xp_cmdshell Dim str As String = "xp_cmdshell ""type " & nwkfilepath & " > " &
|
| panel on panel question | 14 Oct 2004 20:57 GMT | 3 |
Why a panel on another panel (Win. Forms) doesn't display immediately, yet it will once u minimize then reopen the form? I have notice this. I have one panel ( color blue) on top of another panel (color red) .. the blue panel will not show up when I run the program..only after I ...
|
| Can .NET mix with Java ? | 14 Oct 2004 20:53 GMT | 5 |
My client wants to develop a web application using Java. I have several questions and seeking for MVP advise. 1. Does IIS support Sun Micro Java? 2. Is it possible for .NET to mix with Java, servlet, JSP etc?
|
| Can I prevent the debugger from stepping into a method? | 14 Oct 2004 20:50 GMT | 1 |
Is there any way to do something like this... Main() { foo(); bar();
|
| Visual Studio .NET 2003 Installation problem | 14 Oct 2004 20:43 GMT | 1 |
|
| Changing report grouping programmatically | 14 Oct 2004 20:39 GMT | 1 |
I have a report in VB.NET/Crystal Reports. I have a criteria form that users select between 2 different types of grouping (group by category or group by year). Can I programmatically change the grouping of a single report, based on the
|
| Can't open form in IDE when project opened from mapped drive | 14 Oct 2004 20:29 GMT | 1 |
I've read the various posts concerning file access on mapped drives--I think problem is different: The problem: Open a VB Winforms project from a mapped drive and all files open fine except form files. Their code opens fine but trying
|