| Thread | Last Post | Replies |
|
| vb6 crashes on startup ?? | 02 Jul 2004 21:42 GMT | 3 |
I've been using VB6 for years, but all of a sudden it crashes on startup, I get as far as the project box which comes up, where I create a new project or load a old one, it crashes after that box no matter what I choose or try to load, ive reinstalled VB6, seems to be stuck on SP6 ...
|
| PDF File Confusion... | 02 Jul 2004 21:01 GMT | 3 |
This is vaguely a VB problem, but I am using VB6 to read PDF files merely to extract the page count. I actually do this in conjunction with the 'DIR' function to get a list of of all the PDF's in a directory and then tally the page counts before
|
| What's wrong with someone's girlfriend? | 02 Jul 2004 19:37 GMT | 2 |
First her bra is wet, then white, then her huge nipples are poking out her bra (ofcourse, het bra shrinked after being wet), so she must be naked and the you can see her nipples. Poor girl, no clthes left.
|
| forms | 02 Jul 2004 19:19 GMT | 3 |
I have a form that as graphics on it, circles and retangles. When I show a second form, it rubs out the graphics on the first form. Do anyone know how to stop this and leave the graphics on the first form untouched.
|
| Problem when trying to add new items in Visual Studio Projects. Remedies ? | 02 Jul 2004 19:06 GMT | 1 |
Any time I attempt to create a new project (Visual Basic or else) with Visual Studio .NET version 1.0 (running on Windows XP Greek Version) I receive the following message "The automation server is unable to create the object"
|
| Keystrokes enable command buttons ? | 02 Jul 2004 13:36 GMT | 11 |
I have written a desktop calculator that uses command butons for the numeric keys 0-9 and + - * / . = I need to know how to enable the command subroutines to be called when the user presses a key on his keyboard, e.g. 9*4/3=
|
| too much to fit in a form | 02 Jul 2004 12:31 GMT | 1 |
I have a problem displaying images on a form. The situation is a follows: There is a folder containing cd-covers. I want to display them on a form. Each time I open the form the folder must be scanned to check which cd-labels are present.
|
| vbmodal program? | 02 Jul 2004 08:48 GMT | 3 |
Is there anyone that knows how to keep a program on top no matter what. I need to install servicepacks for windows 2000 on users computers, and I made a program for it that shows a message.
|
| Bringing a computer out of standby | 02 Jul 2004 05:59 GMT | 4 |
Is there a way to code a method for bringing a computer out of standby? I have an application that needs to display a certain form at midnight, and when I tested it I found that it didn't work as expected because I have my computer set to go to standby after so many hours. ...
|
| Help with binary files in vb 3.0 | 02 Jul 2004 05:44 GMT | 3 |
I am creating a function in VB 3.0 to open a binary file (test.dat). The part that reads the file is: Open "test.dat" For Binary Access Read As #1 Get #1, 1, theData
|
| returning a type from a function | 02 Jul 2004 02:59 GMT | 10 |
I want to implement a simple callback mechanism but I'm banging my head against a wall trying to figure out my way round the types needed to implement it. it goes like this form a calls form b
|
| VS 2003 Solution and Project limitations | 02 Jul 2004 01:38 GMT | 1 |
I'm a novice Visual Studio user and am wondering about the practical (not actual) limits of how many objects can/should be in a VB solution. How many reports can be in one project, and now many projects can be in one solution? Are there performance issues with
|
| oo4o problems between VB6 and VB.NET? I get ORA-01000 with VB.NET | 01 Jul 2004 20:10 GMT | 1 |
I've spent 3 days on this problem so far and I'm going around in circles. I have a VB6 app that I have upgraded to VB.NET. I am using ORACLE 9.2.0.5 with the latest Oracle Objects for OLE (9.2.0.4.0.8 or
|
| 2-D line graph plotting in visual basic | 01 Jul 2004 18:13 GMT | 3 |
I need to plot an ECG (Electro Cardiogram) like graph programatically. It is a 2-D line graph. Please suggest me which object / component should I use in visual basic. Also, is there some sample source code available for this type of graph which I can directly / indirectly
|
| listbox with checkbox style in .net | 01 Jul 2004 16:32 GMT | 2 |
Does vb.net have a listbox with a checkbox style like in vb6? I didn't even see a style option under properties. I'm just starting in .net and am trying to port an existing application over. Thanks,
|