Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
dialog
- Page 1
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
1 Week Ago
by themadrastiffin
The shortcut bar in MS Office may not appear, may not open or may run slowly if you restart, repair or reinstall the program.
Re: How would we poison AI web crawls?
Hardware and Software
Information Security
2 Months Ago
by Dani
… are trying to achieve? Is your goal to open a
dialog
about the pros and cons of AI? DaniWeb is powered…
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Salem
… can't in general feed whatever was typed into your
dialog
directly into mail. Does a very simple inline code work…
Re: Contact form does not working
Programming
Web Development
2 Months Ago
by Dani
… can't in general feed whatever was typed into your
dialog
directly into mail. Salem is referring to passing each of…
Re: Problem with MS Office shortcut bar
Hardware and Software
Microsoft Windows
1 Month Ago
by Anonymous_2133
I have always been a fan of the Office 2000 shortcut bar. It has been on my windows desktop since I got it, up until Windows 10 19H2 (RIP). If you are still looking for a replacement, try searching for "Quick Pick" by "Automation in Motion". Use the double quotes or you will have to wade through many pages of irrelevant results.
dialog help
Programming
Software Development
16 Years Ago
by camproject
i have a
dialog
based application with a combo box that stores the names of a set of cameras.what i want to do is, play the video from the corresponding camera when i select a name from the combo box.the video has to be played in a vlc player.i use vc++ .
dialog box in C...
Programming
Software Development
17 Years Ago
by kxh29
…Language. I have inherited code which creates a
dialog
box. [code]
dialog
(box_height, box_width, position_x, position_y, "message&… "single message" in quotes: [code]
dialog
(10,20,30,40,"Shipments:==> ");[/code… of course, there is NO documentation on this
dialog
() function. Can someone please give me some insight…
Dialog Box alongwith Form
Programming
Software Development
20 Years Ago
by red_evolve
…. When the button is clicked, a
dialog
box will appear alongside with the form. In…clicked, the value that is selected in the
dialog
box would be displayed in the form's …add 3 new values, I'd activate the
dialog
box 3 times. My problem is, where can… function call to get the values from the
dialog
box. Initially, I placed it in the Form_Paint…
Dialog Box not reading data
Programming
Software Development
13 Years Ago
by alle
…defined as [CODE] LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL IDD_DIALOG5
DIALOG
0, 0, 275, 95 STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME … ES_AUTOHSCROLL EDITTEXT IDC_EDIT6, 148, 55, 57, 18, ES_AUTOHSCROLL } IDD_DIALOG6
DIALOG
0, 0, 227, 105 STYLE DS_3DLOOK | DS_CENTER | DS_MODALFRAME | …
Dialog Box problems
Programming
Software Development
17 Years Ago
by jan1024188
…, WelcomeDDlgProc); if(ret == IDC_OK){ MessageBox(hwnd, "
Dialog
exited with IDOK.", "Notice", MB_OK | …, WelcomeDDlgProc); if(ret == IDC_OK){ MessageBox(hwnd, "
Dialog
exited with IDOK.", "Notice", MB_OK | …
Re: dialog box in C...
Programming
Software Development
17 Years Ago
by Ancient Dragon
…'t see why someone couldn't write a function named
dialog
() for *nix -- it obviously is not the same as a…
dialog box using jquery or javascript
Programming
Web Development
10 Years Ago
by Priti_P
Hello, I want to open and
dialog
box on onclick of image. for that , i had written… I want next is, using this $skills_id, I want open
dialog
box which fetches and shows details using taht perticular $skills_id…;','#', array('onclick'=>'open_box('.$skills_id.')',)); but how to open a
dialog
box? i want it like <div id='box2'>…
Re: Dialog Box alongwith Form
Programming
Software Development
20 Years Ago
by red_evolve
Greetings. Bringing back an old topic. But not
dialog
box this time around. Same problem: passing variables between forms. …
Dialog resource error
Programming
Software Development
16 Years Ago
by TheBeast32
Hi, I have been trying to make a
dialog
, but I keep getting an error. I'm using Dev-…] syntax error". Here's my code for the
dialog
: [Code] IDD_CONNECT
DIALOG
DISCARDABLE 0, 0, 300, 250 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION…
Dialog box
Programming
Web Development
16 Years Ago
by puja_suri
… validated and after dat if inputs are not corretc a
dialog
box need to be displayed. Now my problem is how… to implemet the
dialog
box.On soln which i know is to add attribute….But this wuld be done in the page_load event and
dialog
box will be displayed even if the inputs are correct…
Dialog Window doesn't show, Designer won't open
Programming
Software Development
16 Years Ago
by vmars
… 1, 2000 and am at Section: 2.7 Creating a
Dialog
Window doing everything as specified in Help, Save/Run and… click on Help/About , no
Dialog
comes up. [Frame2.py , App2.py , Dialog2.py] When I… come attachments doesn't allow *.py files?] 1) How come
Dialog
does not show? 2) How to fix for errors above…
Dialog to connect to a MySQL database
Programming
Software Development
14 Years Ago
by acrocephalus
Hello! I have written this
dialog
to connect to a MySQL database. It asks for the … # pwd.py import wx, MySQLdb class LoginDlg(wx.
Dialog
): def __init__(self): wx.
Dialog
.__init__(self, None, -1, 'Login', size=(250,150…
Re: dialog box using jquery or javascript
Programming
Web Development
10 Years Ago
by AleMonteiro
Hello there. If you seeking help in a JS forum, try to post the final HTML and JS code. Not PHP code. About the
dialog
, try using jQuery UI, it's quite simple. http://jqueryui.com/
dialog
/#modal-form
Re: Dialog Box problems
Programming
Software Development
17 Years Ago
by jan1024188
Ok, I solved the problem with making the own message loop for
dialog
box..
Re: Dialog resource error
Programming
Software Development
16 Years Ago
by TheBeast32
It [B]can[/B] compile the input box
dialog
here: [url]http://www.codeproject.com/KB/
dialog
/w32inputbox_1.aspx[/url]. That uses resources, so I don't think that's the problem. If you don't have a code project account, I have attached the files. The dev-c++ compiled file is program1.exe.
Re: Dialog box: Set on Center of parent frame?
Programming
Software Development
16 Years Ago
by lllllIllIlllI
….Frame.__init__(self,None,pos = (100,100)) self.Show() self.
Dialog
() def
Dialog
() d = wx.Dialo("arguments here") d.Position… half of its size to get the position of the
dialog
.
dialog box question
Programming
Software Development
20 Years Ago
by calenna
i have a
dialog
box with a grid attached to it. No matter what I do, this
dialog
doesn't have focus untill after its been clicked on. In order to click on a button you have to click twice. The box is active, it just doesn't seem to have focus for some reason. I've run out of ideas. Anyone have any?
Dialog Box Problem
Programming
Software Development
18 Years Ago
by StatManLV
I'm having a problem with an application that uses several
dialog
boxes. On my XP machine everything works great, but if I run the app on a Win98 machine the
dialog
boxes show up with no background and no caption, only the controls are visible. What could the problem be?
Re: Dialog Box Problem
Programming
Software Development
18 Years Ago
by StatManLV
The
dialog
contains two button controls, an edit control, and a static text control. The same
dialog
in a program compiled with a 16bit pascal compiler works fine. Why wouldn't it work with Delphi?
Dialog Boxes
Programming
Software Development
18 Years Ago
by toadzky
I am writing a program to batch rename files. I have a
dialog
box that gets the folder path from the user. I want to pass that back to the parent window. I need to know how to link the 2 windows and get the text from the
dialog
box. TIA.
Re: Dialog Boxes
Programming
Software Development
18 Years Ago
by thekashyap
… path and pressed Ok/Cancel. //Also in the onOk() of
dialog
you'll do UpdateData() which will update the variable with…; obj.theStringVariableForEditBox << endl ; [/code] AFAIK there are predefined
dialog
classes available for path selection. If that's true i…
Dialog and JList Doubts
Digital Media
Digital Marketing
17 Years Ago
by hemanth.balaji
… Needs to be clicked twice to Close the
dialog
3. Close Button for
dialog
not working 4. Adding a new attachment subsequent…
Dialog box confusion
Programming
Software Development
16 Years Ago
by 2008macedonkon3
… got to the part where i need to make a
dialog
box but i dont know how. I want to make… when you click on a botton it display's a
dialog
box or a second form and ask for example :"…
Dialog box: Set on Center of parent frame?
Programming
Software Development
16 Years Ago
by dinilkarun
Hi all, I have a frame and on click of a button, a
dialog
box is popped up. I want the
dialog
box to pop up always at the centre of the frame irrespective of where the frame is located on the screen. Presently this is not happeneing. Help needed! Regards, Dinil
Re: Dialog box: Set on Center of parent frame?
Programming
Software Development
16 Years Ago
by jlm699
If CenterOnParent is centering on the screen that means your
dialog
isn't being called with the proper parent. You probably have None set for this value when calling the
dialog
. Double-check your code to make sure you're providing the object with the proper arguments on initialization. HTH
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