| Thread | Last Post | Replies |
|
| printing in vb6 help please | 18 Mar 2006 18:51 GMT | 2 |
I have a user defined data type as followed: Private Type OnePlayer ID As Integer Name As String * 25
|
| image vb 6 | 18 Mar 2006 17:46 GMT | 6 |
hi, how i can view an image on my form and change it by the dir & filelist box? imagebox and picturebox image property are editable only in desing time... How can i do?
|
| Minimum datecreated in list of folders | 18 Mar 2006 16:04 GMT | 3 |
I'm using filesystemobject to list subfolders in a folder. What I'd rather do is return the oldest folder by datecreated. I can loop through them, I'm wondering if fso offers a more direct way to do this or if anyone knows of a way.
|
| viusal basic input validation integer | 18 Mar 2006 15:52 GMT | 27 |
Visual Basic (not dot net) what is the best way to check the User has entered an integer into an InputBox? isNumeric() checks for a numeric value .. but does not notify of numbers
|
| Extending control arrays | 18 Mar 2006 12:00 GMT | 7 |
I posted a similar message a short while ago but got no responses. No matter. Anyway I have tried several things so far to have a variable-sized control array but to no avail. I'm sure there must be a way of doing this without having to add the maximum number of controls to the ...
|
| Does a certain file exist? | 18 Mar 2006 08:45 GMT | 5 |
How can you find out if a certain file (of any type, if possible, or a exe if it isn't possible). So say I want to see if "C:\Windows\noone.exe" exists, I'm sure its possible, but can someone tell me the code please.
|
| Help: Why don't SUBs execute instantly? | 18 Mar 2006 06:14 GMT | 17 |
Why is it that SUBs in VB6 insist on not taking any action at all until reaching the *end* of that sub? Why don't they execute line-by-line, right away? For example, if I have a really simple form with just one text box and
|
| In process/Out of process question | 18 Mar 2006 03:03 GMT | 1 |
I have some confusion about whether objects/components run in or out of process relative to the calling application. I also need clarification as to whether to use New or CreateObject (even if you have set a reference). I read that in some cases New is more
|
| Early and late binding question | 18 Mar 2006 02:46 GMT | 2 |
In our app we use several third party components, both DLLs and EXEs. These components provide optional functionalities. We always use late binding and CreateObject to instantiate
|
| starting new | 17 Mar 2006 21:17 GMT | 1 |
i have some experience with programing such as javascript and actionscript 2.0.. if i am completely new to VS where and with what resources would i start with?
|
| Listing all the files in a folder and subfolders | 17 Mar 2006 21:08 GMT | 6 |
I would like to list all the filenames contained in any given folder including all it's sub folders. The filename should include its path and the results say, placed in a textbox.
|
| regarding serialport programming | 17 Mar 2006 15:19 GMT | 1 |
hi this is amanath doing b.tech mechatronics.can any one help me how to program a serial port in visualbasic. i was trying this for the past 1 month but i couldn't get enough material & im not able to finish the job.so please help me.
|
| Raising mouse click event in VB6 | 17 Mar 2006 10:21 GMT | 3 |
I want to raise a mouse click event on a form in a project from another project without actually clicking on the command button.. For eg: I have an application which has a sign in form where i accept username
|
| why no VBA "implements" on MAC Excel? | 17 Mar 2006 05:58 GMT | 1 |
I ported a valid VBA program that uses "implements" to define an interface (weak inheritance) from a PC to my MAC. I am running Microsoft Excel X for Mac Service Release 1. The compiler in the VBA editor chokes on the "implements" at the top of the first child class,
|
| Replace text at a bookmark | 17 Mar 2006 05:50 GMT | 4 |
Hi all I am in the middle of a problem. i want to know how to replace text at a bookmark in word document with excel values using vb6. i can copy the cell value and paste it at the bookmark but then the previous
|