| Thread | Last Post | Replies |
|
| I need select which instance of a multiple running process | 04 Apr 2006 10:08 GMT | 1 |
I am using VB6. I need to look for a running app that may have more than one session currently running. If it has more than one session running, I need to modify one instance by looking into the perferences of that app. I can detect a running instance. I can GetObject that
|
| AND Operator and Currency data type | 04 Apr 2006 10:02 GMT | 18 |
Hi to all, I need your help to solve this problem! How to apply AND operator with Currency data type, if its value is larger then Long limit?
|
| Search Function | 04 Apr 2006 09:57 GMT | 1 |
I am new at vb6 and programing, can some one help me to build a Function that serach text fied (a long text) in a table on database, i succeed to build sql query that find exact expression, but what if the words are not in sequence?
|
| OCX problem in VB Outlook AddIn | 04 Apr 2006 09:56 GMT | 1 |
We have developed an Outlook AddIn and we what use an OCX on it. But when we use an OCX on it, appears an error after we close the Outlook. The OCX works like we desire. But when we close the Outlook appears a DDE Server Window error related with memory.
|
| Help doesn't load the second time. | 04 Apr 2006 08:59 GMT | 1 |
My problem is with the help viewer. In the mainform menu I have the Help button which runs the help.showhelp when clicked. The simple code look like this.
|
| rich textbox, print lines at bottom of page, how to approach? | 04 Apr 2006 08:43 GMT | 2 |
I'm using a richtextbox for printing and I'd like to move a block of text to the end of a page and leave empty space before it. I don't know how to get started with this, any suggestions would be appreciated. TIA,
|
| Runtime error # 53 | 04 Apr 2006 02:24 GMT | 7 |
I have hit a snag with a program that I wrote that uses the Windows Common Controls - 2 6.0 (sp6), MSComct2.OCX. When my program is installed it loads the splash form and gives the Runtime Error #53 error before the second form comes up. I seem to remember having run into this ...
|
| Connecting A DataGrid To SQL Server Result? | 04 Apr 2006 00:42 GMT | 1 |
I use the following code to look at my data returned from an Access table in a VB 6 DataGrid. When I switch to SQL Server I get the error "The rowset is not bookmarkable". What the heck does that mean and how do I fix it?
|
| Placing app in the startup lineup | 04 Apr 2006 00:29 GMT | 8 |
Is there some way to place my app to be invoked as the last application on Windows startup?
|
| Universal hex to string conversion (DBCS, ASCII, etc!) | 03 Apr 2006 23:09 GMT | 2 |
I'm having the most perplexing problem converting hex to a string and getting the same data when using DBCS (Japanese, etc.) versions of Windows. Basically I want to be able to convert hex to a "binary" string (not Byte) that works on both ASCII, DBCS and preferrably all versions of ...
|
| how can i create video file of .jpg using vb.net | 03 Apr 2006 19:16 GMT | 1 |
Hello Group Memebers, Myself Parmar Savan i am doing my project in vb.net and i got stuck with a problem.i don't know how can i combine .jpgs and make a video file of series of .jpg pictures.is it
|
| Copy and Paste from Listview | 03 Apr 2006 19:15 GMT | 1 |
I am using VS2005 and VB to write a small application. I have a listview control and want the user to be able to (CTRL-C) copy information from it to the clipboard and then paste it somewhere else. Unfortunately they cannot do this by default it seems. Can someone tell me how ...
|
| hwnd | 03 Apr 2006 19:02 GMT | 17 |
Is there a way to inventory the controls on an externals apps' windows to 1 determine there name 2 determine there state (checked, unchecked etc
|
| Converting a bitmap from 24 bits format to 8 bits format | 03 Apr 2006 17:57 GMT | 4 |
I am trying to do that in vb 6. I found a sample code on the net which was converting to 1 bit. I tried to change it to convert to 8 bits but couldn't get it done. Here is the code:
|
| How can I show hidden files in FileListBox? | 03 Apr 2006 17:04 GMT | 3 |
How can I show hidden files in FileListBox? and what is the best "File Explorer" for my VB6 program? (I want to have a file-explorer in my program) Thank you!
|