| Thread | Last Post | Replies |
|
| VB.NET code to C# code | 26 Jul 2005 15:49 GMT | 4 |
Can anyone pls help me convert the following VB.NET code to C#. This uses MSHTML and an Interface definition. Thanks NG
|
| determining a treeview node droped onto | 26 Jul 2005 15:30 GMT | 1 |
how do you determin what tree node something was drug onto? When I use the e.x and e.y to get the current node at that point useing GetNodeAt, the e.X and e.Y are not coordinates on the treeview, but what looks to be a screen coordinate. But when I do the same thing with a right ...
|
| How to stop a handle being called | 26 Jul 2005 15:26 GMT | 4 |
I'm a bit of a newbie to VB.NET so please forgive me if I get the terminology incorrect... I'm still learning :) I have a form with five numUpDown controls representing different ratios for 5 diferent things. Next to them are 5 checkboxes that can be used to lock
|
| WIA Problem | 26 Jul 2005 15:05 GMT | 2 |
I am trying to write an application to get the images from the scanner which is attached to the USB port. I have created the WIA.DevceManager object, but when I try to get the count for the device to check if the scanner was detected or not, it returns (0) devices. I can see the ...
|
| Generics and Inheritance | 26 Jul 2005 14:08 GMT | 5 |
I would expect that inheritance through the parameters of a generic class would be fine however I get errors as below in the following code. Public Class Form1 Sub test()
|
| idle time for only my application | 26 Jul 2005 12:55 GMT | 2 |
I have a hard time to get the idle time only from my application. (a relogin box should appear after eg 1 min, when a user switch to word and start typing for 10min, the re-login should not appear. It should appear if my vb appication is active and there was no userinput for
|
| NewBie help | 26 Jul 2005 12:47 GMT | 1 |
I am developing application which is providing compression of files. I want to know is there any method or dll in .net which is allowing me to compress file through code and to uncompress file. Microsoft has provided tool in C++ that is cabinet SDK.
|
| Class inherits form? | 26 Jul 2005 12:47 GMT | 4 |
I have a class that inherits a form. How can I handle clicks and changes to controls on the inherited form within my class? Cheers, Tull.
|
| How to pass controls to subs? | 26 Jul 2005 12:45 GMT | 3 |
I'd like to change the background color of each textbox on my form to a different color when entered. The code below doesn't work (invalid cast error) but you should be able to get the gist of what I want to do. Any help is appreciated. Thanks.
|
| Multi Dimensional Arrays | 26 Jul 2005 11:09 GMT | 4 |
Is the only way to searh for a value in a multi dimensional array is with a loop? Is a loop any less efficient then IndexOf in a single dimensional array?
|
| Executing extrenal application | 26 Jul 2005 10:40 GMT | 3 |
How to execute an extrenal application using VB .Net? Any commands equvalent to the WindowsAPI CreateProcess. Thanks Rajeev R
|
| Find HTML tags using RegEx. | 26 Jul 2005 10:13 GMT | 3 |
I have the following data in a web page: <tr height="25"> <td nowrap class="odd" align="center"><img src="/forums/images/icon_topic_new.gif" width=14 height=14 alt='New Topic'
|
| sharing objects controls between forms??? | 26 Jul 2005 09:44 GMT | 3 |
frmMISRoutine is the 3rd form in myApp. the following code is in the 2nd form of myApp. I don't get any errors but it never builds the array list. Can you access another foprms control in this way.
|
| VB 6 Load method equivalent in .net? (Loading a form invisibly) | 26 Jul 2005 08:41 GMT | 6 |
I'd like to load a form in the background (invisibly) and then, afer the controls are all drawn (and resized, in this case), I'd like to show it. I.e., I want the form to show up nice and crisply, without showing the user a form building (kinda scary to a non technical user
|
| How to displays my own tooltip and a treeview ? | 26 Jul 2005 08:31 GMT | 4 |
I have a treeview control. I want when my user hovers over certain nodes to display a tooltip for the user. How can I do that? tnx.
|