Tagged Questions
The msgbox tag has no wiki summary.
4
votes
3answers
2k views
How do you make a MsgBox with a “Do Not Ask This Again” or “Don't Ask Me Again” Checkbox in VB6?
I ask this partly because I want to know the best practice way of doing this, and partly because the top google result I got was a forum thread from 2002 in which the question wasn't even answered.
I ...
2
votes
5answers
592 views
MessageBox.Show not raising HelpRequested event
I have a form that is showing a MessageBox using MessageBox.Show, and trying to receive events from the Help button on the MessageBox so I can execute my own code. The Microsoft documentation shows ...
2
votes
2answers
190 views
MsgBox function default fourth button
I noticed in VBA that the MsgBox function has a allowable constant of
vbDefaultButton4
which will make the fourth button the default.
BUT of all the allowable constants for buttons, none give ...
1
vote
4answers
243 views
How to auto close VBScript thousands of MsgBox's
I have a rogue vbscript that went a little crazy tracing output and now I have thousands of message boxes to close. I can hold down the Enter key and close lots of them but that still takes several ...
1
vote
1answer
168 views
Generate dialog result from a custom message box class
I am developing a custom messagebox class like the following-
Public Class MyCustomMsgBox
Private MyForm As Form = New Form
Private lblHeadline As Label = New Label
Private ...
1
vote
1answer
384 views
MsgBox in Jquery, pass info to PHP and retrieve results
As you can see i am noob at jquery / javascript, i need to pass variable to GET or POST written in form and the result from php need to be passed to jquery, i started to write smthing as below, but it ...
1
vote
1answer
72 views
How to eliminate {} brackets from message box
I have script like this:rp_1st_name = 1000
rp_last_name = 2000
rp_1st_val = 5555
rp_last_val = 6666
fdh = 200
dif = (rp_1st_val - rp_last_val) - fdh
teor = rp_1st_val - rp_last_val
m1='wysokosc ...
1
vote
2answers
242 views
display a 2 row message pop -up vba 6
is there a way to display a 2 or 3 or 4 or n line message on a pop-up window in vba 6 ?
For the moment my pop-up window ( calling the MsgBox function) displays the message like this :
You did ...
1
vote
2answers
911 views
MSGBOX position in WSH/VBS
here is my next question and i hope some one can help me :-)
Is it possible to position a msgbox in wsh/vbs?
I need the msgbox everytime in the foreground. I know that how to position a inputbox, ...
1
vote
6answers
631 views
How to automate response to msgbox
I am developing a C# application to automate the running of a legacy VBScript(vbs) file which calls several VB6 .exe files. The .exe files have message box pop-ups that I need to 'respond' to in order ...
1
vote
2answers
353 views
Is it possible to put a combo box (drop down list) in a MS Access MsgBox?
There is a combo box (dropdown list) with a list of revenue types. If the user types into the box a value that is not part of the list, a msgBox pops up and asks them if they want to add that value to ...
1
vote
2answers
2k views
Messagebox in ASP.NET 3.5 with AJAX
I have a ASP.NET 3.5 web site with an AJAX update panel. I simply need to process some server side code and then issue a user prompt that says "Code processing complete".
I know there is supposed to ...
1
vote
1answer
143 views
Why does this program *NEED* MsgBox?
Long story short: I'm trying to write an app that'll dump IE's history to a text file. Because I am lazy, I went searching for a preexisting library and found this beautiful project to build from: ...
1
vote
7answers
2k views
Close currently opened MsgBox using code
Is there any option to close the currently opened MsgBox using any code in VBA access form application ?
\
0
votes
2answers
99 views
having trouble displaying a image in VBScript
I am starting to learn VBScript and right now im trying to figure out how to display a image in a msgbox. how can I do this? thanks
0
votes
1answer
159 views
Need to add select fields to MsgBox jquery
I need to add select fields to MsgBox with jQuery. Does anyone know how ?
if (input.type == 'checkbox')
{
iLabel = input.label ? '<label class="' + this.options.name + '-label">' : '';
...
0
votes
5answers
2k views
How to use \n new line in VB msgbox() …?
what is alternate to \n (for new line) in VB msgbox() ...?
http://uologic.com
0
votes
1answer
58 views
Do Something When MsgBox Is Closed
I'm making a program in NS BASIC/CE that shows the user a warning, but when the user closes the MsgBox(clicking in OK), I want that the application executes AfterWarn Sub. How I can do this?
0
votes
1answer
257 views
Block MsgBox From External Application Using VB.Net
Is there a way to intercept a MsgBox() from an external application and block it using VB.Net?
For this discussion, let's say the MsgBox Title is "SQL Application" and the Message is "SQL Error - Try ...
0
votes
0answers
188 views
How do I intercept a message box from a ocx put into a vb form [closed]
I need your help , i'm trying to quit a msgbox from a ocx , i put the ocx into a vb6.0 form , when i run the proyect appear each 5 minutes a msgbox with the invitation to visit a web page , i want to ...
-1
votes
1answer
41 views
How to show a messagebox after a specified time? (using WMI)
how to show a message box after a specified time?
i want to register a task into CIM. That task show a messagebox.