Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
vb icon
Name: Michaelwhizz Date: August 11, 2004 at 04:00:35 Pacific OS: Xp home CPU/Ram: 2ghz,1Gbddr
Comment:
Hello, I have made a small progam in vb and have tryed to change the icon that is used when making a exe of the program, But it wont let me. I have tryed clicking on the form and going to the icon field and choseing a icon but it just comes up with "invalid picture"
Summary: Hi guys this should be a breeze for you guys but this is my first attempt. Ive created a pop up message box, works fine either on clicking its vbs icon or when placed in windows startup it pops up ok....
Summary: Batch, no. VBScript, however, can interface with Excel directly. This will save the sheet as a .CSV file: Option Explicit If WScript.Arguments.Count = 0 Then MsgBox "Nothing to do", 16, "Error" WScr...
Summary: i am writing a simple VB app and wanted to add the icon property to the form for added flair. I pointed to a .ico file that i had created in paint. The file instead turned up in the upper left corner ...