| Thread | Last Post | Replies |
|
| Messagebox empty & McAfee 8.0 | 16 Dec 2005 17:49 GMT | 2 |
Apparently Mcafee 8.0 catches buffer over runs and this makes .Net MsgBox, ComboBox, and ListBox look empty. I know Mcafee has a patch, but it is apparently too hard to patch all of the systems in our Enterprise. So I was wondering does Microsoft have a patch for this problem? ...
|
| Parameters for DataAdapter | 16 Dec 2005 17:44 GMT | 2 |
I'm creating a simple search for Members, with possible 4 search parameters: Name, SSN, DOB, SEX, but (just beginning ASP.NET/VB.NET) I'm fearing that I will need to create a dataadapter for every possible combination of fields entered to eliminate a blank parameter.
|
| How to insert a newline into dataview headertext? | 16 Dec 2005 16:46 GMT | 1 |
I am trying to put a newline into a headertext property of a detailsview in my asp.net application. I've tried \r\n with no luck, and putting <br /> in the asp doesn't work either. Here's the code I'm trying to work with: <asp:BoundField DataField="Metric_1" HeaderText="List ...
|
| Know when computer is locked | 16 Dec 2005 16:05 GMT | 1 |
In my .NET application (maybe run as a service), is there a way to know when my computer is locked? I want to write an app that logs when the computer has started and when it has been shutdown, but also log when the computer was locked. Our system administrator has set our ...
|
| What is the KnownColor for ReadOnly text? | 16 Dec 2005 12:32 GMT | 1 |
What is the "KnownColor" for ReadOnly text? Is there one?
|
| what is an AppDomain? | 16 Dec 2005 08:10 GMT | 5 |
I'm trying to understand why one would use an AppDomain...could anyone explain? Thanks. Craig
|
| Visual Studio .net 2003 professional Upgrade requirement | 16 Dec 2005 08:07 GMT | 1 |
I want to upgrade visual basic .net 2003 standar edition but there is no visual basic .net 2003 professional edition. Can I just buy the visual studio .net 2003 professional UPGRADE version and upgrade my visual basic .net standard. Or do I have to buy the full license of visual ...
|
| displaying image from sql ce | 16 Dec 2005 07:53 GMT | 1 |
can u please give an idea how to display image which is saved in sql ce to a picture box using vb dot net compact frame work
|
| How do I start a process and wait for it? | 16 Dec 2005 06:30 GMT | 1 |
windows C# I want to run an application from another application and wait til it is exited. At the moment I have something like this: System.Diagnostics.Process myApp = new Systems.Diagnostics.Process();
|
| Adding an regsvr32 commandline in a setup project | 16 Dec 2005 03:43 GMT | 2 |
I have a VB.Net Setup and deployment project that installs my application. Now in my application, I am using an ocx that I have explicitly registered using the regsvr32.exe utility. Now when I deploy my application on another computer that does not have this registered, it gives ...
|
| ASP.NET 1.1: DevEnv hangs on ASP.NET projects | 15 Dec 2005 23:23 GMT | 3 |
I'm having a problem with ASP.NET projects using .NET 2003. Whenever I try to access a web application (whether I'm trying to create a new one, or access an existing one) the software hangs. I don't have this problem trying to create a console app, so I'm pretty sure it's ASP ...
|
| Finding RegAsm on target computer when deploying an assembly | 15 Dec 2005 21:53 GMT | 2 |
I have an COM server in an assembly. When it is deployed on a target computer it needs to be registred with RegAsm. I created a custom action in the deploy project, starting RegAsm with the assembly DLL as command argument. It all works as expected.
|
| Is there a way to change attribute of an assembly (i.e. Executing Assembly) during runtime? | 15 Dec 2005 19:44 GMT | 1 |
I need to change AssemblyCompany and AssemblyTitle attributes at Runtime of an assembly (ie Executing assembly). Is there any way to do so? Thanks,
|
| Shareware Publishing | 15 Dec 2005 16:06 GMT | 2 |
What I have been looking for is technical information regarding automated registration, evaluation period components etc for publishing shareware. Questions such as. 1. are there already existing services that will maintain software
|
| How to use Getprinter in vb.net ? | 15 Dec 2005 14:56 GMT | 1 |
I am trying for a long time now to get the information of a printer. i have such cide in vb6 but having troubles moving it into vb.net. can anyone please provide me with the correct vb.net declaration (there are so many different versions online) and example of how to use these
|