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
S

synunn

@synunn
About
Posts
18
Topics
4
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Start Application inbedded on a form
    S synunn

    Done it! :D Using window handles I managed to open the process inside my own form

    C# help

  • Start Application inbedded on a form
    S synunn

    Cheers, i thought that'll be the case. I guess I'll jut have to study the code :(

    C# help

  • Start Application inbedded on a form
    S synunn

    Cheers, I'm trying to take an existing assemby and use it as part of a display. The application displays a graph using some hardware sensors. As this works fine within itself I'm trying to load the application into my form as a control. :)

    C# help

  • Start Application inbedded on a form
    S synunn

    Hello :) I'm trying to start an application inside a custom control. This may not be the best approach so if you have any idea's on the subject please let me know. At the moment I'm mearly trying to get notepad onto Form1 as it where. Please help

    C# help

  • System Tray Icon with background processes [modified]
    S synunn

    I thought that too but it causes a crash, The problem is that Events don't stack up between each Sleep so you have to click during the split second that Application.DoEvents(); is running :omg: -- modified at 12:34 Thursday 6th July, 2006 Not to worry though, I found a solution

    C# sysadmin help tutorial question

  • Make NotifyIcon without a Form [modified]
    S synunn

    I hope 5 is a good vote because I'd give you 55 if I could!! I've been screawing around with background threads and alsorts of other tricks, it's been driving me mad. Nice one! that's brilliant! :-D :) :-D :) :-D :) :-D :) :-D :) :-D :) :-D :) :-D :) :-D :) :-D :) :-D :)

    C# help question

  • Make NotifyIcon without a Form [modified]
    S synunn

    I'd like to make an app run from the sys tray without pressenting a form. The problem is the object goes out of scope after creation unless I use: while(this.Created) { Application.DoEvents(); } The class has to inheret from IDisposable so that Created can be set to false and exit the loop. I do not like using this loop as it puts the cpu usage up to 100% untill an Event occurs. Any ideas on another approach?:confused: -- modified at 6:43 Thursday 6th July, 2006 DOh, spelling mistakes!

    C# help question

  • Changing Mouse Cursor
    S synunn

    Yeah, i've settled for SysTray but i'm having this problem now

    C#

  • Changing Mouse Cursor
    S synunn

    Yeah, i've settled for SysTray but i'm having this problem now http://www.codeproject.com/script/comments/forums.asp?msg=1561813&forumid=1649&XtraIDs=1649&searchkw=synunn&sd=4%2F6%2F2006&ed=7%2F5%2F2006#xx1561813xx

    C#

  • sms messages from asp.net application??
    S synunn

    I use these guys for my applications.

    C# csharp asp-net question

  • System Tray Icon with background processes [modified]
    S synunn

    Hi kids :) Background I'm writing a system service style application. It consists of a NotifyIcon in the sys'tray that has several functions that are called from the ContextMenu/Events. When the app' starts it should do nothing but sit there until the 'Start Sending' MenuItem's Event is called. This event starts a new Thread which checks a file repository between Thread.Sleep(15*60*1000). Problem To cut to the chase, the application is maxing out the cpu usage during a loop: while(this.Created){ Application.DoEvents();} How to I prevent this excesive usage? Do I need to access the System Idle Process? This usage doesn't actually halt the server or even slow it down it just capitalizes the usage as there is no other contender for the cpu's attention. I have tried to drop the Thread.Priority to BelowNormal but the applications Thread remains at Normal in Task Manager. -- modified at 5:41 Wednesday 5th July, 2006

    C# sysadmin help tutorial question

  • Changing Mouse Cursor
    S synunn

    Good question, in actuallity I'm probably more determined to change the cursor in this manner because I'm quite pleased with the animation I've created.

    C#

  • Changing Mouse Cursor
    S synunn

    Good point, if I hooked the user32.dll it'd be current user presumably. I had considered systray but thought it could be easily overlooked. I suppose I could use alternating bright colours to draw the eye... cheers

    C#

  • Changing Mouse Cursor
    S synunn

    I'll explain further as nobody has replied :( I'm writing a server app' that is started from a scheduled task, it requires no gui as the config file contains everything it needs to start and another app feeds it with data. I'd like something to show the application is running on the server so that people don't think the computer needs rebooting due to laggyness (if there is such a word). I have made an animated cursor that could be used to show this application is running. The only method of showing it I know of requires the application to have a form and the mouse cursor to be within its area. Please help if you can.:^)

    C#

  • RowState
    S synunn

    BindingContext is reactive to you location in the table, so by clicking next you are modifing it. Why where you hoping for it not to be changed?

    C# help database question

  • Stupid APC PowerChute
    S synunn

    Yeah that sucks, almost as much as not testing it until there's a powercut and though it had never complained about being overloaded it supplied ten seconds of run time! Said the voice of experience. Not even enough runtime to finish my expletives! :doh:

    The Lounge sysadmin help question

  • Weird problem with Button.Image
    S synunn

    Have you tried GetManifestResourceNames() to see if the image is present? that is asuming resources is an Assembly.

    C# graphics design debugging help question

  • Changing Mouse Cursor
    S synunn

    Hi :) Form frm = new Form() frm.Cursor = new Cursor(_filename_); Works fine if you have a form and the mouse cursor is over the form. I would like to get at the default mouse cursor so that I can change the pointer even if there is no form. Cheers Si

    C#
  • Login

  • Don't have an account? Register

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