| Thread | Last Post | Replies |
|
| Is Vista Ready for VS2K5 | 30 Apr 2008 20:56 GMT | 5 |
I'm about to get a new computer for VS2K5 development. Is it ok to get Vista yet or should I stick with XP? Thanks, Ross
|
| Delays in drawing lines and rectangles - .NET 1.1 | 30 Apr 2008 20:13 GMT | 1 |
Hello, I developed a program that drawing lines and rectangles from excel data using .NET 1.1 GDI+. It works fine normally, but in some computers there's delay drawing lines and rectangles.
|
| Running command line commands with parameters read from a text fil | 30 Apr 2008 19:50 GMT | 2 |
I am trying unsuccessfully to implement the following: Run a command in command line (cmd.exe) while the command will use parameter read from a text file. The user will select the file to read in a winform and the same command will
|
| Big Problem with Tabcontrol | 29 Apr 2008 11:09 GMT | 2 |
I have an Windows Forms application written in C# which has a tabcontrol in it. The tabcontrol has many pages in it. Each tabpage deals with a specific feature in the application. e.g. Download, Upload, Erase etc.
|
| How can I find out a person has logged in to the network in the office? | 29 Apr 2008 07:37 GMT | 1 |
Do you know How I can find out a person has logged in to the network in the office? Thanks, Dennis
|
| WINDOWS DESKTOP SEARCH ISSUES | 29 Apr 2008 07:35 GMT | 2 |
WDS is regularly reindexing my total HDD whether requested or not . I would have thought it would have just looked back to when it did it last and added on the new bit . What it means is that when i want to search for things daily , which i do a
|
| Error when publishing | 28 Apr 2008 20:22 GMT | 2 |
I am getting an error in my Installation Folder URL. I type in my http://www.whatever.com/myApp/Deploy/ I get back Cannot find
|
| Where is application installed to on machine? | 28 Apr 2008 20:21 GMT | 1 |
I successfully deployed my app and it installed correctly on my test app. So where is it? I can't find the files anywhere except an application reference in the start menu directory. I need to see it because I want to check the config file to make sure it's pointing to the ...
|
| ClickOnce Deployment Question | 28 Apr 2008 05:40 GMT | 1 |
I published my first application on the customers website and they will deploy using ClickOnce. All the files needed are on the server incluing the net framework and 3rd party componenets. My question is when I do patches and fixes, can I just copy my new .exe and .dll files ...
|
| SP2 installation errors | 27 Apr 2008 04:43 GMT | 1 |
Reloaded windows home edition SP1. Trying to update to SP2. I get errors (unable to copy file dmio.sys). If I skip this file it stalls at unable to copy input.dll. I can not find these files to download. Any help please
|
| DPI issues | 27 Apr 2008 04:41 GMT | 3 |
Are there any suggestions for developing large windows form applications (1000+ forms some with 30-50 controls on the form) in .NET 2.0 that scale properly in 96DPI and 120DPI. Microsoft ISV is discussing to switch to WPF but am curious on others have
|
| Deleting rows from a datagridview | 25 Apr 2008 13:49 GMT | 1 |
If I delete 700 rows in an Excel sheet it takes about half a second, but when I do the same with my databound datagridview, it takes up to 2 minutes. Isn't there a faster way to delete selected rows in a datagridview? My code:
|
| deleting selected rows in a datagridview | 25 Apr 2008 08:54 GMT | 1 |
If I delete 700 rows in an Excel sheet it takes about half a second, but when I do the same with my databound datagridview, it takes up to 2 minutes. Isn't there a faster way to delete selected rows in a datagridview? My code:
|
| Application start-up events without start-up form | 25 Apr 2008 07:29 GMT | 4 |
My app needs to use the MyApplication_Startup and MyApplication_StartupNextInstance events but do not need the start-up form. How can I get rid of the start-up form as I can't select the Sub Main when application framework is enabled.?
|
| Opening forms in background thread | 25 Apr 2008 04:56 GMT | 2 |
I have a number of forms which open like this; Dim frm1 As frmForm1 = New frmForm1 Dim frm2 As frmForm2 = New frmForm2 Dim frm3 As frmForm3 = New frmForm3
|