| Thread | Last Post | Replies |
|
| Where di my VB function go? | 20 Nov 2006 23:08 GMT | 7 |
I've been working on an interprocess messaging system which is used by VB to send messages to other VB apps. I designed a C++ DLL interface, which takes care of the storing and transmission of messages to the other processes. Everything works great, except, i want to be able to
|
| pointer to pointer to a structure. Help!! | 20 Nov 2006 20:50 GMT | 1 |
I am very new to Visual Basic, I experts help for a task, I have following code in c++ typedef struct Sm_AgentApi_Attribute_s {
|
| Menu Context Handler with Icon | 19 Nov 2006 17:28 GMT | 2 |
I've scoured code sites and examples on how to implement a menu context handler with an icon. off the bat i thought it would be an easy task but it has been really hard to undersatnd alot of the examples as most lack documenation. all i want to do is place a menu item when a user ...
|
| Disabeling internal pointing device using API or command line | 19 Nov 2006 14:30 GMT | 2 |
Looking for a command line, batch file, API or other way I can disable/enable internal pointing device on a Sony laptop. It can be done through the Sony setup program a GUI for the BIOS settings, but requires several clicks.
|
| Stop vb listbox from smooth scrolling | 17 Nov 2006 18:50 GMT | 1 |
I'm desperately looking for a way to stop the standard vb listbox from smooth scrolling. My app allows the user to directly enter a number which will then be searched for in the listbox, but after filling the listbox, when the
|
| Unicode Printing | 16 Nov 2006 16:03 GMT | 2 |
I want to print unicode text directly from fm20 textbox. which way it will be appropriate? I am using TextOutW function but it is not recognizing new line . can anyone help?? send directly on
|
| peer-to-peer behind router | 15 Nov 2006 12:01 GMT | 2 |
I have a peer-to-peer chat application. It listens to a specific port and displays all messages received on that port. The application works fine, but it fails if one host (listing to that
|
| common dialog w/api instead of COMDLG32.OCX, possible? | 15 Nov 2006 06:44 GMT | 2 |
I would like to let the user select a file without including the common dialog component. Is it possible to do it through the API and have it will work on any version of Windows?
|
| Zipping files | 14 Nov 2006 21:17 GMT | 1 |
Can some one point me in the right direction. I need a script that can go through each folder and sub-folder(s) on a given drive. Check the create date of every file on the drive.
|
| Startup animation, how to initiate? | 14 Nov 2006 07:55 GMT | 5 |
I want my VB6 program to display some graphics at startup. (Fade in of a large bmp, some moving objects etc.) No problem with creating the graphics as such, but what is a good way to initiate them?
|
| API call for Explorer, View , Refresh? | 14 Nov 2006 03:34 GMT | 5 |
Is there an API call to refresh an Explorer folder contents window? Thanks, Ed
|
| EnumServicesStatusEx | 11 Nov 2006 22:58 GMT | 1 |
Does anyone have any experience with EnumServicesStatusEx ? I seem to be getting services returned, but I don't get as many as when I call EnumServicesStatus (71 vs. 104). I want to use the Ex version to get PIDs.
|
| A VB 6 program to read from and save to text file | 11 Nov 2006 16:07 GMT | 8 |
I'm trying to write a VB 6 program which will read from a text file. The text file has 2 column, attribute's name and attribute's value as below: UCPT0001 0.80
|
| printing escape codes to Zebra LP2844 | 10 Nov 2006 17:52 GMT | 2 |
I'm desperately trying to send escape codes to a Zebra LP2844. I've been through the forums and found loads of info, but I can't get the printer to output what is sent to it! I've tried every example I can find using API calls to winspool.drv
|
| FindWindow returns handle for window that doesen't exist | 10 Nov 2006 09:11 GMT | 1 |
Code Example: Private Declare Function FindWindow Lib "user32" Alias "FindWindowA" (ByVal lpClassName As String, ByVal lpWindowName As String) As Long Private Sub Command1_Click()
|