Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
dialogue
- Page 1
Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’
Community Center
2 Months Ago
by rproffitt
UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance.
dialogue box
Programming
Software Development
16 Years Ago
by shashank.kuls
How to create
dialogue
box in asp.net using c#.net:-O
vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by mickyboy
…of those areas that i know absolutly zero about, how
dialogue
boxes/buttons and toolbars are created. so went to …what i am not to sure of are all these
dialogue
boxes part of visual basic or any other programming language…. or does vb6 take a "blank
dialogue
box or toolbar from say windows 98se in the same…
Using Public arrays with a dialogue box
Programming
Software Development
16 Years Ago
by kdw3
… to use a 2D array to gather information from a
dialogue
box. The array has been publicly dimensioned in a module…. Before the
dialogue
box is opened, there is data in the array, and…, the contents of the array become "Nothing". The
dialogue
box is a seperate form that is loaded using the…
Need help with dialogue adventure game
Programming
Software Development
14 Years Ago
by Nekrowizard
…a small game where you are presented with
dialogue
, and thereafter have 3 options which each… will lead you to another piece of
dialogue
, and thereby create an adventure for yourself …t figure out how to expand the
dialogue
options, so they each lead to three …new, unique
dialogue
options and keep the ball rolling from…
Re: vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by Comatose
… there be no mistake about it, the forms, messagebox's,
dialogue
boxes and all buttons are created by windows, even when…
Re: Using Public arrays with a dialogue box
Programming
Software Development
16 Years Ago
by kdw3
…(objArray) 'Where frmCreateheader is the form being used as the
dialogue
box CreateHeader.ShowDialog() and then on the other form, I…
how can I invoke browser's network authentication dialogue box in asp.net
Programming
Web Development
15 Years Ago
by naush83
…" button, the borwser must prompt with the network authentication
dialogue
box where user must enter his Active directory user name… question is, how can i invoke browser's network authentication
dialogue
box from c# code? Is there any other way to…
petit probléme lors de l'affichage d'un dialogue boxe?
Programming
Software Development
15 Years Ago
by monalizafst
… par exemple j'ai fait afficher un panel (comme le
dialogue
boxes) qui demande de l'utilisateur d'entrer le nom… créé une autre formulaire et je l'ai utiliser comme
dialogue
boxes au lieu de ce panel j'ai trouver le…
How to insert Open File and Save File Dialogue to this code
Programming
Software Development
9 Years Ago
by sashiksu
… want to open and select word file by open file
dialogue
. Currently I coded where word file located. And also want… new edited word file to other location by save file
dialogue
. Can anyone help me ?
IE6 - dialogue boxes , check boxes and radio buttons work very slowly after hijacking
Hardware and Software
Information Security
21 Years Ago
by Ron Wolpa
… subsequently cleared up by means Hijackthis , I have noticed that
dialogue
boxes , check boxes and radio buttons work very slowly ; this…
How to open a dialogue box and loads a file, when button is pressed in ms-access
Programming
Software Development
17 Years Ago
by newwin
How to open a
dialogue
box for loading a text file (when button is pressed) in MS-Access.
Code of File open dialogue box
Programming
Software Development
17 Years Ago
by newwin
When button is pressed from Forms of MS-Access, a file open
dialogue
box is displayed. I need the VB code.
Re: Code of File open dialogue box
Programming
Software Development
17 Years Ago
by newwin
code to open a File open
dialogue
box by pressing button. through this, one can load different files in the textbox.
How to Open PDF document in asp.net web page without asking save/open/cacel dialogue
Programming
Web Development
16 Years Ago
by rakeshbpatel
Hi, How to Open PDF document in asp.net web page without asking save/open/cacel
dialogue
. I have tried but every time it prompts for saving/opening or cancel action. Thanks in advance. Rakesh
Re: How to Open PDF document in asp.net web page without asking save/open/cacel dialogue
Programming
Web Development
16 Years Ago
by rakeshbpatel
Hi, Thanks for your prompt reply. I had tried the same things also but it invokes the
dialogue
box for saving/opening. Regards, Rakesh
ASP.Net does not shows Save As dialogue box while converting Datgrid into Excel/Pdf
Programming
Web Development
15 Years Ago
by sanjanaa
Hi, ASP.Net does not shows Save As
dialogue
box while converting Datgrid into Excel/Pdf. My code has …
Help with Prompt dialogue boxes and Validating Data
Programming
Web Development
14 Years Ago
by newbieJS
Hi there, I have two prompt
dialogue
boxes that ask the user the enter their name and …
Positioning of dialogue boxes is screwy
Programming
Web Development
12 Years Ago
by jonsan32
I've implemented this
dialogue
box that shows a preview of the site you're …
Download dialogue box comes up after click on node
Programming
Web Development
12 Years Ago
by masoud_sedighy
… in server but I need when click on file download
dialogue
box comes up and ready for download. How I have…
Re: Download dialogue box comes up after click on node
Programming
Web Development
12 Years Ago
by LastMitch
… in server but I need when click on file download
dialogue
box comes up and ready for download. I got no…
Re: dialogue box
Programming
Software Development
16 Years Ago
by Jx_Man
post in [URL="http://www.daniweb.com/forums/forum61.html"]c#[/URL] or [URL="http://www.daniweb.com/forums/forum18.html"]asp section[/URL]. this section for vb 6.
Re: vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by Lalo1985
I guess you can "create" a message box just in windows, without any control over it. Just open the "Run" prompt, and there's your first window. You did not program it, but did call it. Secondly, type any letter and press enter. Windows will pop up an error dialog box. there's your second box. So technically, you cannot create …
Re: vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by mickyboy
thanks lalo thats a bit of the mystery clearedup thank you
Re: vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by jwshepherd
While Comotose is absolutely correct, there is also vbscript for those without VB. Put this code into a text file and rename to message.vbs. [code]msgbox "Your mouse has moved. Please restart your computer for the changes to take effect.",vbExclamation,"Micro$oft Window$ " [/code] make sure it is all on one line. double …
Re: vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by mickyboy
thanks all can someone point me in the direction of a tutoril for novices for download, and ifpossible a referance for the common commands dim etc, the working vertion i have has no helpfile trying to find info on msdn is a nightmare . or recommend a good book for novices please thank you
Re: vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by jwshepherd
vb in 24 hours is a good start.vb database is good. There are so many that it gets hard to list wich ones are better. When I am first starting a project / program. The first place I look is [url]www.planet-source-code.com[/url] and see if there is framework I can start with or working examples if I need an re-intro to something i may have …
Re: vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by Comatose
I personally find end to be ungraceful and tacky. If you do anything with hooks (especially system-wide hooks), or subclassing, and even with the use of many objects (using createobject), using "end" is an awful idea. While it's purpose was meant for good, in programming practice, is just awful. I have a made a sub I call die, which is…
Re: vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by jwshepherd
Agreed comatose, I use something similar. Just trying to get him started with the IDE.
Re: vb newbie are dialogue boxes /buttons etc part of vb6 or are they drawn from windows
Programming
Software Development
19 Years Ago
by Comatose
*Nods and mumbles something about 10 character minimum post*
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC