| Thread | Last Post | Replies |
|
| setup | 15 Jan 2004 07:58 GMT | 2 |
if I install my application on Win ME I get the msg that some system have to be updated. They are copied on temp, wininit.ini contains the statements. But when booting they are not copied to the system dir. I van see that wininit.exe executes because the ini is renamed. What could ...
|
| tabstrip | 15 Jan 2004 05:32 GMT | 5 |
i got one tabstrip with two tabs how can i select second tab from the code ? (not mouse click) VB 5.0
|
| Detecting IDE Devices in Visual Basic Help | 15 Jan 2004 03:42 GMT | 1 |
i am trying to make a very simple program that will just detect and output your currently connected IDE devices. It will look something like this: IDE PRIMARY MASTER:
|
| Static Variable | 15 Jan 2004 02:38 GMT | 4 |
I need a static variable in a class module, but apparently the variable is destroyed when the instance of the class is destroyed. Is there a way I can do this without using a global variable? So far, all I can come up with is saving the data to a file to recall
|
| KeyPresses in MSFlexGrid | 14 Jan 2004 23:53 GMT | 8 |
I'd like to catch cursur key presses in visual basic 6 on its flexgrid. It doesnt seem to catch them. Catches all normal keys, but not the cursor keys? Is this right?
|
| Which version of VB compiled to a static binary? | 14 Jan 2004 10:49 GMT | 2 |
I know VBDos could be compiled to a static binary, but was there any Windows versions of VB that support such a feature?
|
| keypress problem | 14 Jan 2004 10:06 GMT | 1 |
OK, I'm trying to make a platform game, and ive managed to make him move and jump etc, but if i hold right ("P") then jump (SPACE) he jumps right, but once the jump has finished if the right key is still pressed down he doesnt move. I have to let go of the right key then
|
| Problem with inserting date field into MYSQL in VB | 14 Jan 2004 08:49 GMT | 2 |
Hi all.. I have a problem with inserting a date field from VB into MySQL. The entered value in MYSQL shows 0000-00-00 This is what I have in VB Dim SDateFormat As String
|
| Visual Basic 3 | 14 Jan 2004 05:28 GMT | 2 |
Hello to all, Do someone know how to close an MDIChild window by using a command button on the same window? Also how to make the text on a textbox be selected when
|
| Problem running simple VB6 app... | 14 Jan 2004 03:09 GMT | 1 |
I have an application created w/ VB6 and I an having trouble installing it on a Windows 2000 SP3 machine that is on a domain. I can install and run the application fine when logged into the machine with administrator priveledges however the machine needs to be logged in to an ...
|
| dynamics/physics | 14 Jan 2004 02:48 GMT | 29 |
hi, ive been doing quite a bit of physics sims in VB6 recently, but its kinda slow anyone hve any general tips to increas speed? (im mainly using line and circle to draw, with a form1.cls at the begenning of my draw sub)
|
| MSChart?? | 14 Jan 2004 02:28 GMT | 3 |
Thanks for the help n the decoding, made sense after I read it a few times. I am now graphing the data with the simple code below, which works fine but my format is all wrong. How do you format the number into "General Number"? I know its possible
|
| Open a new browser window | 14 Jan 2004 02:25 GMT | 1 |
I currently have an issue trying to have a button in a datagrid, to open a webpage in a new browser window. Right now the only method I know to navigate to a new page (in code behind) is response.redirect(url).
|
| Proper Coding Question | 14 Jan 2004 01:30 GMT | 15 |
OK...simple question. Let's say I have three labels in a control array that act as "links". I have some code to make them look like hyperlinks when you roll over them and such, but that is besides the point. When the user clicks on one of them, I make the link clicked on become ...
|
| Permutation Algorithm Required | 13 Jan 2004 23:09 GMT | 2 |
I need some VB code that returns me with an array of the different permutation that can be achieved using set values (let's say coins for this example). For example;
|