| Thread | Last Post | Replies |
|
| IP addresses | 21 Sep 2005 17:17 GMT | 5 |
I have an application that needs to change the IP address of the local computer. How can I do this? Regards,
|
| Updating database with changes in dataset | 21 Sep 2005 16:28 GMT | 2 |
Hello all, I've made a dataset by using the xsd tool in C#. In the xsd schema, there are a few tables, each has its own primary key. And, I've made relation between them. After all things are done, I can use the dataset class generated to retrieve
|
| How to modify the WPA/WEP key in a application? | 21 Sep 2005 16:28 GMT | 1 |
Hi, I have a question, how I modify the wep key of a connection wireless in my application??? Is possible for the WMI??? I was writting in C#. tks Bruno
|
| pinvoke with embedded function pointer | 21 Sep 2005 16:07 GMT | 1 |
I want to pass a structure to a unmanaged dll function. Inside this structure there is a pointer to a callback function. Unmanaged code will call this managed function as a callback function. I know how to pass the structure and define a delegate for the callback but I don't
|
| Combo Box first record | 21 Sep 2005 15:28 GMT | 5 |
This is for a Win form. Currently, the first record is shown in the combo box. I want the combo box to be blank and when the user clicks on the down arrow to choose from the list and clicks on a item in the list then that item is
|
| logging onto another site on another server | 21 Sep 2005 15:21 GMT | 3 |
I tried using WebRequest, but I am unable to simply redirect to an external aspx site and supply the userid and password and press their login button. Can anyone help?
|
| Capture Control in Bitmap? | 21 Sep 2005 15:01 GMT | 1 |
I would like copy my control in a bitmap and after in a jpeg. I have an error of gdi! This is my code System.IntPtr intPtr = this.RichTextBox.Handle;
|
| Please Help | 21 Sep 2005 14:38 GMT | 2 |
Dear users and developers, I have an problem using Dotfuscator Community Edition, i have developed an multilanguage application and want to use Dotfuscator on it, but when i try to launch my application it runs only with a default culture. I
|
| Delete a file using copy to bit bucket | 21 Sep 2005 13:58 GMT | 3 |
Is it possible to delete a file by copying it to the "bit bucket" or "null device"? Back in my youth when I live in VMS-land you could delete a file by copying it to NL:
|
| show text + images (smilies) | 21 Sep 2005 13:17 GMT | 1 |
i'm looking for a way to show formatted text and images (e.g. animated gif's) in an edit control... like in many chat programs does somebody know how to make this?
|
| Help regarding class in c# | 21 Sep 2005 12:49 GMT | 3 |
i am having application in c#. I want to create array of class object at runtime. I don't want to set array bound at design time. How to set array bound at runtime and how to access array element?
|
| ControlPaint.DrawGrid | 21 Sep 2005 12:42 GMT | 1 |
Hello... I've some annoying problem when I use DrawGrid method. It seems that it ignores nOffsetX and nOffsetY (refer to example code). Bounding rectangle can be moved, but points of grid are being drawn
|
| How to access a COM object from .NET | 21 Sep 2005 12:00 GMT | 1 |
If I have accessed a COM object in this manner: Type MyType = Type.GetTypeFromProgID("someCOMobject"); Object ThisObj = Activator.CreateInstance(MyType); object returnedItems = MyType.InvokeMember("someFunction",
|
| Need help with regular expression. | 21 Sep 2005 11:47 GMT | 2 |
I'm stuck with this regular expression from past 2 days. Desperately need help. I need a regular expression that will allow all characters except these *:~<>'
|
| Can I pause without starting in a thread (in a forever loop)? | 21 Sep 2005 11:35 GMT | 2 |
I need to know what the safest way to loop(without starting off in a new thread since UI controls are involved) is...and how to pause in the loop so that the program runs normally. Any help is appreciated.
|