| Thread | Last Post | Replies |
|
| how to store targetdir in registry | 04 Jan 2005 14:50 GMT | 1 |
during install i need to place the target directory choosen into a registry key that i can look up from my service later, so i can log some errors. but how do i do that with net 2003 and the installer i can build with that?
|
| VC#.NET 2005 doesn't think source exists | 04 Jan 2005 13:29 GMT | 1 |
Visual C#.NET 2005 Beta 1 I'm having problems with my Visual C# program. It thinks that "the source for the object does not exist" and then it throws a null exception. Any ideas?
|
| Graph class help | 04 Jan 2005 12:57 GMT | 1 |
I want to write a program that will display a variety of line graphs, can anybody point me to some programming code that would help me with this, perhaps a graph class that would accept the raw X,Y and title data. Thanx
|
| msi under ms vs .net 2003 | 04 Jan 2005 10:55 GMT | 1 |
How do I add the target dir to an registy key ? - so i can read runtime where i'm installed (when im a service) a) one guess is that i need to write a function in an installer class that i can call, and that it will write to the registry.
|
| abort a C++ configuration build using command line ? | 04 Jan 2005 10:47 GMT | 1 |
I'm on a CShrap tool to manage compilation of C++ projects using visual net command line. To build a specific configuration of my solution, I use the System.Diagnostic.Process object, giving it this command line :
|
| Strange ListView problem (using multiple ListView's on one form) | 03 Jan 2005 15:59 GMT | 2 |
I am experiencing a strange problem with my ListViews. I have two listviews on a form. One of the listview contains a master set of data and the other will contain a subset of that data. I have instantiated two separate listviews and for some reason when ever I
|
| programming problem | 03 Jan 2005 11:43 GMT | 1 |
Option Explicit Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hWnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long
|
| Writing an add-in for VC++ .NET 2002 | 03 Jan 2005 11:29 GMT | 1 |
I have Microsoft Visual C++ .NET 2002 Standard edition and I wish to write an add-in for the IDE. In the documentation it says that there should be a wizard ("Visual Studio Add-In Wizard") in the new project selection that should allow me to do this but it is not there! I am ...
|
| _CrtDumpMemoryLeaks() stopped detecting leaks | 02 Jan 2005 19:11 GMT | 1 |
Hi there! I have a fairly large project where I am using _CrtDumpMemoryLeaks() to detect memory leaks. I have been using it for many projects without problems, but after a while I discovered that it does not function with this one. The project is far too large to NOT
|
| How to hide invisible elements in HTML designer | 02 Jan 2005 17:13 GMT | 4 |
I am trying to edit a web page with hidden popup menus (DIVs with visibility=hidden) but the HTML designer always displays them, which makes it very difficult to edit the page because I have content underneath the popups ... is there an option or some other solution to prevent ...
|
| .resx files...needed? | 02 Jan 2005 05:22 GMT | 1 |
What I mean to ask is, do all those .resx resource files need to be installed on a production server in order to run a C# web application in IIS? Bob
|
| Newbie:How do you Build a Progam for Distribution | 01 Jan 2005 04:19 GMT | 1 |
Can someone direct me to a straightforward tutorial on how to build a windows application once I have developed it in VSnet? The program runs fine in debug mode, but now I'm at a loss as to how I move it (and associated files) to a folder so I can burn it on a CD and then
|