| Thread | Last Post | Replies |
|
| VS2005, Intellisense issue | 24 Sep 2007 13:00 GMT | 1 |
I hope I picked the right group, if not my apologies. Anyway, I use Visual Studio 2005 at work with all the latest service packs and fixes applied. Everything was fine with programming C# and suddenly at one point Intellisense stopped providing an autocompletion for DllImport().
|
| Newbie looking for Knowledge Base ..... | 24 Sep 2007 12:54 GMT | 1 |
Hope your all well? I just wonder if anybody knows where I can find a downloadable Knowledge Base or Helpdesk using Winforms with Code for either C++, C#, or even VB? Needs to either have a Access Database or use XML. I`ve search on Google but to no avail.
|
| Popullate Combo Box using VB.Net 2005 | 24 Sep 2007 03:53 GMT | 2 |
I’ve populated a combo box named UserID using the following code, which works fine: (This is not the entire code block, but enough to see what I'm doing) objConn = New SqlConnection(strConn) objCommand = New SqlCommand("SELECT UserID, UserName FROM tblUser", objConn)
|
| System Errors after copying new form. | 24 Sep 2007 03:36 GMT | 2 |
I am using Visual Studio.Net - Visual Basic 2005 I got the following two errors after twice doing the following: 1. I copied an existing form named frmPrintLables and pasted it as frmRejects.
|
| using sendkeys | 24 Sep 2007 01:46 GMT | 7 |
Good Day! I have a what seems to be a simple problem. i have a an app that opens another app, and then needs to send keys to that other app.
|
| How Do I Get Help Files? | 24 Sep 2007 01:08 GMT | 2 |
Hello, all. I recently downloaded and installed the Visual Studio 2005 trial. I already had SQL Server 2005 installed. It appears that I have only the SQL Server documentation
|
| Problem with OneNote Mobile | 22 Sep 2007 16:10 GMT | 1 |
I downloaded John Guin's Power Toy to send pages from ON to a mobile device..and it worked great! However, I had to do a hard reset on my AT&T 8525...when I reinstalled ON and the PowerToy, it would not work again. By the way, I also went in regedit and removed the PowerToy line.
|
| Unable to save resource file | 22 Sep 2007 04:12 GMT | 1 |
I am running XP Pro and Visual Studio 6.0. Part of my development process has always been to edit a resource file in binary and then save it. Since upgrading from Windows 2000 and reinstalling Visual Studio (required by hardware change) I can't save the file. Is says, "Can't ...
|
| Multi lanugage in VS Application | 22 Sep 2007 01:28 GMT | 1 |
I have make a simple helloworld application using VS 2005. If I want it to support for multilanguage (e.g. Simplified/Traditional Chinese, French, German, etc.), I know that I have to provide different resource file for different language so that the application will load the ...
|
| Changing #DEBUG mode does not work | 22 Sep 2007 01:25 GMT | 3 |
I have so many places where I define portions which should only execute under DEBUG mode. E.g. #if DEBUG
|
| Tools for Windows Mobile | 22 Sep 2007 01:18 GMT | 1 |
which are the tools (and the version) that allow me to develope for Windows Mobile 2003? Thanks a lot !! --
|
| Disabling plugin load? | 22 Sep 2007 01:16 GMT | 2 |
Is there any way to disable plug-in loading in VS2005? I recently installed the "Windows Workflow Foundation Tools for Visual Studio", and since then my ide performance has slowed down considerably, I'd like to just disable loading of that plugin to see if it is really the ...
|
| VS 2005 Team System - VB .NET Refactoring? | 21 Sep 2007 22:38 GMT | 3 |
I've been told that the native support for refactoring VB .NET code in VSTE is superior to the limited refactoring for VB .NET 2005 in VS 2005 Pro. Can someone point me to where the refactoring options are in VSTE for VB .NET projects?
|
| Can you compile VB6 apps in vsnet 2003 or 2005? | 21 Sep 2007 18:43 GMT | 2 |
I'm dealing with idiotic legacy apps at work, and need to re-work some old VB6 code. Can I do this from either vs2003 or vs2006? tia!
|
| how to hide dll methods? | 21 Sep 2007 18:28 GMT | 2 |
My application references a class library dll. When deployed, the dll appears to be importable as a reference for other programs and the methods are visible to users installing the application (provided they have VS). I checked and I found several applications on my home computer ...
|