| Thread | Last Post | Replies |
|
| Logic | 01 Aug 2007 00:40 GMT | 1 |
This is more of a logic question than anything else. I really struggle with these types of seemingly simple problems. I have a form with several criteria and want to set a limit on how often the button on the form is "alive". If the criteria is changed I allow an update, but if ...
|
| Help with inheritance problem | 31 Jul 2007 21:22 GMT | 4 |
I have several classes that will have a property of type List (of whatever). For example, I will have collections named: Protocols that will have a property named Items as List (of Protocol).
|
| Deployment | 31 Jul 2007 17:41 GMT | 2 |
Reading the help file it says in step 2 to click on "other project types" and then click on "Setup and Deployment projects".( see below ) I am using vb2005 express. Im assuming this is not an express option? I do not have that option available. All I have is:
|
| Terminology - Reflection | 31 Jul 2007 17:01 GMT | 5 |
What exactly is Reflection ? I've looked at the definition in Help but I don't find it very helpful! I just stare at it blankly and can't quite seem to grasp its meaning conceptually. Reflection implies something reflected. Does anyone have a good cogent description of its ...
|
| how to turn on grid in developer | 31 Jul 2007 16:50 GMT | 6 |
How do I turn on the visual grid in the web (asp) design environment. I know this is stupid but it's counterintuitive to me.
|
| help with .net2005, sqlserver 2000, listbox textbox and SELECT...FROM | 31 Jul 2007 16:39 GMT | 10 |
Hi, I have a huge problem which drives crazy for a month... I am working on a database program and I am using .net2005 and Sql server 2003. In a form I have a listbox and two texboxes and there's also in my database a table with three sells: "name", "e-mail" and "address".
|
| listbox with multiple columns | 31 Jul 2007 16:05 GMT | 2 |
i need to display 2 columns of data in a list box. how would i set this up IN CODE. say my table is tblNames, and i have 2 fields, FirstName, LastName, and want the data to show up in 2 columns, LastName, followed by FirstName
|
| HttpWebRequest vs. web reference | 31 Jul 2007 15:20 GMT | 3 |
I'm trying to understand the difference between sites like Google that offer web references (a .wsdl file) that I can add into my program and those sites like USPS I have to create a HttpWebRequest to access. Is the .wsdl file just a way to make it easier for us to user the
|
| Need your help: read text file | 31 Jul 2007 13:44 GMT | 6 |
I am creating a vb application which is some like like a questionare. Application read a text file which contains many questions and display one question and the input is needed from user to calculate the score. Here is a problem.
|
| Running MS Word in VB.net with a switch | 31 Jul 2007 13:43 GMT | 3 |
We are currently running Word in a form OK. However, we need to run a dedicated instance. In order to run this instance, as a service we use the following code: Dim p As New ProcessStartInfo("winword.exe", "/x")
|
| Text limit in text box? | 31 Jul 2007 13:30 GMT | 1 |
I am using a textbox for dumping information generated by the file system watch object. I am having this problem that always at some stage new new information stops being entered into the textbox even though there should be. If I clear the textbox, new information
|
| Array in a property | 31 Jul 2007 12:10 GMT | 3 |
Hello to the pro's, I want to use an array in a class. This array should be visible as a property. Just can't seem to find out how to do it.
|
| string work | 31 Jul 2007 11:47 GMT | 4 |
i'm trying to change a number inside a string. (i.e. 5.39) if the number in position 2 is < = 4 then change it to 4 if its > = 5 change it to a 9. how would i do this in vb 2005?
|
| Program with HTTPListener is idling at 100% cpu... | 31 Jul 2007 11:27 GMT | 3 |
I have made a program, that simply runs as a tray icon in the systemtray, providing a HTTP Server using HTTPListener. I have one problem however, it idles at 70-100% cpu. It could be 1 of 2 things:
|
| Associate Icon with Executable Produced by VS 2003 | 31 Jul 2007 10:28 GMT | 2 |
The executable produced by my VB .NET/VS 2003 application has the default blue icon associated with it. I have a custom .ico image I use for shortcuts in my build and it works fine. What I cannot figure out how to do is to also associate my icon image
|