| Thread | Last Post | Replies |
|
| How to use a class created in C# in VB.NET? | 21 Sep 2004 12:24 GMT | 1 |
I am working with WebApplications(VB.NET).I have created a class in C#,but I want to use this class in my VB.NET application. How can I do this? With thanks in advance, Jahfer
|
| Auto-fill combobox | 21 Sep 2004 12:22 GMT | 1 |
Does anyone know how to get an auto-filling combobox on a form? When I add a combobox to a form I can set the DropDownStyle property to DropDownList. This will make the combobox auto-filling. But the user then can't enter text in the combobox which isn't in the list.
|
| menuItem type | 21 Sep 2004 12:21 GMT | 1 |
i want a menuItem to be like a checkBox how can i do that? thanks
|
| newbie help | 21 Sep 2004 10:44 GMT | 1 |
I am getting error while connecting to ftp server. The description of error is "The type initializer for "System.Net.NetworkingPerfCounters" threw an exception." Can someone tell me reason and solution for this problem. Because this
|
| Connection Handling | 21 Sep 2004 08:02 GMT | 1 |
1) Open one connection to the database and reuse the connection all the time until i exit the system. 2) Open connection to the database, close the connection when the query finish, reopen again the connection for another query and close it when
|
| DLL Conflict | 21 Sep 2004 06:57 GMT | 1 |
Today I was using MSIE to talk to a server that wanted to download and install an ActiveX or somesuch to my machine so that I could use all the features of the server, but it couldn't, because DotNet was already installed on my machine. The download failed repeatedly. I talked ...
|
| master details question | 21 Sep 2004 04:35 GMT | 6 |
Hey all, I have a form with a datagrid on it. I want to be able to click on any row and show another form with a datagrid of the details on it. How would I do this?
|
| How to create One Setup Executable? | 21 Sep 2004 01:14 GMT | 1 |
I am developing an application using VB .NET 2003 I will sell it in a Web Store. I understand not every Windows machine necessarily have the .NET runtime 1.1 installed... So I used the Setup Bootstrap in my VisualInstaller project...
|
| Parsing a filename | 21 Sep 2004 01:12 GMT | 4 |
I have a recollection that somewhere in the .Net Framework are methods that will parse a fully qualified filename into its components (path, base file name, extension, etc.). Unfortunately, I'm having trouble finding it (assuming that my memory is correct). Can someone point me to ...
|
| How to set the UserLogonName attribute in Active Directory | 20 Sep 2004 23:31 GMT | 1 |
Hi, I'm creating active directory users programatically and everything works fine, but I could notice that the UserLogonName on the microsoft Active directory Console is not set. Does anybody have some idea how to set it correctly ?
|
| Problem Downloading a zip archive using HttpWebResponse | 20 Sep 2004 22:39 GMT | 1 |
I am trying to download zip files over HTTPS with the HttpWebResponse object in C#. I've stepped thought the code and what seems to be happening is the Stream.Read method will only return 1040 Bytes from the stream regardless of the size of the file. Is anyone else having this ...
|
| Property Description | 20 Sep 2004 19:11 GMT | 1 |
I am writing a very large class with 150+ properties. The number of properties and overrides is making the class hard to understand for other developers. I would like to be able to give a description of what information each property is returning. I have seen many times where ...
|
| Enums and Interfaces | 20 Sep 2004 18:44 GMT | 1 |
I was wondering if anyone could help me with this problem. I have an Interface with one method that passes an Enum as a parameter. I want the enum to be defined in the class that implements the interface e.g.
|
| IUSR_machinename vs ASPNET | 20 Sep 2004 17:57 GMT | 2 |
I am trying to ascertain the difference, in terms of access and privileges, between the Internet Guest User Account (IUSR_machinename, where machinename is the name of your computer) vs. the ASPNET user (ASP.NET machine account).
|
| Form transparency | 20 Sep 2004 17:03 GMT | 2 |
I have a background image for my form that has an alpha channel (PNG or GIF). I would like my form to become semi-transparent and partially show the desktop. I can figure out how to set the form's transparency key to a color and have that color become totally transparent, but I ...
|