| Thread | Last Post | Replies |
|
| extracting metadat from a jpeg in XP | 07 Sep 2005 15:06 GMT | 1 |
If you right click on a jpeg file and select the "summary" tab there are fields that hold metadata for that jpeg. My question is: How do I extract this data? I need a way to "loop thru" many jpegs and read the file name and it's
|
| Loop Through forms controls and update a table with their values | 07 Sep 2005 14:14 GMT | 6 |
I must apologize for this post but I am having a brain drain at the moment. I have a VB6 app that consists of many forms that each have many textboxes that are initially populated from an query. The textboxes are
|
| Sendkeys repeat chars problem | 06 Sep 2005 18:13 GMT | 3 |
First, I´m greenhorn to vb.net. I do - proIDKernel = Shell(txtKommandozeile, vbMinimizedFocus) AppActivate(proIDKernel)
|
| Image to image in picturebox | 06 Sep 2005 16:40 GMT | 8 |
Hallo NG! For a slideshow I am in need of some kind of a smooth transfer from one to the next jpg-image.
|
| More efficient Visual Basic 6 code? | 06 Sep 2005 15:50 GMT | 14 |
Essentially, I have 4 command buttons: A, B, C, and D. When I click one of them, it should become invisible, and then the rest of the buttons, if any, become visible that were previously made invisible. Below is what I have so far, which works, but is there a more efficient
|
| OCX or DLL in the same folder as EXE | 06 Sep 2005 08:33 GMT | 1 |
Can this be done with VB6? Or only in .net? SK
|
| A Simple BMP Converter | 06 Sep 2005 06:27 GMT | 3 |
ColorTab is used to create a new image from an already existing image. After selecting an image you can change any or all of the colors appearing in the image to any other color. If you have an image of a red and blue hot air baloon you can create an image of a yellow and green ...
|
| GetAttr() of nonexistent file, Windows XP <> 98 ? | 06 Sep 2005 04:46 GMT | 3 |
On Error GoTo FileError X = GetAttr("something_that_doesn't_exist") On Error GoTo 0 MsgBox "How did we get here?"
|
| ColorMask BMP Mask Builder | 06 Sep 2005 00:55 GMT | 3 |
This is a simple VB6 program I put together this week. It scans a bitmap image for a selected color. It creates a second image containing containing black rgb(0,0,0) at ech pixel that did not match the selected color and white, rgb(255,255,255) at each pixel that
|
| Gradient Generator BMP Tool Improved | 06 Sep 2005 00:45 GMT | 5 |
This is a simple VB6 program I put together this week. Currently it is composed of four forms. The source will be posted in replys to this post. There should be three .frm and one .vbp. The rest you should be able to figure out.
|
| How to change the icon of the program | 05 Sep 2005 20:24 GMT | 2 |
I can change the icon for my form. How can I change the icon for the .exe file so when someone see it in windows explorer he'll see the icon? Jo
|
| Repaint problem on small images? | 05 Sep 2005 10:22 GMT | 7 |
I need to sequentially show 1 of 5 images in an endless loop. I use the standard VB timer and the visible property of the images each time the timer is called. It goes fine if the images are big enough.
|
| Preparing for .NET Interviews | 05 Sep 2005 09:43 GMT | 1 |
I am fresher what kind of questions are asked during .NET Interviews how should i prepare myself.I have just completed my course from my NIIT and looking forward for real job. I am doing the following stuff
|
| Creating PDF files | 05 Sep 2005 08:21 GMT | 6 |
I have an MSFlexGrid which contains only text data. The text may be Bold and may have a grey or colored background. I would like to 'Export' this data as a table, including the grid lines and background color, to a PDF file.
|
| ImageCombo - where is it? | 05 Sep 2005 04:23 GMT | 2 |
I have MSComctl.ocx installed which contains ImageCombo. I would like to experiment with it. How do I get it into my tool box? What is the group name that contains ImageCombo? Thank you, Jim Y
|