| Thread | Last Post | Replies |
|
| Help converting some C code to VB6 | 19 Sep 2008 19:23 GMT | 4 |
Hi experts! As per the subject, I have an interesting piece of code that can display the current CPU and system board temperatures. I'd love to be able to get this to work from within VB!, but unfortunately,
|
| s-video | 19 Sep 2008 15:13 GMT | 2 |
I need to acquire a video from an ecography system into my application (using s-video, according to the information that was given to me). Can anyone tell me how to acquire from s-video? 've already used twain driver but never s-video
|
| software copy protection programs | 19 Sep 2008 14:38 GMT | 3 |
can you please suggest any good software copy protection programs ? I have 3 programs (Vb6, MS Access, Excel & Power Point) that can run on the same machine, same time and I would like to include some security for protecting unauthorised installations.
|
| Applying OOP principles to this code... | 19 Sep 2008 14:11 GMT | 6 |
I have defined different enumerated Failures in two class modules: genmXXXFailure and genmYYYFailure Is there a way I can assign a generic enumerated genmFailure in my main program that will reference one or the other of my class enumerated types??
|
| need help getting permissions on network drive | 19 Sep 2008 04:53 GMT | 2 |
I'm using VB studio 2005 and have a problem I can't figure out. I'm trying to find/get either the group a logged in user belongs to or find out if they have write access to a network drive. We are currently running Novell.
|
| SVN with VB6 | 18 Sep 2008 22:30 GMT | 4 |
My friends, In my work I need integrate the VB6 with SVN. I found some a few plugins, but anyone apparently is trustful and everyone have at least one bug. The SCC plugins that I found is:
|
| What is wrong with this simple CopyMemory routine? | 18 Sep 2008 20:09 GMT | 13 |
Sub test() Dim i As Long Dim arr Dim V
|
| Simple class diagramming tool for VB6 | 18 Sep 2008 17:17 GMT | 4 |
I would welcome if there was a tool for VB6 that would take existing classes and create some kind of skelet - only declarations. Also vice versa, this tool could be able to play with declarations and then to generate a skelet in VB6.
|
| Block Forwarding using CDO | 18 Sep 2008 16:21 GMT | 3 |
I have a few programs that send emails using cdo, and I'm trying to figure out how i can block senders from forwarding an email they recieve from me. Thanks for any input!
|
| Using MySQL from VB6? | 18 Sep 2008 15:32 GMT | 7 |
Anyone here using a MySQL database from VB6? By "using" I mean, creating and deleting tables (with indexes), adding, updating and deleting records. Is there any GOOD documentation on this anywhere? I have a section of
|
| VB6 option button has black backcolor when running with Office 2007 | 18 Sep 2008 07:26 GMT | 5 |
I have used option buttons on frames control in VB6. When I open program on machine (Win XP) and Office 2007, the back color of option buttons becomes black, and it's label description is not shown. What could be the reason of this case ? Option button is not retrieved
|
| Accessibility, irregular controls | 18 Sep 2008 07:12 GMT | 4 |
Normal windows have a hwnd, that's the reason why software that relies on accessibility can "recognize" their position (among other properties they support). Also standard controls expose "accessibility" properties which hold
|
| saving data's in sstabs in one command button | 18 Sep 2008 05:53 GMT | 9 |
Im trying to figure out to save all data's in one single command button My sstab consist of 4 diffrerent catgories: general info educational background
|
| Opening statement to end code if condition occurs | 17 Sep 2008 21:42 GMT | 8 |
Does anyone know if there is an opening statement which could be used in the same manner as the On Error statement, yet for conditions other than an error. I want my code to either end or at least recognize when a certain
|
| Is there any text control for time, just like "Date and Time Properties" of windows? | 17 Sep 2008 15:30 GMT | 4 |
I need to include a text box which is in hh:mm:ss format. User able to select each element (hh or mm) separately. For example, if you open "Date and Time properties" from Windows xp tray, there you will have a similar text box.
|