| Thread | Last Post | Replies |
|
| Calling control's click event from another form | 10 Jan 2008 15:38 GMT | 5 |
I have a small app with two forms. On form A I have a flexgrid control with a checkbox in column 1. On form B I have a checkbox. If I check the checkbox on form B I want the checkbox in the flexgrid on form A to also display a check. Can I call the flex grid's click event from ...
|
| From project to setup disk | 10 Jan 2008 09:44 GMT | 3 |
Ok i may be a complet idiot but i cant find out how to go from a working project using F5 to debug to instaling my program on another computer. I have made a program that display info from a basicstamp microchip in a textbox and posting it on my website.
|
| Automatic database update - REPOSTED | 10 Jan 2008 02:23 GMT | 2 |
My previous posting of this subject was obviously to broad. I will fill in some detail and hope that someone can give some constructive ideas. I am working with an existing Access 97 database. Payment details are manually entered via a classic VB front end. Some of these entries are
|
| Open web pages in custom browser | 10 Jan 2008 01:10 GMT | 15 |
Hi Friends I work in vb6 and have created a custom web browser for limited use shared among my friends and collegues only. Everything works fine, but if there are some links in the web pages we are viewing that are meant
|
| Frx split - Disappeared? | 09 Jan 2008 23:22 GMT | 7 |
I need to extreact serveral icons from a customcontrol in a VB6 form - and I think the frx Split program (http://www.windowsdevcenter.com/pub/a/windows/2004/08/17/VB_icons.html) would do, but the 10+ places I've tried to get it refers to a search portal.
|
| Screensaver Status | 09 Jan 2008 17:08 GMT | 31 |
I need to know how to: (1)Determine if the Screensaver is enabled (just enable and not necessarily running). (2)Enable and Disable the screensaver (not start it or stop it, but just
|
| Moving Companies California | 09 Jan 2008 14:49 GMT | 1 |
http://www.mover4u.com allows you to easily get connected to and obtain no obligation moving quotes from local movers, long distance movers, international movers, auto transport, self storage and specialty movers. Get connected to movers that will help you to
|
| MSFlexgrid CellBackColor | 09 Jan 2008 14:31 GMT | 1 |
I have a MSFLexGrid with different colors on every cell How to read the color of every cell Thank you
|
| Import data into SQL Server | 09 Jan 2008 14:29 GMT | 1 |
I have a .sfs file which I need to import into SQL Server database. How can I do that. Please help.
|
| add data from a datagrid | 09 Jan 2008 14:26 GMT | 2 |
I have an application in vb 6.0 using ADO and Access, and I try to add all data from a datagrid in database but I can't. I don't know what can I do, I use on a form a datagrid, and a commandbutton. The code of fill out of datagrid is:
|
| Pop up blocker with vb6 webbrowser control | 09 Jan 2008 13:15 GMT | 1 |
Hi Friends Within our office we are using a custom web browser made in vb6. (All windows XP machines). Can anybody here give me an idea how to implement a simple popup
|
| How do I communicate between a class and a form in dll? | 09 Jan 2008 05:13 GMT | 7 |
I have a form designed inside a dll and a class from which i show the form. I want data to be transferred between those classes and forms... any help?
|
| Automatic database update | 09 Jan 2008 05:12 GMT | 2 |
I have been asked to develop a programme that will automatically add data on a regular interval to database. The interval could be weekly, monthly or yearly. What I am not to sure about is how to track the intervals. The application would be running 24/7.
|
| Textbox 64K Limit -REMOVED- | 09 Jan 2008 00:47 GMT | 18 |
Perhaps this was posted earlier, but I just saw an entry on www.planetsourcecode.com showing how to avoid the 64K limit of a textbox. If you try to load a large file like this: Text1.Text = Input(LOF(f), f)
|
| App.PrevInstance not working | 08 Jan 2008 23:14 GMT | 10 |
I am using vb6(sp6) and have tried this on both Windows 2000 (SP4) and XP (SP2) platforms. I am trying to prevent more than one instance of my standard application running. The code I am using is: If App.PrevInstance = True Then
|