| Thread | Last Post | Replies |
|
| Threads in vb.net mdi | 27 Dec 2005 14:13 GMT | 1 |
Is it possible in vb.net 2003 to work with mdi application, the parent form is on one thread, while all the other forms i am opening would be on another thread ? When i tried doing that, the other forms (the parent childs) disappeared.
|
| Creating a Table of Checkboxes (or radio buttons)in vb | 27 Dec 2005 05:45 GMT | 6 |
what i want to know is whether a scrollable table of rows consisting of checkboxes can be created in visual basic. The situation is like this: i am conducting an opinion poll , the poll requires users to give
|
| Changing a Usercontrol's parent | 26 Dec 2005 21:51 GMT | 1 |
Recently I had some trouble with usercontrols and got great help here... So now I've come back for more. :-) I'm not really stuck though, just wonder if I can do things a little bit simpler. The thing is that I am trying to create an "Inductive" UI, so that all windows appear ...
|
| MSComm Event in VB6 | 26 Dec 2005 19:31 GMT | 3 |
I am developing a small utility to communicate via RS-232 to a modem-like device. Some times the PC needs to be able to send brief commands to the device and expect a brief response back. At other times the device will send brief commands to the PC based on events that occur ...
|
| VB step by step 2002 | 25 Dec 2005 17:25 GMT | 3 |
I'm learning Visual Basis.net 2002 edition. 12 chapters are plain sailing, but... I run into trouble in chapter 13 (build a mortgage payment calculator). The following line of code causes an error:
|
| Sorting again | 25 Dec 2005 03:25 GMT | 8 |
I have this data in a file. It is the PCB drill locations for the holes. I want to sort it by collum A then B. So my Homemade PCB drilling table will take the shortest path to the next hole. I first convert the normal NCR drill file to get this data in VB6 and
|
| How to Toggle between Pause and Run | 24 Dec 2005 22:39 GMT | 4 |
I am using Visual Basic 6 and writing a program that computes a set of values and puts them into a listbox. The calculations are inside a FOR ..NEXT loop. The loop has a DoEvents.
|
| Changing % | 24 Dec 2005 18:55 GMT | 2 |
i am creating a program. i have a form with a textbox ,a commandbutton and 2 optionbuttons. now, i want that every time you click the commandbutton ,the % chance that something succeeds changes.
|
| Help, please - Using the VB command interpreter from C++ | 24 Dec 2005 18:47 GMT | 1 |
I have a proprietary scripting language. The script parser is written in C++. I would like to extend my scripting language such that any command I don't recognize I pass to the VB interpreter to handle. First, is this possible? If so - how? Or what do I search for because
|
| Visual Basic Pro 6 | 24 Dec 2005 01:45 GMT | 2 |
Hi Group, I would like to know what the current value is for Visula Basic Pro 6, the reason for this is that I dont know what the going price is and am trying to find one.
|
| Join CodingCache.com! | 23 Dec 2005 15:58 GMT | 1 |
CodingCache is an new and upcoming forum dedciated to all sorts of programming. From HTML to C/C++ to Perl and PHP. As of this post, CodingCache doesn't have very many members or posts because its just beginning. Don't let that discourage you from
|
| VB 6.0 - SP6 and Windows CE | 23 Dec 2005 15:28 GMT | 6 |
When a setup pack has been made with VB 6.0 - SP6 for normal working software under Windows XP Pro , is it possible to install this software on a Windows CE environment and will this software run normally? Thanks M
|
| Baudotcode per VB erzeugen | 23 Dec 2005 14:34 GMT | 2 |
Für eine Schülerdemo muss ich einen Fernschreiber vorführen. Dazu brauche ich natürlich Baudotcode. Den möchte ich per VB erzeugen. Die Details zu Baudotcode sind mir bekannt. Das weiter ein externes Interface zur Pegelanpassung erforderlich ist, ist hier nicht das Thema. Hat ...
|
| program terms? | 23 Dec 2005 02:16 GMT | 12 |
I sometimes have problems when trying to explain a program to someone. Are these the correct terms to use? I ran the program I executed the program
|
| how to clear the Immediate Window | 23 Dec 2005 01:15 GMT | 2 |
I am testing a VB 6 program and using debug.print to print partial results in the immediate window. Is there any way to clear the Immediate window from within the program, preferably when the form loads ?
|