Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: smoothcoder
  • Order by date
  1. smoothcoder

    WebBrowser MIME contents

    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.
  2. smoothcoder

    CStatic::SetBitmap problem

    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...
  3. smoothcoder

    ZIP files programmatically using MFC C++

    Go to www.codeproject.com and search for Zip Unzip the MFC way article
  4. smoothcoder

    Dialog won't show

    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...
  5. smoothcoder

    SQL SERVER Service Programmatically Startup

    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!
  6. smoothcoder

    Child Forms in Windows Forms

    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...
  7. smoothcoder

    Full-text Indexing

    Hi there! Has anybody ever played with full-text indexing? Could u share a link, an email or some like this? Thanks in advance, u coders!
  8. smoothcoder

    MSDE 2000 setup problem

    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...
  9. smoothcoder

    WaitForSingleObject problem

    Matt, could you write down two or three lines of code for me, please? Thanks in advance!
  10. smoothcoder

    WaitForSingleObject problem

    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...
  11. smoothcoder

    MS Word Menu in my MDI app

    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
  12. smoothcoder

    MS Word Menu in my MDI app

    Yeah, I know it involves OLE... but HOW exactly can it be done?? Any ideea?
  13. smoothcoder

    MS Word Menu in my MDI app

    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...
  14. smoothcoder

    MDI question

    Thank you so much! You're right!
  15. smoothcoder

    MDI question

    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...
  16. smoothcoder

    MDI question

    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?
  17. smoothcoder

    MDI question

    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...
  18. smoothcoder

    Web Browser "Find" dialog

    Yes, I've tried that way but instead of IE Find Dialog there comes up WINDOWS Search Window ...
  19. smoothcoder

    Web Browser "Find" dialog

    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

Part and Inventory Search

Back
Top