Hi, there. I might be off-topic, but I'm desperately seeking for help; here is my problem: I want to load a MIME formatted string into the WebBrowser control (.NET 2.0) WITHOUT saving those contents into an MHT file first. How can I do it? Does anybody have any ideea?
Thanks for your attention.
Hi, there
On Win98 this line of code
pStatic->SetBitmap((HBITMAP)bmp.m_hObject);
works just fine and the bitmap bmp displays fine on the CStatic control that pStatic refers to.
When I compile it on an NT platform, the image DOES NOT show. Could somebody tell me why? What is the NT problem...
HI there!
I have a MFC application that accesses an Access database;
in this application there is a modal dialog that edits the data about a person, data coming from the database;
the problem is that on some Windows systems the edit dialog doesn't want to show up!! On other Windows systems it...
Hi there,
does anyone know how could I programmatically start SQL SERVER Service from VC++ (MFC)
(I write a custom MSDE Setup application and I want to start the service once the setup completes)
Thanks in advance!
Hi there!
I use to code in Visual C++ 6.0 with MFC; recently I developed an app, dialog based, with the following features:
- a master dialog with an Outlook style menu on the left side; the menu has buttons that link to some modules; each module resides in a child dialog that is hidden until...
Hi there!
I'm trying to install MSDE 2000 on my computer. I have built a custom setup app named "MySetup". I launch MSDE setup from "MySetup" with a call to CreateProcess(...); I get the handle of the MSDE setup process and then wait for its completion via a call to...
Hi there.
I'm currently developing a setup application and I need to launch MSDE setup exe from my app. I use CreateProcess for launching MSDE setup; the problem is that I would like my app to wait for the completion of the MSDE setup program and then to display a MessageBox("MSDE setup...
Yes, I've tried it... I load a web page with a link to a .doc file. I click on the link, the .doc appears inside my MDI child frame, the Word rulers are there, but my app's menu is the same... I want MS WORD's menu to be merged with my app's
Hi everybody
I have a MDI app with a CHTMLView view derived class. I also have a page with a link to a .doc (MS Word) file. When I click on it my CHTMLView derived view displays the .doc just fine. The problem is that I want the MS Word menu to be merged somehow with my app's menu. Is that...
OK, and WHERE am I supposed to write the code for adding those strings?
I've tried to do it in the MainFrame's OnCreate() but the "myList" pointer is NULL and an error comes up everytime my app loads...
Thank you so much, qednick!
One more question, please:
am I supposed to attach a class for that dialog bar? I would need a class to manage all the events ant controls on that dialog bar, wouldn't I?
I want to create a MDI application with HTMLView derived views. I also want a child dialog on the left side of the main wnd. That dialog should contain a list of links and when I click one item in the list a new htmlview should appear. Is there any way so that I could attach that dialog to the...
Does anyone know how could I invoke the "Find" dialog in a webbrowser control? I mean I would like to have a button "Find" and when I click that button that dialog should appear...
Thanks in advance
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.