| Thread | Last Post | Replies |
|
| IDE Extensibilty (vb6) | 16 Apr 2004 22:05 GMT | 1 |
Hi. I am creating an add-in which would manipulate code in the current project. In the add-in I have code like: Set objCodePane = m_objVBInstance.ActiveCodePane .........
|
| Webbrowser object that ignores any keys pressed by the user | 16 Apr 2004 18:55 GMT | 1 |
How can I make a WebBrowser object ignore all user commands such as the backspace key, arrow keys, etc...? I want the current url to be only modified programmaticaly.
|
| Playlist | 16 Apr 2004 17:28 GMT | 4 |
Hiya, I have a media player which I have written in VB6 and I have a filelist box at the side of the screen to select which songs i want to play. The user can browse to a folder with the files they want to play. I want to make a playlist so that the user can select which files they ...
|
| Need advice to accomplish something | 16 Apr 2004 17:08 GMT | 4 |
I would like to have either an MDI Form or maybe just a regular Form with a big Picture Box. I would like to be able to drag & drop shortcuts (LNK files) into the form. There, they would be tiled with a scrollbar to scroll down if there are too many.
|
| ASP.NET Developer needed | 16 Apr 2004 16:09 GMT | 1 |
Need one for three plus months---Do you know someone? OMNI GROUP tgugger@buckeye-express.com 419-380-8853
|
| VBdis 3 ? | 16 Apr 2004 16:08 GMT | 2 |
Or to find the soft of DODI name: VBdis 3 tanks y by advance for your assistance JP
|
| Question with Writing to a txt file in vb6 | 16 Apr 2004 16:07 GMT | 5 |
My program produces a log file called log.txt open app.path & "\log.txt" for append as #1 print#1, bla bla bla close#1
|
| Long file names & Power Point Viewer | 16 Apr 2004 15:13 GMT | 2 |
How to start Power Point Presentation with shell function if filename is like this: "about us.pps"? Example: q = App.Path & "\pptview.exe " & 'filename'
|
| FileListBox copy / save to specific file name | 16 Apr 2004 15:10 GMT | 1 |
Hello I have not used a File list box before. But it may be the only choice I have to get the results I need. What I need to do is populate the File list box with the files on the
|
| ASP.NET/ CONTRACT/ IMMEDIATE | 16 Apr 2004 14:53 GMT | 1 |
OMNI GROUP tgugger@buckeye-express.com 419-380-8853 ASP.NET/ CONTRACT/ IN
|
| ActiveX user control | 16 Apr 2004 13:41 GMT | 1 |
Hi guys, I have a question for you. I'm developing an OCX, a user control and some standard modules. Is there a way to use user control methods from modules. In other words something like this:
|
| Differences in dll's | 16 Apr 2004 10:05 GMT | 2 |
I've one query which I want to share What is the difference b/w Normal DLL and ActiveX.DLL and Normal Exe and ActiveX.EXE with reference to visual basic 6 or VB.NET
|
| Logging in and problem...... | 16 Apr 2004 07:37 GMT | 1 |
As opposed to my previous post, I have alredy planned what to do but stuck with a dillema. Basically, I need to store a boolean value in the db after a user has logged in. I tried to use an existing recordset and insert the code
|
| Add Class Module is MIA | 16 Apr 2004 02:42 GMT | 3 |
Hi People, For some reason, my VB6 no longer includes the "Add Class Module" menu under "Project". What's going on? I've tried Google with only a couple of unhelpful matches.
|
| VB6 Debugging Question | 16 Apr 2004 02:28 GMT | 1 |
I have inherited a VB6 application which consists of multiple .exe components. I am trying to debug this application. One .exe uses create object to instantiate the other .exe file.
|