| Thread | Last Post | Replies |
|
| Changing visually inherited objects in descendent | 04 May 2006 17:32 GMT | 2 |
VS2005, VB. I put some buttons in winform A. I then create form B which inherits A. I want to move the buttons to a different location in form B, but find all properties of the button in the descendant set to readonly.
|
| Reference DLL with CopyLocal = False problem .... | 04 May 2006 16:29 GMT | 1 |
I have a client Win application on VB (2005). I want to use my DLL which is on a server and I made a Reference to this DLL. But I dont want this dll to be copied localy and set property CopyLocal to False. When I execute the application I recieve an error message that file ...
|
| Using Error Msg box on website | 04 May 2006 15:58 GMT | 2 |
I am working on a web project (web-site) in Visual Studio 2005 in the C# language and want to bring up a sort of error message window as part of my try and catch blocks on certain parts of my code. At the moment just using the basic Console.Writeline to output the Exception's ...
|
| Crystal Report XML Report Service Problem | 04 May 2006 14:13 GMT | 1 |
I have a problem on crystal report xml report service. After I finished a simple report service and tested it in local IIS, it works. However, when publishing it to a production IIS (another webserver in separate PC) , the following error error message is prompted.
|
| Word 2003 + VB.NET | 04 May 2006 14:07 GMT | 3 |
Its like a I am searching alot but still not found or satisfy what I found it. My question is that I had SQL server that contains some data. I also have a application folder call CUSTDOCUMENT. Once user cliks a button to retrive a document about the customer I need to
|
| Find settings from regional settings | 04 May 2006 12:34 GMT | 2 |
I need to build a string, that contains a number, and I need write a decimal to the string. How do I find out if I should use . (dot) or , (comma) as decimal separator? Is it in the registry, or where can I find it? I mean.. it is in "Regional Settings", but how do I get to
|
| Gacutil not available. | 04 May 2006 12:27 GMT | 3 |
I have installed VS2005 and now I am seeing that Gacutil tool is not available in the specified folder. But the file gacutil.exe is present in the \%windir%\Microsoft.NEt\Framework\v1.1.4322 and whenever I try running gacutil, it pops up an error saying the specified file ...
|
| Packaged Deployment of Message Queuing Components... | 04 May 2006 11:14 GMT | 1 |
Is there a way to create a setup package (setup and deployment project in Visual Studio 2005) that installs the Windows Message Queuing components as a prerequisite or is this something that has to be configured manually? It seems like I read something about this around a week or ...
|
| File Stream - Performance is getting slower and slower - why? | 04 May 2006 10:27 GMT | 10 |
Hello. I am trying to split a file with 334,386 lines into seperate files of 50,000 each. This is the code i am running: Dim intFragmentRawIndex As Integer
|
| ValidationSummary Issues | 04 May 2006 08:43 GMT | 2 |
Please please could someone shed some like on a problem that I'm having using a combination of Wizards, ValidationGroups and ValidationSummary controls. What I want to do is to have a wizard that will take me through several steps, and at each step validate input data using
|
| Threading Problem | 04 May 2006 06:24 GMT | 1 |
Waqas when i am using Thread.abort() and Thread.suspend(). the background process is not stopped. it runs continiously. i have checked the thread state from Thread windows its is in suspended state.
|
| Why are .Net UIs slower than C++ or classic VB? | 04 May 2006 05:25 GMT | 28 |
I've noticed (for quite some time now) that .Net UIs are not as responsive (see Franklin Covey's PlanPlus for Windows XP or Symantec's .Net Norton Antivirus or even the .Net version of Paint done by Washington University vs good old Paint UIs for examples).
|
| InstallAllUsers property of an .msi install | 04 May 2006 00:43 GMT | 1 |
Does Visual Studio 2003 support this property? It's not in the UI properties sheet for a Package and Deployment project, like it is in Visual Studio 2005. I was hoping there's some 'behind-the-scenes' way of changing it. I'm working on an install Package that really needs to have ...
|
| VB.NET Add-In | 03 May 2006 19:49 GMT | 1 |
In VB.Net forms, we use sendkeys.Send Now I have a vb.net add-in project and want to use similar command. But it seems that with add-in program, this namespace cannot be entered. Similary, I also
|
| SerialPort class: @#%&! who wrote the feature list? | 03 May 2006 19:34 GMT | 5 |
back in 1978 (!) the VAX/VMS serial line driver offered everything a developer needs to develop protocols of all kinds: - read x bytes - read to end of line
|