| Thread | Last Post | Replies |
|
| How to stop a screensaver running | 18 Aug 2006 05:38 GMT | 9 |
l've a program make with vb6 and I need sometimes stop the screen saver(not disable it ) I know how to determine if the screen saver is running but I need to know now to stop it :)
|
| vb class | 18 Aug 2006 04:53 GMT | 1 |
Please help, I want to implement the vb class object like dim a as classA a("group a") = "1" a("group a") = "2"
|
| Yet another "Proper way to Exit" question | 18 Aug 2006 03:15 GMT | 4 |
I have a Sub Main in which I have another sub that checks commandline options. Then I call frmMain like so: frmMain.Show vbModal While running a loop in frmMain I exit with a key press by doing an
|
| Text on picture | 18 Aug 2006 02:12 GMT | 4 |
I need to place an image (Picture or Image control) onto splash screen. Splash screen is going to be maximized and the picture should occupy entire form. I also would like to display some text (program version for instance) on the
|
| Help Needed with comparing text file to listbox | 18 Aug 2006 01:46 GMT | 3 |
I am a little confused and have been working with the following code for several hours now and apparently do not understand what is going on. :-) I am trying to compare a text file to a list of paths in a list box, and remove any that match from the list box. Whatever is left over ...
|
| Problems of Visual Basic 6.0 Development Environment | 18 Aug 2006 01:18 GMT | 3 |
I'm having problem with VB6.0 Development Environment. It may sound trivial but it is really annoying to me. I have no idea why my VB6.0 Development Environment has become so strange that all the forms and the menus of my VB6.0 IDE are floating
|
| How to create an expiray date for a trial version? | 18 Aug 2006 00:25 GMT | 9 |
I am new to VB6 SP6 and I am trying to create a trial version for the program I am writing. How can I use the Date function to compare a future date (saying 30 days from now) in order to stop the application from running? And is this a
|
| Downgrade from .net to VB6 (here few ppl have .NET FW 2.0) | 17 Aug 2006 21:16 GMT | 1 |
I know it seams stupid but i have to do this because many people don't have .net framework 2.0 in portugal and this is an aplication to launch from cd I have this code i'd like to reproduce in VB6 i tried the shell() command but it's not enough, could anyone help me?
|
| Call .net routine from Vb6 Application | 17 Aug 2006 20:40 GMT | 4 |
I have a VB6 Application that needs some more maintenance routines added. I am thinking of createing the new routines in .net 2005. Is it possible to call the new .Net routine from within my VB6 app? How?
|
| Referencing a control's properties via indirection | 17 Aug 2006 20:40 GMT | 2 |
I would like to set a control's properties via values pulled in from a database. For example: dim s as String ' rs.Fields("PropertyName") = "Left", in this case ' rs.Fields("PropertyValue") = 2000, in this case
|
| Forms key events not being detected. | 17 Aug 2006 19:56 GMT | 3 |
I have a form, frmMain, that contains all my code, except for the FreeImage module and the Module for a Capture routine. I am cycling through a bunch of data and displaying it on frmMain in the form of a full screen graphical image. I run through a loop in the form load
|
| Working with a string (path) from the right side | 17 Aug 2006 19:29 GMT | 5 |
I know that there must be an easy way to do this, but I can't figure it out. I wan to take a path and work backwards through it deleting empty directories. I EG:
|
| Trim$ Compile Error Can't find project or library | 17 Aug 2006 19:25 GMT | 3 |
I'm trying to run a VB6 application that's being used as a COM+ object. I'm getting a Compile Error Can't find project or library on a Trim$ statement. I understand that this can happen if VB6 has a problem finding the VBA reference, and sometimes will also occur if VB6 can't
|
| How would i cast an object to a control in VB6 | 17 Aug 2006 18:52 GMT | 2 |
I am new to VB6 and i would like to know if there is a way to cast an object of type object to an object of type control. I know that in VB.NET you would use CType but it doesnt seem to exist in VB6 John
|
| dynamic main menu | 17 Aug 2006 16:07 GMT | 2 |
ok i tell u in detail. database is: menu_bar option_no menu_option 1 0 a
|