| Thread | Last Post | Replies |
|
| Multiline Textbox issue | 31 Jan 2004 08:22 GMT | 4 |
I have a VB application in which I want to put my cursor on a desired location/row in a multiline text box. I understand we can use SendMessage or SendMessageLong function for this purpose.
|
| HELP: Retrieve multiple filenames from Windows Explorer context menu | 30 Jan 2004 23:17 GMT | 6 |
I'm still -in addition to my previous posting- struggling with the next problem and hope somebody can give me a good sample or help me on the right way. I want to select multiple files (any kind of file, no matter what extension) within Windows Explorer and pass the filenames by ...
|
| running sub on vb project | 30 Jan 2004 19:26 GMT | 1 |
I would like to run sub or function on vb project without declare it on the main form Is there a way do do this?
|
| Server Feedback | 29 Jan 2004 07:16 GMT | 2 |
I am trying to establish the best technology to use to provide feednack to multiple clients when there is activity on the server (e.g. distribute a notice to all PCs connected to a COM server). I have tried to use DCOM Events and Message Queue and bot technologies have
|
| HELP: Pass all the selected filenames from Windows Explorer context menu in one time to just one VB-app | 28 Jan 2004 20:15 GMT | 5 |
I'm still -in addition to my previous posting- struggling with the next problem and hope somebody can give me a good sample or help me on the right way. I want to select multiple files (any kind of file, no matter what extension) within Windows Explorer and pass the filenames by ...
|
| How do I open a second copy of same program as the first one terminates? | 28 Jan 2004 18:20 GMT | 19 |
What code must I add to the following to force the PC to open a second program (Blue) just before the first one (Blue) terminates? I am trying to make it easy for the user to enter the settings and continue using the *same* program. I cannot find any information in any of my ...
|
| HTTP Post to webservice in WebLogic | 28 Jan 2004 12:09 GMT | 1 |
Hi I am trying to call a webservice from VB 6 using XML post and I am getting error in my response. I have included full wsdl/request xml and the vb code. Can someone please shed some light on this matter. Thx
|
| Resource Editor | 27 Jan 2004 22:19 GMT | 1 |
How do I get the resource editor to show up in my "Add ins" menu????? Where is the resource editor -Lou
|
| Retrieving colours from BMP File through VB ? | 27 Jan 2004 19:50 GMT | 3 |
How can I retrieve number of colours and their hex codes from any picture file through VB ? For example: I select a picture from my hard disk and it should display something like
|
| binary compatibility | 27 Jan 2004 15:15 GMT | 1 |
i want to set the binary compatibility for a vb project without opening the project. is there a way to do this. thanks in advance for your suggestions -saurabh
|
| Locking records on SQL Server | 27 Jan 2004 11:16 GMT | 2 |
I aim to lock a selected record to prevent other users processing same task using same record where this is necessary for invoicing. Below is my code; Set cn = New ADODB.Connection s = "DRIVER=SQL
|
| VB 6 and crystal reports | 27 Jan 2004 09:28 GMT | 2 |
I have a project where i am using vb6 and crystal reports 8.5 to generate reports. Please let me know the distribution aspect for crystal reports. I mean how do i need to purchase the licences, and can i distribute my ocx and dll then legally? how should the installable exes be made ...
|
| Help with Active X | 26 Jan 2004 14:22 GMT | 1 |
My problem is a little unusual. A company I know is having a computer program written in Visual Basic. Do not know which version. The problem is the programmer gave the company a copy of the code but it uses ActiveX controls and the company does not have any nor do they know the ...
|
| Open .DBF File | 26 Jan 2004 07:11 GMT | 3 |
Plz..help me how to open dbf file in VB?
|
| Project Explorer changed view | 26 Jan 2004 02:01 GMT | 1 |
It appears as though the view in Visual Basic Project Explorer changed. It used to break things down into Classes, Modules and forms...but now, they're all together, with a different icon for each one, but just in one big group. I don't know what happened, I was editing a form.. ...
|