| Thread | Last Post | Replies |
|
| Differences between vb releases 4, 6, and 8 | 20 Apr 2006 11:51 GMT | 5 |
What are the differences these releases? I notices that the bring up of vb rel 8 is different from rel 6! I haven't looked at vb in five years and was curious. Thanks,
|
| Grid View and Label | 20 Apr 2006 10:15 GMT | 4 |
I was wondering if anyone could help me! I have a GridView on my page displaying a single value, as a result of a query, i wish to move that value and put it in a label. does anyone know how?
|
| Visual Studio 2005 Outlook 2000 | 20 Apr 2006 09:31 GMT | 3 |
Has anyone had success deploying an add-in for Outlook 2000 written with Visual Studio 2005? I cannot even make a msgbox "Hello World" onConnection with outlook. I am not using Visual Tools for Office and I am compiling with the office 9.0 Object library. Any ideas on what I
|
| Cell Color in MSHFlexGrid | 20 Apr 2006 02:06 GMT | 6 |
Is it possible to color cells individually or in blocks using this control? Can we alternate row colors for ease of viewing? TIA Mick
|
| Processing two modeless forms simultaneously | 20 Apr 2006 02:01 GMT | 11 |
I have the following Form1 contains buttons A and B Button A click says FormA.Show (i.e. modeless) Button B click says FormB.Show (i.e. modeless)
|
| Quick 2D array? (VB6) | 19 Apr 2006 16:35 GMT | 3 |
Group, I have a file I am reading into one long string using Get. The discrete pieces of data are tab-delimited, and each line ends in a CRLF pair.
|
| the KeyUp event on the MsHFlexGrid | 19 Apr 2006 09:10 GMT | 3 |
It is possible to qualify the KeyUp event on the MsHFlexGrid?
|
| sound wave stopped playing - VB6, XP | 18 Apr 2006 22:57 GMT | 7 |
I have been experimenting with using WAV clips in a new program. I had the API in my main form and used a clip at start up and shut down of the program. It woked nicely until I added a Tool Bar to the main form. Now I get sound that is not a WAV file. I tried moving the API ...
|
| Inserting a combo box in a Toolbar control | 18 Apr 2006 22:53 GMT | 2 |
I am trying to insert a Combo Box in a Toolbar Control, which is a child of a CoolBar band. I have already obtained this code: DoEvents Combo1.Top = Toolbar1.Buttons("Placeholder").Top
|
| Why VB 3.0? | 18 Apr 2006 18:31 GMT | 21 |
Why do some people still prefer VB 3.0? What are the major differences in VB 3.0 and 6.0? Thanks. With kind regards,
|
| DataGrid Print rows where criteria matches | 17 Apr 2006 22:18 GMT | 2 |
(new to programming) I am using VS.Net 2003 (visual basic) on Windows XP with SQL Server 2005 Express. I have one table in the SQL database that i brought into VS using
|
| Can't Open Clipboard (VB6 on x64) | 17 Apr 2006 17:21 GMT | 4 |
Don't know if my install is buggered or its an x64 fluke. Environment: VB6 Enterprise on WinXP Pro x64 Problem: ERROR: "Can't open clipboard" when trying to copy a control Steps to reproduce:
|
| \ = Int or Round? | 17 Apr 2006 08:41 GMT | 11 |
Now I always thought that X \ Y was the same as Int(X / Y). But just now I found out that X \ Y equals Round(X / Y). I have no idea how much subtle bugs I put into programs because of this. Please don't laugh.
|
| VB6 app | 16 Apr 2006 21:44 GMT | 4 |
Hi, I have an VB6 app that draws a vector graphic scale model and prints it on a stardard lettersize or A4 sheet of paper. I just got an query from a fellow who wants to output the drawing full size (approx 48" x 96") to a "GCC Explorer Laser Engraving and Cutting machine"
|
| Whats the artist, album, LENGTH, etc. | 16 Apr 2006 11:33 GMT | 2 |
Very much in relation to my previous topic I would realy like it if someone could firstly tell me if it is possible to find out the artist of a music file (if programed in windows media player (WMP)), now I am almost certain that this is impossible, unless my program could, very
|