| Thread | Last Post | Replies |
|
| GUI question (slightly complicated - maybe only for the experts in here) | 03 Feb 2008 22:55 GMT | 16 |
I have been trying to do this for a while with no sucess, and decided to come in here to ask the experts, to see if anyone can help me. I am writing a little game application, that displays a grid. The game grid looks something like tick-tac-toe after a few rounds of the game.
|
| Simple Collection of Objects | 03 Feb 2008 03:46 GMT | 5 |
Say you've created a ship object (so that you can create a fleet of ships) and want to create a simple collection of these ship objects so that you can enumerate through them using For/Each. What is the easiest, no nonsense way of doing this?
|
| Controling visibilty with variable name | 02 Feb 2008 20:51 GMT | 12 |
VB 6.0 I want to hide a control on a form by using a variable. On a form I have a label and a command button. When the command button is clicked, the user is prompted for the name
|
| Export to PDF using VB 6.0 | 02 Feb 2008 09:32 GMT | 12 |
Hello ,,, I need to export sum Data through my VB Code in PDF . & i searched many OCX & Many DLL but they dn't worked like that which i wanted..... So Plz Help me out...i m really in Hurry....Plz...
|
| Using a variable to make a control visible? | 02 Feb 2008 08:19 GMT | 2 |
Visual Basic Express 2005 I want to use a subroutine to make a control either visible, or not. I want to pass in a variable containing the name of the variable - the variable name has been "built up" by the application.
|
| Can this be automated in the VBE? | 01 Feb 2008 22:40 GMT | 43 |
Is there any way to automate in the VBE taking an argument out of a Sub or Function? This is for the code lines that call this Sub or Function. So for example you have:
|
| Variable changing | 01 Feb 2008 21:53 GMT | 6 |
I have a situation that is probably a simply explanation but as a occassional user of VB6 is beyound my understand.ing Given the following code why is the value in TransArray(1).TransDate changing
|
| CreateWindow What am I doing wrong? | 01 Feb 2008 19:28 GMT | 6 |
I have the following: Private Declare Function CreateWindow Lib "user32" _ (ByVal lpClassName As String, ByVal lpWindowName As String, _ ByVal dwStyle As Long, _
|
| Show Printer Setup Dialog | 01 Feb 2008 19:01 GMT | 15 |
I have a VB6 Application and I want to show directly then Printer Setup Dialog, displayed by the Printer button of the Page Setup Dialog. How can I do that? Best regards,
|
| vb to java converter project | 01 Feb 2008 14:15 GMT | 4 |
I have a project(with source code) called vb (design ) to java code converter) Anyboudy wants this project please contace me at love456_007@yahoo.co.in
|
| Editing? | 01 Feb 2008 05:14 GMT | 2 |
Hi, how can I edit a column on a MSFlexGrid component on VB 6? Thanks
|
| Accessing propertys from usercontrol | 01 Feb 2008 02:19 GMT | 1 |
I have created 6 buttons on my usercontrol. These buttons are all part of an array. How can i make the .visible or .caption, .image properties of this button accessable from my program?
|
| Get a list of strings from a C DLL | 01 Feb 2008 01:45 GMT | 15 |
I have a C DLL that returns a list of strings. typedef CHAR NAMES[7]; SHORT GetList(NAMES *ListOfNames, LPDWORD NumberOfNames); When executed the function returns ListOfNames like this:
|
| Version Lie Shims and VB6 | 01 Feb 2008 01:05 GMT | 6 |
I notice that if you set the Compatability mode for VB6.EXE to an older system, say 2000 or XP, and call GetVersionEx in your application, it returns an appropriate value (5.0 or 5.1). But if you then compile the app, set the Compatibility mode similarly for the resultant EXE, ...
|