| Thread | Last Post | Replies |
|
| winxp home edition | 10 Sep 2004 15:00 GMT | 1 |
I want to disabilite the ask of account when start XP Home Edition. What do i do?
|
| sqlserverCE sdf | 10 Sep 2004 14:08 GMT | 8 |
Is there a way to generate a sdf -file on a PC, and move it for the SQLServerCE -device for usage there? I've got aprox 100 000 records to insert to the sdf -file, and have built a webservice for fetching chunks of records, inserting it to the
|
| calculate the download and upload time .. HELP!! | 10 Sep 2004 13:39 GMT | 1 |
Can someone show me the formula to calculate the download and upload time given the filesize and transfer speed.
|
| .NET 1.1 SP1 breaks class inherited from Windows.Forms.Datagrid | 10 Sep 2004 13:23 GMT | 1 |
After installing SP1, we have huge problems with a self-grown class which inherits from Windows.Forms.Datagrid. It throws exceptions every now and then, such as this: System.NullReferenceException: Object reference not set to an instance
|
| Product activation and registration | 10 Sep 2004 13:10 GMT | 1 |
I'm a computer student at a community college and I just bought VS.NET Academic on Ebay. I got a sealed box. Before opening the box, I read the licencing blurb on the outside of the box that talks about product activation and registration required for 'continuous use'. Before I ...
|
| A question about Windows Messenger API | 10 Sep 2004 12:37 GMT | 1 |
Is there any method that can change the display name on Windows Messenger in the Windows Messenger API? I've looked up in many documents but still can't find it. Anyone knows about that?
|
| Reading data from a Socket | 10 Sep 2004 12:12 GMT | 8 |
I have coded a method which reads data from a socket in chunks of 2048 and concatenates those chunks into a string before returning the string to the caller. Almost all the time this code works perfectly well. Occasionally, for a reason I've yet to determine, the returned
|
| Datagrid Load | 10 Sep 2004 10:50 GMT | 1 |
I am trying to program to do something once a form with a datagrid is loaded. But I don't want to use Form event to trigger the action, and I would like to use datagrid's event to tigger the action, So... Do anyone know how to do it?
|
| WinForms | 10 Sep 2004 09:25 GMT | 5 |
What are "WinForms"? There's no reference to it in VS 7, but I see some code samples on the Web using a System.Winforms namespace. As far as I can tell, they're no different than Windows.Forms. Jon
|
| SecurityException when passing an MBR param remotely | 10 Sep 2004 08:51 GMT | 2 |
I'm having an issue with passing a client-activated MBR object as a parameter to a well-known (singleton) class method. The error I'm getting is: Experiments.Remoting.Client.Fixture.PushPop :
|
| New Google group - Visual Studio Express | 10 Sep 2004 07:31 GMT | 2 |
A new Google group has been formed for the purpose of discussing the new Visual Studio Express products. http://groups-beta.google.com/group/Visual-Studio-Express The products are currently in beta testing and include Visual Basic 2005
|
| Windows messages to .NET events | 10 Sep 2004 03:44 GMT | 6 |
I recall seeing a document that maps Windows messages to .NET events. Does anybody know where that document might be ? I can not find it under MSDN.
|
| Assembly Trust Question | 10 Sep 2004 02:49 GMT | 2 |
I have an executable I have built. On some computers it runs without a problem. On others it will give a security exception. If I run the .NET Configuration wizard and move the level from no trust to the first level up, it will then run the program.
|
| Threading problems with COM Interop | 09 Sep 2004 22:51 GMT | 2 |
I am using a third party COM componenet which is not thread safe in a .Net web application using Interop. When two threads (two requests) are trying to access the componenet it is giving an error and crashing. It works fine if the request is made only one at a time. How can I code ...
|
| Can a MdiParent recieve ActiveMdiChild events? | 09 Sep 2004 21:33 GMT | 2 |
I want my MdiParent to react to a public MdiChild event. Is there a way to accomplish this? Thanks Bob
|