| Thread | Last Post | Replies |
|
| Property Interval As Long ? | 23 Jan 2008 00:52 GMT | 7 |
Object Browser tell us that Interval of Timer is Long Property Interval As Long but is this an error? as only integers will really work?
|
| Interact with web page via vb6 | 23 Jan 2008 00:23 GMT | 3 |
Want to make a little personal use prog to logon to my frequently visited sites where I pay bills electronically. I'm completely ignorant of html Seems I've read about Get and Post methods but not sure how it all works
|
| Copy Directory and files | 23 Jan 2008 00:08 GMT | 5 |
I am using VB6.0 SP5 on Win XP-Pro. Am able to copy files, but when I do this with the Browse Folder option, it does not create the Directory Name. I want to allow user to Select a folder from the Browse Folder, and when
|
| Loading, unloading | 22 Jan 2008 23:40 GMT | 4 |
I get mixed up about exactly when and how forms might load accidentally, as for instance when an unloaded form is referenced. What I want to do is to have a form with probably
|
| Can the Form be made transparent? | 22 Jan 2008 23:11 GMT | 5 |
I like to make a program where the userinterface (form) is transparent. Is that posible? If so, then how? I can set BorderStyle = '0 - None' but that does not make the background disapear.
|
| Grid VB 6? | 22 Jan 2008 21:29 GMT | 7 |
Hi, how can I do a grid listing some records coming from a data source and the first column must be a checkbox wich the user will choose what records will be processed... can you shed me some light? Thanks in advance!
|
| Mimicking multithreaded behaviour in a VB6 app (how?) | 22 Jan 2008 21:22 GMT | 18 |
I have a VB application that calls into a Win32 DLL. I want to be able to display a form that that informs the user (kinda like a progress bar), to keep the user 'engaged' whilst the function executes. basically, the Win32 DLL func is a RPC, which may take a while to return.
|
| VSFlexGrid Combo Data | 22 Jan 2008 20:36 GMT | 1 |
I'm not having much luck using the combo data. Private Sub VSFlexGrid1_AfterEdit(ByVal Row As Long, ByVal Col As Long) If (Col = cCSHPG_Copy) Then With VSFlexGrid1
|
| Identification of ActiveX | 22 Jan 2008 16:00 GMT | 2 |
I am facing one problem, related to "identification of ActiveX" installed in machine or not. There will be one link in the application, clicking on that link will open 3rd party UI. But before opening 3rd party UI, on link click it
|
| Call a *.exe file from a VB | 22 Jan 2008 15:02 GMT | 8 |
Hi: I want to know how can I call (run) a *.exe file such as a game *.exe file using a button created in a VB form. Thank you all.
|
| Need help to understand that | 22 Jan 2008 06:08 GMT | 2 |
I have this strange code behaviour: Declare Function GetWinPlatform Lib "Vb5stkit.dll" () As Long Public Sub Main() ...
|
| Storing and retrieving data over the web | 21 Jan 2008 23:08 GMT | 1 |
We have a VB6 program with 3 computers in a network behind Zone Alarm, a Linksys router and a DSL router. The DSL IP address is static. Computer names are, say A1, A2 and A3. A1 is the
|
| First time flexgrid user<g> | 21 Jan 2008 21:38 GMT | 7 |
vb6, ado I'm trying to make a way to view my mdb files. just a simple form for my own use for now, just to review what data is in a recordset...
|
| need graphic suggestion | 21 Jan 2008 21:24 GMT | 16 |
I made a grid type user control several years ago and have added additional functionality since that time. It works real fast and does a lot of neat stuff. It uses labels since they consume the fewest resources. I use the control in my program to manage downloaded videos. The ...
|
| Open file and program | 21 Jan 2008 20:28 GMT | 3 |
The senario is: I have a file on the C drive named "C:\MyFile.mff" (My Funny File). It's a little text file containing: 1,2,3,4,5
|