Summary: Hi - Using VB6, I create a button the show a message box, however, the title is incorrect. How do I change the title bar of a message box? Michael ...
Summary: Hi all, I've run into this stupid problem in VB4. Gotten along pretty well with it but this problem has me stumped. Neither my 1,000 page (sic) traini...
Summary: I recently created an application using vb.net. I tested it on a maching using xp and it ran fine. Now I am trying to run it using Windows 2000 and ...
Summary: Is there a command in C++ to make a message box pop up? I have found a way of using a tiny vbs file (create, run then delete) but it seems a bit of a ...
Summary: Hello, i've created an edit box, and i want it so when you click on the edit box to change the value it displays a message box that tells you an impor...
Summary: I'm intrested in creating a custom message box taht uses buttons other then the stadard "Okay" "Cancel" "Retry." Specificly I want a message box that...
Summary: I created a message box and i want it to do differnet things depending on wheather the user presses yes or no how do i do that? heres what i tried but...
Summary: I need to have a message box that pops up on my co-workers desktop certain days of the month. (This is a reminder to check their time cards) Idealy, I...
Summary: I have the following vbs file: Set objFSO = CreateObject( "Scripting.FileSystemObject" ) strFileVer = objFSO.GetFileVersion( "C:\Program Files\RapidSt...
Summary: Hi Anyone know how to use msgbox to create a message box with 2 lines of text in it? I know that msgbox "Hello World" is a very basic single line mes...
Summary: I'm creating a program through VB 6 that monitors file access (aka if someone's been messing with your stuff). Basically it involves choosing the file...
Summary: I am working on my VB 6.0 project. I have a form with 16 pictures of frogs. My task is to create a program where you can click the image and get the m...
Summary: I have the VB code below (that runs as a macro in Excel) It separates each sheet and saves each sheet of the workbook by it's tab name as an Excel fil...
Summary: How do you skip lines in a message box in VB 6.0? I heard it was vbCr & vbLf, but I tried it and did not work, don't know if I used it properly. Here...
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 ico...
Summary: I am doing work in a lab where I record the time of my experiments and I need to see reminders while I wait for the process to complete. I need to mak...
Summary: ok Reno has help me figure out/show me that i can use VBS input and VBS yes no box. does VBS have combo boxes? i googled it but didnt get much. is i...
Summary: Anyone know of a way to display a form or control on the screen WITHOUT kicking you out of the D3D/OgL mode that currently has focus? MSN Messenger...
Summary: if you add: Private Sub Form_KeyPress(KeyAscii AsInteger) If KeyAscii = vbKeyReturn Then MsgBox ("You pressed the Return key") End If End Sub Then whe...
Summary: Set objFSO=CreateObject("Scripting.FileSystemObject") Set objShell=CreateObject("WScript.Shell") Source = "C:\Documents and Settings\user\Desktop\...
Summary: Iam using a database application i.e ADO in vb6. In backend iam using MS Access . The problem is when i press the save button to save my data in the...
Summary: hi guys, i want to check for errors, so if a text box is empty then a message box should pop up. i used vbscript,but there is something wrong in my co...
Summary: Ok I have a simple VB program (i am a newbie so be gentle with the comments). Basically I have a small interface tha allows the user to browse the di...