Jump to content

ShadowLocke

Newbies
  • Posts

    8
  • Joined

  • Last visited

Everything posted by ShadowLocke

  1. I'm using "windows" API (CreateProcess) to lunch paint.net from another application. The problem I have is paint.net will not execute if it has not already been run manually once during the session. i.e. restart computer lunch paint.net with API = fail. Lunch paint.net from explorer close paint.net, then lunch paint.net from API = good from now on. There is no need to control Paint.net any way except starting it. Any other program attempted to start in the exact same way works perfectly every time. It's only Paint.Net that presents this problem (even other .Net apps). Anyone else having this problem?
  2. I'm using "windows" API (CreateProcess) to lunch paint.net from another application. The problem I have is paint.net will not execute if it has not already been run manually once during the session. i.e. restart computer lunch paint.net with API = fail. Lunch paint.net from explorer close paint.net, then lunch paint.net from API = good from now on. There is no need to control Paint.net any way except starting it. Any other program attempted to start in the exact same way works perfectly every time. It's only Paint.Net that presents this problem (even other .Net apps). Anyone else having this problem?
  3. I'm using windows API to lunch paint.net from another application. The problem I have is paint.net will not execute if it has not already been run manually once during the session. i.e. restart computer lunch paint.net with API = fail. Lunch paint.net from explorer close paint.net, then lunch paint.net from API = good from now on. Anyone else having this problem?
  4. I'm using windows API to lunch paint.net from another application. The problem I have is paint.net will not execute if it has not already been run manually once during the session. i.e. restart computer lunch paint.net with API = fail. Lunch paint.net from explorer close paint.net, then lunch paint.net from API = good from now on. Anyone else having this problem?
  5. Found it.. DocumentWorkspace.Tool.PerformMouseDown
  6. Hi, I created a custom tool for paint.net. With my tool, it automatically selects the text tool when its done. Is there a way I can make the tool click with custom mouseeventargs? thanks in advance!
  7. Yes, I found out why I wasnt finding it. It was in the Snapmanager class and it uses variable names to set each left/top/etc.
  8. I am trying to set the ToolsForm to a specific location on start up from code. I see that in the registry there is an entry "ToolsForm.Left" and "ToolsForm.Top". If I do a search on all the files in the source I do not see these come up at all! Where is this being set?
×
×
  • Create New...