| Thread | Last Post | Replies |
|
| Nearest Neighbour / Ternary Search Tree | 12 Jan 2006 19:43 GMT | 12 |
I'm trying to write/find code that creates a Ternary Search Tree in Visual Basic (VB6 or .NET). Here's my situation: What I have is an array consisting of 60,000 string elements.
|
| Lotto Program | 12 Jan 2006 17:51 GMT | 3 |
Dear All; I need a small program to display the running names & catch a name for giving a prize (i.e. lucky draw). How do I do it? anyone can help? I need it urgent.
|
| Get PictureBox with x height returned size of previously loaded image | 12 Jan 2006 17:18 GMT | 3 |
I'm using VS 2005. When user selects a image from the FileListBox, the code is PictureBox.ImageLocation = sFullPath PictureBox is set to AutoSize. When the newly loaded image is smaller
|
| I made a boo boo... | 12 Jan 2006 13:31 GMT | 2 |
I created a do loop that i cant get out of.how can i crash the program?i dont want to lose data and because im on a computer in Uni, i have no access to the task manager.HELP! Paul.
|
| VB Stuff | 12 Jan 2006 13:01 GMT | 3 |
Hey Guys... Could any one tell me what the code is if I want to put in a new line in VB? for example: msgBox ("HELLO EVERYONE ON GOOGLE GROUPS HOW ARE YOU ALL?") I would like "HOW ARE YOU ALL?" on the next line. I think there is some
|
| HELP | 12 Jan 2006 09:42 GMT | 8 |
How do I put the time on my userform (It has to tick) and also how do I make a music file play from my computer... Thanx So much Simon
|
| Unzip XML stream | 12 Jan 2006 06:12 GMT | 1 |
I am using ServerXMLHTTP to send a POST to an HTTPS server and collect an XML stream in response. The responseText stream returned appears to be in gzip format. Does anyone have an idea on how I can unzip this to a text string?
|
| upgrading an app | 12 Jan 2006 06:04 GMT | 3 |
I created a vb6 application and distribuited it according to MS license. I need to create an application that upgrades previous set up. I down't want to uninstall and then re-install. So I don't want to use the standard setup wizard.
|
| Beginner Question: Visual Studio 2005 - Visual Basic - Charts or Graphs | 12 Jan 2006 05:35 GMT | 2 |
Good afternoon all, I am trying to work out the best way to create a chart/graph on a Windows Application. Previously I have used Microsoft Excel to create programs which had a Chart or Graph included. However, I wish to break
|
| Displaying Text Like A Book | 12 Jan 2006 04:58 GMT | 2 |
I like to write a program to read a text file and display like a book. With page turning feature. I like to know how I can display text using textbox or richtextbox to auto flow the text to next textbox.
|
| keep interface private to dll? | 12 Jan 2006 04:21 GMT | 10 |
rackin by brain, but can't find a way to do this. i'd like to implement an interface, which i can use to perform a handful of common functions across related objects.... BUT.... i want this interface to be private to the dll. any way to do this? tried, friend functions, ...
|
| Visual basic newbie seeks help | 12 Jan 2006 02:26 GMT | 1 |
Although I’m not too experienced with scripting and programming, would really like to get rid of my old unorganised batch scripts tha sort of work, but do not feed the needs of me and my co-workers. I’v tried to cook up something with the help of other websites and althoug
|
| Why that local variable is not iniitilized? | 12 Jan 2006 01:19 GMT | 1 |
From one form subroutine calls for another form: frmExpired.Show Form frmExpired has 2 variables declared: Option Explicit
|
| How much harder is C than VB? | 11 Jan 2006 21:48 GMT | 72 |
I am using VB6 now, and am considering moving to VB.NET or C. My question is should I move to C as opposed to VB.NET? I have been 'dabbling' with the programming thing for years now, making a few apps that we use at work (a window manufacturer) but if I am going to go to the next ...
|
| [VB6] Printer Object - Variations in output with various printers | 11 Jan 2006 20:55 GMT | 5 |
I have written a program that prints to a pre-made form that my company uses. The program has been installed on a single computer, connected to a single laser printer. Now, they want to put this program on other workstations to allow employees
|