| Thread | Last Post | Replies |
|
| creating a base form class | 27 Nov 2004 09:13 GMT | 5 |
is it possible for me to create a base form class, & then some how configure VB.NET, so that when ever i create a new form, it will automatically be based on the above form class.
|
| what calculate the formula? | 27 Nov 2004 08:56 GMT | 8 |
I have TextBox in him User enters the formula for instance Cos(x) what compute in code of the program? she is got text (( many thanks
|
| CheckedListBox Losing Checks | 27 Nov 2004 08:34 GMT | 5 |
I have no idea what I am doing wrong, but I have a CheckedListBox (Bound to an IList) on a TabControl and everytime I switch tabs I lose my checks. Is there something I'm missing? If I look at the properties of my IList class I can still see the properties have not changed (which ...
|
| Compile Error | 27 Nov 2004 08:27 GMT | 1 |
When I compile the problem, the debug console show 2 errors as below: Preparing resources... Updating references...
|
| Inherited forms | 27 Nov 2004 08:01 GMT | 7 |
I'm building a small desktop database app. I am building a template form that has navigation and editing coded, and want to inherit this for my actual data forms. When I add a form, and change the inherits statement to point to the form I want, as soon as I try to view it in the ...
|
| Hey Cor.. | 27 Nov 2004 07:56 GMT | 1 |
Thanks for your great help with the site. I tweaked what you sent me a bit but essentially your idea was cool! I'm not much of a web programmer and I appreciate your help. What you showed me has enabled me to streamline my whole site.
|
| How to FTP via VPN to sites with real adresses on different IP's ? | 27 Nov 2004 07:07 GMT | 3 |
I am using Windows 2003 Server. The VPN works fine, but I want to FTP through the VPN so the connection is encrypted. The problem is each of my IIS sites has a real Internet address specified, w.x.y.z. So when the VPN comes up using a private IP, I can't connect to any of the FTP ...
|
| no change | 27 Nov 2004 04:48 GMT | 2 |
when i make a change at design time and i run my project the changes are not visible. I think i changed a setting. thanks Maarten
|
| Internet Explorer object... | 27 Nov 2004 04:20 GMT | 16 |
As far as I understand there is no native VB.NET equivalent of the VB6 Web browser control. There are some things I can play with HTML wise, but none do what I really need to do (which is ultimately walk the DOM & programatically click on elements in the DOM).
|
| byte array via a class property | 27 Nov 2004 03:47 GMT | 11 |
I have a byte array, which i need to send to a class, where it will be stored in an arraylist. I use the following property in the class to accept the byte array, but it seems that the array is getting corrupted somehow. Is my declaration wrong
|
| Controlling display location of common dialogs | 26 Nov 2004 23:05 GMT | 4 |
I've been searching for days for an answer this question, including usenet, the web, and through various books in my Safari subscription. I'm desperate now, because all that searching turned up jack squat and the deadline's approaching. I've not gotten answers on other newgroups
|
| Q: Form within form | 26 Nov 2004 21:47 GMT | 1 |
Can anybody give me some example code on creating a form within another form which is centered to the first form? Thanks in advance Geoff
|
| Help, BitMask function :( | 26 Nov 2004 21:28 GMT | 5 |
Sigh... working on it for whole day and got no idea... Basically I want to have a bitmask filtering function, I will throw in 3 parameters: bitMaskValue - current bitmask value
|
| VB.net beginner | 26 Nov 2004 21:10 GMT | 8 |
 Signature hello 1) I have only played around with VB.net a little but I know VB6 pretty well. I just want to know does VB.net use basic controls with the same coding as
|
| Modal Forms | 26 Nov 2004 20:41 GMT | 3 |
I have a menu form. The user selects an item from then menu and it shows the maintenance form for the item. This maintenance form is modeless so the user can select another item to
|