| Thread | Last Post | Replies |
|
| Help with WEB reference Windows Server 2003 | 27 Jan 2005 21:07 GMT | 1 |
The error is: The proxy settings on this computer are not configured correctly for Web discovery. MSDN states that this is caused by: This error appears in the Add Web Reference dialog box if you are developing on a machine that is behind a firewall and a proxy server has not been ...
|
| Just plain reading a CSV into a two dimensional array | 27 Jan 2005 20:53 GMT | 1 |
Hello - I can read the csv file line by line into a one dimensional array - no problem. But when the data has 7 columns - and you'd like the Names to appear in a combo box, it can get tricky. Fred,0,0,0,0,0,0
|
| Name Parameters - Access | 27 Jan 2005 20:49 GMT | 1 |
Help! I'm writing a vb.net application that uses Access as a database. I've got a bunch of queries that I wrote within Access. I'm running them from VB. Most of these queries have parameters. I'm adding parameters to an OleDbCommand
|
| background timer process Q | 27 Jan 2005 19:57 GMT | 1 |
One more tweak to my survey program. Since all the survey records are stored in a dataset and updated to the database only when the program closes, I need some sort of protection against a system crash. So, I'm trying to have a timer running that updates the database every 10 ...
|
| MSDN XPBurn error under Windows 2003 | 27 Jan 2005 19:15 GMT | 3 |
Hi All.. I am trying to program into an exisitng vb.net application, the ability to burn to a CDR/RW. I cam across the above .net component, exactly what I needed, and proceeded to include it into my
|
| How to determine the version of a .dll? | 27 Jan 2005 19:08 GMT | 4 |
I need to write a small application that can check the version of a .dll currently installed, and the version of the same .dll on an ftp server. If the version on the ftp server is newer, it needs to be installed on the machine. I'm having difficulty getting the version info ...
|
| Using MSMQ on a workgroup? | 27 Jan 2005 19:05 GMT | 8 |
I have a service built that is trying to read messages from a private que. When this tries to happen I get this error.... A workgroup installation computer does not support the operation From what I read I need to have my system setup on a domain, is this
|
| Rounding Singles | 27 Jan 2005 19:05 GMT | 4 |
In C++, I was able to use this line of code (do not ask what about the object names--its for a game). reduce = AtkUnit.Hull / 100; To get a percentage to porportionally reduce another integer (the idea is
|
| Creating traffic simulator with VB .NET | 27 Jan 2005 18:36 GMT | 13 |
Dear Readers, This is my first post to this group. I was pointed to this group in a other vb group, so i have better luck here! For my learning curve of VB .NET i want to make a traffic simulation
|
| Event fired before Datagrid is re-sorted? | 27 Jan 2005 18:15 GMT | 2 |
It was suggested that I re-submit this question as a new post rather than adding onto an old and unanswered post. The basic problem has to do with the .NET datagrid and sorting. I am having trouble getting the correct row of data from the datagrid
|
| VB.Net Windows Service Startup | 27 Jan 2005 18:11 GMT | 3 |
My esteemed VB.Net gurus, I posted this question a week or so ago and recieved 1 response that helped me somewhat but really did not solve the problem (but I do appreciate the response).
|
| best way to do this | 27 Jan 2005 18:01 GMT | 7 |
hey all, my vb.net program creates a file a the c:\root but when the users run it they get denied. what are some different ways to resolve this authority issue? what's the best way to do this?
|
| Detecting Form Closure when X is clicked | 27 Jan 2005 17:54 GMT | 3 |
This has probably be asked before but I'm trying to trap the event before a user closes the main form of VB.NET application to show an error message if there are unsaved changes. Can anyone point me in the right direction?
|
| .NET TabControl Colors | 27 Jan 2005 17:46 GMT | 3 |
Is there any way to change the color of the tabs of the TabControl (System.Windows.Forms.TabControl)? I can change the background color, but the little tabs on the top are still gray. Thanks for the help.
|
| capturing the screen | 27 Jan 2005 17:16 GMT | 4 |
How can I capture a window or the whole screen and save it as a picture? Thanks Ahmed
|