| Thread | Last Post | Replies |
|
| System.Type - structure | 29 Jun 2005 16:28 GMT | 10 |
is it correct that if a type (System.Type) is a value (.IsValueType=True) and not primitive (.IsPrimitive=False), that type is a structure? Thanks.
|
| avicap32.dll issues (Is Ken Tucker Around?) | 29 Jun 2005 16:02 GMT | 2 |
I am using a web cam service that saves images every five minutes based off the example given by Ken Tucker. (hopefully I can catch him!) It works great for the most part. I need to handle a situation if the camera, or connection to the camera
|
| how to kill a connection attempt | 29 Jun 2005 15:31 GMT | 1 |
i am trying to connect to a remote machine to find out if anyone's logged in to it using wmi's ManagementObjectSearcher object. I am successful in establishing the connection and getting the information i need from machines that are up and running. However, when i try to access a ...
|
| WindowsForm Exception | 29 Jun 2005 14:52 GMT | 4 |
I wrote a WindowsForms application and I compiled, installed, and run it on my computer without any problems. When I install it on another computer that doesn't have VS.NET installed I get the following error message immediately after I double-click on its icon:
|
| Resize only the height of Form | 29 Jun 2005 14:20 GMT | 6 |
I need to create a form that will resize only the verticle size of the Form and not the width. So far I'm partial to the following code. Can someone please elaborate the ??? . . . . Const WM_SIZE = &H5
|
| panel always on top | 29 Jun 2005 13:39 GMT | 5 |
How can I have a panel that would be on top of any other controls all the time ? Thx
|
| Import DataRow | 29 Jun 2005 13:33 GMT | 8 |
I have a problem with importing a row in datatable. When using the Table.ImportRow, the row isn't imported. Why? I've checked the rows count and it doesn't increase.
|
| UnloadMode | 29 Jun 2005 13:32 GMT | 3 |
I want to make a unloadmode like what was in vb6. I have seen some code using the stack, but I would prefer to use window messages. I am trying to find the calls used for the tast manager shutting down the window. Any ideas how to get that?
|
| Passing parameters to 2nd form issue | 29 Jun 2005 13:27 GMT | 4 |
Error = (Too many arguments to Public Sub New()' I have done this before but this project is giving me trouble. At the declaration point of my Login screen I have Windows Form Designer Code...
|
| Colori dinamici | 29 Jun 2005 13:20 GMT | 2 |
Ciao, e' possibile modificare il colore della proprieta' Text di un bottone a runtime? grazie
|
| code generator received malformed input | 29 Jun 2005 13:15 GMT | 4 |
I have been using visual studio 2003 for several months, and today, I suddenly recieved the following error when I tried to open the web project I have been working on for the last 2 months: "Visual Basic .NET compiler is unable to recover from the following error:
|
| get mouseeventargs | 29 Jun 2005 11:14 GMT | 5 |
Protected Overrides Sub OnControlAdded(ByVal e As System.Windows.Forms.ControlEventArgs) AddHandler e.Control.MouseMove, DirectCast(CheckCursor(), System.Windows.Forms.MouseEventHandler)
|
| Different window class | 29 Jun 2005 11:11 GMT | 2 |
Hello world! 8-] I'm trying to create a form that will have different window class. I have overridden the CreateParams property of a form as follows: ~
|
| Load class library at runtime | 29 Jun 2005 10:48 GMT | 5 |
Can I load a class library at runtime? Plugins, etc?
|
| Populate Dataset with Parameterized Stored Procedure | 29 Jun 2005 07:52 GMT | 1 |
I have been trying to build a web form using the SQL Data Adapter Configuration Wizard to create a dataset based on a parameterized stored procedure. I find that if I select "Use existing stored procedure" on the "Choose a query type" screen, the following screen allows me to ...
|