| Thread | Last Post | Replies |
|
| retrieving pixels from an image file | 28 Feb 2008 11:08 GMT | 1 |
i'm a third year engg student working on cryptography. i would like to know how to retrieve the color of a pixel of an image file using a c program. i like to know the syntax for working with image files like .bmp
|
| Creating Menus in ASP.NET | 28 Feb 2008 06:51 GMT | 3 |
Can any one would like to suggest how to create menus in asp.net, but the page should be light weight and quicker enough to execute. Any reply to this post is most appreciable. Thank you
|
| ListBox Negative Count | 28 Feb 2008 03:45 GMT | 7 |
VB6SP6 I added items to a ListBox and got lstFolders.ListCount returning -32768 I guess I will not use a Listbox.
|
| Question on converting date values created using ealier versions of VB. | 28 Feb 2008 02:41 GMT | 3 |
I am trying to read date values that were serialized to a data file as a DOUBLE in VB3. Now, when I try to read the serialized DOUBLE value using VB6, I am not getting the results that I expect. I am trying to load the double value into
|
| sending mails from vb | 28 Feb 2008 02:05 GMT | 2 |
Iam doing a greeting application which sends greetings to all employees of our organisation. iam using outlook object to send the mails from presentation server where outlook was configured. my application worked perfectly.
|
| Input Box | 28 Feb 2008 02:04 GMT | 19 |
I'm a newbie to VB6 How do I put an Input box on a form? Thanks in advance
|
| VB6: Show value tip (in break mode) in hex by default? | 27 Feb 2008 22:49 GMT | 12 |
How could I display the value of a numeric variable in the immediate window in break mode and have it shown in hexadecimal? It's a PIT to have to keep typing Hex( ) around a var all the time. Another question: Whenever I do a search I mainly want to search
|
| Problem with running setup in Windows Server 2003 | 27 Feb 2008 22:22 GMT | 8 |
There is an apparent problem when running setup.exe (created by vbasic Setup Wizard) in Server 2003. The error is: "Invalid command-line parameters. Unable to continue"
|
| Loading Images into an ImageList Control | 27 Feb 2008 21:04 GMT | 1 |
Can someone explain how could I load images from a folder into the ListImages collection of an ImageList control. I am working on VBA. On my form I have a button to lunch the GetOpenFileName dialog to select the image files. These image files could be in JPG, PNG, TIFF, BMP ...
|
| Textbox to accept numbers only (like 9.8) | 27 Feb 2008 18:49 GMT | 8 |
I am using classic VB6 and have a textbox that is supposed to accept numbers only. acceptable numbers are (for example) 0.55, 95.8,100 etc - it would be cool if I could also "accept" numbers that have a "%" appended like "99.9%", but this is a nice to have, not essential.
|
| VB6's MSComm doesn't work well with Vista | 27 Feb 2008 17:05 GMT | 6 |
I have an application made using VB6. This App uses MSComm to control Serial Port. It works well with Win9x, 2000, NT and XP. But when it is installed into a Vista machine, sometimes OK, sometimes not. In the latter case, I always got a Runtime Error '8020'.
|
| MousePointer | 27 Feb 2008 14:53 GMT | 7 |
I am using the CommonDialog.ShowPrinter when the user clicks on the Print Button I want to set the MousePointer to 11 (Hour Glass) and after .Enddoc revert to MousePointer 0. Can anyone help please?
|
| MS Software Giveaway | 27 Feb 2008 04:28 GMT | 49 |
Interesting article here for people who haven't heard about this. Apparently MS is giving away just about everything to college and (eventually) HS students.
|
| Can we retain changes made to a form during runtime? | 26 Feb 2008 23:48 GMT | 4 |
I have a userform in excel vba. I want to add buttons during runtime as per user requirements. I also want those buttons to be present when the user open it again. is it possible?
|
| Executing page | 26 Feb 2008 21:09 GMT | 5 |
I need to execute some aspx page on the server everyday at 10PM. Should I do a VB6 exe with browser component wich opens the url and after executing closes itself? The server should be scheduled to run this program every day... What do you
|