| Thread | Last Post | Replies |
|
| How to explain that? | 15 Jan 2007 17:54 GMT | 4 |
ListView control: Private Sub lvOutLog_MouseUp(Button As Integer, Shift As Integer, X As Single, Y As Single) Debug.Print "X: " & X & " Y: " & Y
|
| Adding SourceSafe buttons to VB5 toolbar | 15 Jan 2007 14:23 GMT | 4 |
I'm running VB5 (SP3) and I want to add the "Check Out", "Check In" and "Undo Checkout" buttons to the standard toolbar. While dragging one of them from the "Customize" dialog to the toolbar, the icon changes to "+" then to "I" when it's on the toolbar just like
|
| byte count for Japanese characters | 15 Jan 2007 10:09 GMT | 2 |
Good Morning I have a problem with byte count for Japanese characters... i actually don't know how... Some Japanese characters do have 2 bytes and some only 1...
|
| webclient.uploadfile | 15 Jan 2007 04:10 GMT | 1 |
I have a sharepoint services site. I want to upload a file to the document library. I am using the webclient.uploadfile method to upload the file. When i execute the method the byte array that is returned it a copy of the default webpage and the file is not uploaded. Any ...
|
| How to playback a video file? | 15 Jan 2007 00:56 GMT | 3 |
Newbie VB6. I want to playback a video file (MyVideo.avi) on Form1. The video file is located on Drive C. How can I do this? Thank you very much for any comments in advance.
|
| vb6 network resources | 14 Jan 2007 22:44 GMT | 7 |
Need to develop a utility in vb6 that does most or all of the following: - identify which of multiple network adapters has an active connection - get IP address, default gateway, DNS addresses - ping addresses and measure latency
|
| Open Source VB Complier | 13 Jan 2007 05:04 GMT | 3 |
Mono's VB.NET complier has reached another milestone where it can bootstrap itself as well compile Mono's version of Microsoft.VB Runtime library. Now many of you will say "gee Rob it's for VB.NET. Why are you wasting
|
| Stuck VB6 process | 13 Jan 2007 02:43 GMT | 3 |
I tried this post in the Terminal Services group with no luck. We have several in house written VB6 applications that are all accessed via Terminal Services We are finding that one application is getting hung on the Terminal Servers
|
| Aiuto!!! | 13 Jan 2007 00:48 GMT | 1 |
Sono una principiante nell'uso di Access e Visual Basic e ho un problemino semplice semplice che spero qualcuno riesca a risolvermi. Ho creato un DB in access tramite varie query di accodamento e ora vorrei farle eseguire tutte assieme, così da aggiornare il DB con un pulsante
|
| Just a test | 12 Jan 2007 19:53 GMT | 4 |
Hi Friends! For the last 2-3 days, I am seeing erraneous listing in Google Groups. For example, when I start a New Topic, it does not appear as a New Posting. So after a reasonable time I try again, with the same result.
|
| Something like a Project_Activate event? | 12 Jan 2007 19:49 GMT | 26 |
I am looking for a technique to detect when a user makes my MDI application the active application? For example, when the user clicks on the application after using another. My purpose is to check the Windows Clipboard at that time to see if
|
| WinBatch to VB6.0 | 12 Jan 2007 19:43 GMT | 3 |
Hi, I am working on this project which we need to rewrite a program in VB6.0. This program is originally written in WinBatch. And I am struggled with this one line of code. the original code(WinBatch) is this:
|
| Extended textbox class from vbpj? | 12 Jan 2007 18:30 GMT | 6 |
Many years ago, when I had a subscription to vbpj, I remember reading an article about using sendmessage to enchance the standard textbox control. I think one of the things that can be done is a search function with line highlighting, but I don't remember for sure. I can't find ...
|
| Need help with an error | 12 Jan 2007 17:46 GMT | 3 |
I'm getting the famous error 91, but in a way I've never seen. I built a form to handle our work order system via SQL and included it in a project I had already started. The compiled project works fine on my development machine and the laptop with VB6 enterprise on it, but when
|
| change screen paramaters using VB6.0 | 12 Jan 2007 15:56 GMT | 2 |
How can I change the resolution and PPP parameters of the screen at the beginning of my application with vb6.0 : are there som API to do this ?? Thanks eric
|