| Thread | Last Post | Replies |
|
| Tutorial on scope? | 31 Jan 2008 20:03 GMT | 4 |
VB6 XP SP2 I try to declare functions, subroutines, variables etc public or private depending on how I want to use them.
|
| Saving PictureBox picture as JPG | 31 Jan 2008 19:38 GMT | 3 |
It seems that while VB can load various image formats (JPG,BMP,GIF) into a standard Picture object, it can only save them as BMPs. As Mike indicated in a previous thread, in order to save an image in JPG format, you need to incorporate a conversion utility such as the one ...
|
| Stack overflow errors when querying SQL 2005 database | 31 Jan 2008 15:00 GMT | 3 |
I've got an application I developed in Visual Basic .NET a couple of years ago. It's been working fine, querying records from a SQL 2000 database, doing some data modifications & then writing it back to a different (proprietary) database.
|
| How do you end a visual basic program??? | 31 Jan 2008 13:26 GMT | 1 |
I'm having intermittent problems where I can't delete my VB6 executable. If I try to compile, VB6 says it can't overwrite the old executable file. XPSP2 can't delete the file, but I can copy another (completely different file renamed the same) file over
|
| Help Help$$ modifying the recorded (VBA) Macro with Excel manual Process | 29 Jan 2008 11:23 GMT | 1 |
English is not my first language so the contents of the question might be lengthy and confusing. But I assume the answer should not be a difficult if you know VBA well. In addition to below what I am saying, basically I would like to
|
| someone is crashing my app! | 29 Jan 2008 03:19 GMT | 6 |
I have developed a kiosk booking application using Visual Basic 2005 Express Edition, the application is running on windows XP .NET runtime 2. One of the end users is able to terminate the application but I am not
|
| Why picture1.loadpicture(a): picture2.paintpicture picture1,0,0: picture3.paintpicture pucture2,0,0 'Invalid Picture? | 29 Jan 2008 00:02 GMT | 6 |
I'm somewhat curious. Can someone explain why this is happening: I can load a JPEG into a PictureBox control, such as: picture1.loadpicture("c:\img,jpg") Then I can paint that picture into another PictureBox control, such as:
|
| MS Access BAT file unzipping and renaming - Directory DOS issue | 28 Jan 2008 22:12 GMT | 2 |
Problems with un-zipping a zip file using a bat file. Unable to Del and rename files. It always prompt to the H:\ directory in the DOS window and not the C:\ directory. What am I doing wrong? IN DOS Window results
|
| VB5: rotating a jpg picture | 26 Jan 2008 10:54 GMT | 2 |
I have a PictureBox control which contains a JPG. I want the user to be able to rotate the JPG either left or right 90 degrees, nothing else. I found a pretty cool piece of code which uses PlgBlt. You put the source in Picture1 and it draws the rotated result in Picture2, ...
|
| what people can learn and what not | 26 Jan 2008 03:10 GMT | 6 |
you will also get older and off from the window. I have studied a theory of electricity with mathematics in the threedimensional space and what I have spend time with the 4-pole-theory when the transistor came up. And this is no longer of any interest. Tell me
|
| VB6: navigate in a msflexgrid using tab key? | 25 Jan 2008 19:05 GMT | 1 |
Anybody have a way of moving from cell to cell using the tab key in a MSFLEXGRID in VB6? I worked one out for the enter key but the tab key causes the focus to jump to other objects on the form, leaving the grid.
|
| dealing with foreign characters, compaing... | 25 Jan 2008 17:15 GMT | 9 |
I'm running VB5 on XP. Is there a function like InStr that can verify if string2 is found in string1, and which would return true (or position) for the folllowing example: String1 = "January 23rd, Mélanie's first birthday"
|
| "Can't find project or library" on VBA's CurDir function... | 25 Jan 2008 08:49 GMT | 3 |
This confuses the hell out of me... Is there a way to kick Excel in its behind to make it realize that if it can find the rest of its VBA.xxx functions, it should know where "CurDir" is too?
|
| Is it ok to use Timer1 to reduce flicker? | 24 Jan 2008 19:42 GMT | 3 |
I have a form with an image. When the user resizes the form, my code resizes the image accordingly, with the Form1.Resize event. When I resize the form by dragging the border, the image gets resized very often (as my mouse moves across the screen) and causes the image to ...
|
| seeking advice | 24 Jan 2008 04:10 GMT | 16 |
I am successfully programing a lot but I am seeking further advice in some cases.
 Signature E.F.
|