Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
J

John Ulvr

@John Ulvr
About
Posts
5
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • TreeView Control
    J John Ulvr

    Use a combination of OnMouseDown/Up(), CTreeCtrl::GetSelectedItem(), and CTreeCtrl::GetItemRect(). John

    C / C++ / MFC question help

  • New to Com - is Com the way to go?
    J John Ulvr

    I am very new to COM, and don't have a full understanding of what it does. I'd like the opinions of some seasoned COM programmers before I continue down the COM path. I have a program with a server and several clients, which all run on the same CPU. The server sends and recieves very simple (four byte) messages from the clients. I want a client to be an executable that someone starts, and, if the server is not running, starts the server. Outside of that, the messages should be treated as mailbox messages. I also want to allow other people to develop thier own clients. The question I have is, should I be using COM, windows-messaging, or a combination of the two? Thanks John

    COM question com sysadmin discussion

  • ShellExecute open problem
    J John Ulvr

    It seems that when I use shellExecute(.. open, url ...), where url has a bookmark, it does not always work. That is, I sometimes have to run the command two or three times before it goes to the right bookmark. I am using VC++6.0, and iexplorer (for Windows 2000). Any comments would greatly be appreciated!

    IT & Infrastructure c++ help

  • Opening Bookmarked HTML files
    J John Ulvr

    I am trying to open an htlm file to a specific bookmark without any success. I am tyring to use the ShellExecute command as follows: ShellExecute(0, "open", "c:\test.html#Bookmark1", NULL, NULL, SW_SHOWNORMAL); The result is that the program opens test.html in explorer, but does not got to Bookmark1. Is there any way to do this? And while I'm on the subject, is there any way to do the same thing with PDF files (open a PDF file to a specific location?) Thanks, John

    C / C++ / MFC html question

  • Opening just one instance
    J John Ulvr

    I linked a file type with my program, such that if you double click on a file in explorer, it opens the file using my program. The only problem is if there's an instance of the program already open I want that instance to open the file rather than starting a new instance. (for example, if you double click a .doc file, you do not want start a new Word session if one is already open. Instead you want the existing word session to open the document). Anyone have any ideas on the best way to do this? John

    C / C++ / MFC help tutorial question
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups