| Thread | Last Post | Replies |
|
| Mouse Scroll Button | 19 Jun 2006 13:20 GMT | 1 |
Is there a way to enable the mouse scroll button is VB. I believe there is an addin but I can`t find it. Any help please. Si
|
| how to lock controls on a SSTab Tab? | 19 Jun 2006 09:38 GMT | 8 |
I tried this code to lock the controls that I have on an SSTab on Tab = 1: For Each c In Controls If c.Container Is SSTab1 Then
|
| Options Dialog - I've completely lost my mynd! | 19 Jun 2006 09:35 GMT | 4 |
Two quickies (I hope). The default Options Dialog form comes up with a TabStrip containing 4 tabs, four PictureBoxes, and four Frames. The third through fourth PictureBoxes and Frames are not visible anywhere on the form layout but can be referenced
|
| Accessing of variables problem | 19 Jun 2006 04:11 GMT | 7 |
Iam having problems figuring out public vs private variables and accessing them from various places in my program. In particularI have a variable called strFileName that is assigned a value in clsFileOps.
|
| I think I'm missing something! | 19 Jun 2006 00:32 GMT | 10 |
In a function I have written I need to check the Object that is passed to it as one of its parameters to see if it is a Form or a Picture Box or a Printer. I can do it, but in order to do so I need to use two different functions and I think I may have missed a simpler way of ...
|
| Triggering events across MDI app's forms? (VB6) | 18 Jun 2006 14:25 GMT | 26 |
I just need a shove in the right direction. I'm working on a VB6 MDI forms-based application. What I need to do is the equivelant of triggering a global event when data gets updated. (Not entirely unlike handling Windows messages.)
|
| Data to CDR | 18 Jun 2006 13:58 GMT | 2 |
Dose anyone know of some code for write data to CD or DVD disk. is it possible for vb to write this type of code. I have been looking for some time now and seen some code but unable to get it to work. I think I was looking in the wrong place that's why Iam asking here the right ...
|
| MIXER_SETCONTROLDETAILSF_VALUE | 18 Jun 2006 08:17 GMT | 2 |
What is the value? Cannot find anywhere API help, MSDN etc.
|
| Disabling OwnerDrawn Menu Items | 18 Jun 2006 05:42 GMT | 1 |
I am faced with the task of adding icons to a right click menu. I have turned to owner drawn menu items and have the icons showing up fine. My problem now is that I need to enable or disable certain menu items based on what the user has clicked on. Here is what I have for code
|
| Simple project... Explorer toolbar button to toggle the "show hidden files" setting? | 17 Jun 2006 23:29 GMT | 1 |
I'm thinking that this is something that a VB6 programmer may be able to whip up in a few minutes... I'm hoping to find a way to add a button to my Windows Explorer toolbar that, when clicked, would simply toggle the ability to see hidden files and
|
| filter many fields with checkbox | 17 Jun 2006 20:36 GMT | 2 |
i have good experience with vb but i have some serious problems i have created a mysql with table dss but i`m confused about this
|
| 64bit Development Computer | 17 Jun 2006 18:11 GMT | 3 |
I wish to purchase a 64 bit development computer running XP Pro (32 bit I assume)to support my current VB6 applications. Will the exe's produced run on 32 bit platform end user computers?
|
| Using the CHR function with Chinese Language Windows | 17 Jun 2006 18:08 GMT | 10 |
I have an VB6 application that establishes serial communication with our hardware by outputting a CHR(1). We sold some hardware to China where they are using Simplified Chinese Language and sending the CHR(1) does not work. The hardware also transmits binary data. Can someone ...
|
| Avoiding Overlapped Text | 17 Jun 2006 16:52 GMT | 9 |
Not sure if this was a graphics question or a general one so I apologize in advance for any unintended cross posting. I have a blank DC (device context) onto which I am placing text (City names) using the TextOut API. No problem there.
|
| How to make a program which would move the mouse cursor... | 17 Jun 2006 15:58 GMT | 5 |
I have VB.Net and have worked with it, so I gnow some stuff in general. It woud be great if someone could help me, or give me some advice. I'm visiting a web page, so all the buttons and so on are always on the same coordinants.
|