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 wOOdy-Soft 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: msdawy2
  • Content: Threads
  • Order by date
  1. msdawy2

    Drawing on the screen without a window

    Hi, I am trying to make my program draw something on the screen over all shown windows. (Like this program that when you press Ctrl, draws a circle around the mouse cursor. I am trying to do a similar thing!) How can i draw something on the screen directly without having the window shown...
  2. msdawy2

    How to capture the screen

    Hello, I am looking for a code that will capture the screen and put it in a variable, so that i can access the pixel data of the image. I am pretty new. Could you please help... Thanks a lot
  3. msdawy2

    Show and AutoFIll an HTML webpage

    Hello, I am having some serious problem here. I am trying to write my own program to show HTML pages. I need also to add a button to autofill the text fields in this webpage. 1. I don't know how to show an HTML page given the URL. What component should I use to show this HTML page? 2. How to...
  4. msdawy2

    InvalidateRect in windows Me?

    Hello... I am having a weird problem... I have written a program (MDI) in visual c++ 6, it runs great in win2000 and XP. But in win Me, i tried it today, and i got shocked! InvalidateRect() does not work correctly. When i click on something, it should get selected, I invalidate the rectangle...
  5. msdawy2

    How to put a hyperlink?

    Good MOrning, I am trying to do this in Visual C++ 6.0, but i don't have any idea how to do it! Could you please help? I am trying to add a hyperlink to a form. When the user clicks on it, it open a browser window, with the URL How to do it? Also, is it possible to change the font of the label...
  6. msdawy2

    Assigning file types with my program

    Good Morning, I am trying to make my program take the extension *.ddd How do i add the code that makes any user, when double clicking a .ddd file, will open my program? How to set its icon to my program too? Thank you very much in advance...
  7. msdawy2

    A function in a DLL that returns a string

    Hello, I am trying to create a function in a DLL (using Visual C++) that returns a string, and then use it in Visual Basic. I have never actually created a dll before, but after following a tutorial, i ended up with both sides compiling succesfully, but when i run the vb prog, Visual Basic...
  8. msdawy2

    How to associate file types **after** creating the project

    Good Morning, I created a project using appwizard (MDI), and went as far, as finalizing the whole project. But then, i remembered i didn't associate the program with any file types. Now, i really need to do it. But, i can't recreate the whole project. There are tons of dialog boxes, and stuff...

Part and Inventory Search

Back
Top