| Thread | Last Post | Replies |
|
| vb6 print dialog problem | 23 Nov 2005 22:32 GMT | 12 |
I am having trouble getting the printer common dialog to set the printer object correctly. It all worked fine under win98 but will not work under XP. Printing graphics via the hdc still seems ok.
|
| Visual Basic 6.0 Crypt Command | 23 Nov 2005 16:12 GMT | 1 |
Hi, I try to protect a piece of Sofware for each user different. Is someone here who is familier with MD5 cryt and encryt ? Is it possible to use similier or same functionality in Visual Basic 6.0 and how ? Thanks for help.
|
| Loops | 23 Nov 2005 15:46 GMT | 6 |
I am trying to create a program that generates the fibonacci series numbers between 2 and 1,000,000,000 (1 billion). The user enters in an number in to a textbox (between 2 and 1 billion), and the program then outputs the Fibonacci series up to that number in a list. The program
|
| VB2005 Locked property readonly? | 23 Nov 2005 15:29 GMT | 4 |
I'm trying to make the jump between VB6 and .Net so I downloaded the beta Express version of VB 2005. The doc says the locked property for a textbox is now readonly at runtime. http://msdn2.microsoft.com/en-us/library/19z8k5by.aspx
|
| Textbox selection background color | 23 Nov 2005 15:26 GMT | 8 |
Is it possible to change the selection background color in a textbox? Einar
|
| converting old app to VB - strange INPUT behavior | 23 Nov 2005 14:00 GMT | 9 |
OK guys, this is my first real attempt at VB. Actually my return to writing programs since 1998. I've got an old DOS QB app that I am converting to VB 6.0. Really simple file formatting app. the INPUT statement is behaving oddly. Picture a CSV file that looks like
|
| A other question to Mike Williams, or others | 23 Nov 2005 11:51 GMT | 2 |
I have a last problem with a logo. I need to print it on top of a photo. The original logo is an EPS file in RGB and has a transparent background. Because I can't print this logo via Printer.Paintpicture so I have saved it as a GIF format.
|
| Application to Tray | 23 Nov 2005 09:52 GMT | 6 |
How to create a VB project that minimize to the systray an application external to VB? The application already has the capability to "minimize to tray", i tried the following api, i can MINIMIZE or HIDE but NOT minimize to systray.
|
| Winsock control Question | 23 Nov 2005 00:06 GMT | 2 |
I'm using a winsock control in my app so im wondering do i need to include mswinsck.ocx file in distribution package of my app. Im wondering will my app be running normally on every comp with win xp os if i dont include mswinsck.ocx file in setup package?
|
| how can I find out if a procedure is never called? | 22 Nov 2005 20:56 GMT | 5 |
In VB6, is there an easy way to find out if a procedure is never called or an object never used? I inherited a fairly sloppy system and I think there is a lot of this kind of stuff that I'd like to clean up if possible, without looking thru reams of code.
|
| odbc | 22 Nov 2005 18:08 GMT | 5 |
I had heard from one of my friend but ODBC could be created at run time i tryed a lot for this but was unable to do this please any one out there could help me out with this
|
| Develop VB6 app with Explorer Details view | 22 Nov 2005 17:00 GMT | 4 |
I am starting a new VB6 project that is in need of a listing output just like in Windows Explorer Details view, with the adjustable width columns and column headings. It won't be for a folder or file listing, but rather data; however, this view would be ideal for my app.
|
| Does anyone have know... | 22 Nov 2005 16:27 GMT | 6 |
Does anyone know how to make a game auto program that will lpay a game for you with you doing anything like for pogo.vom or yahoo.com cames? Or would anyone know where i could look to possibly find the code for one to mess with so i can learn to make my own ?
|
| line input option to read until vbcrlf (and not vblf) | 22 Nov 2005 16:14 GMT | 3 |
Is there an alternative to line input or does it have an option so it reads text up to a CRLF instead of a (CRLF or LF)? I tried reading the whole file to a string using binary access read, but the file is huge and vb6 gives me a 'out of string space' error, so
|
| Visual Basic source for Garmin GPS track download ? | 22 Nov 2005 15:17 GMT | 2 |
Hopefully, a simple question... Garmin outputs track altitude data in float-32 format (little-endian, 1 sign bit, 8 exponent bits, 23 mantissa bits). I can get the binary track data from a Garmin gps and extract lat/long
|