Visual Basic Code , VB.NET Code, VB Code
  Home   :  Code   :  Forums   :  Submit   :  Mailing List   :  About   :  Contact


I am looking to hire a programmer to create the following code in c#.


I am looking to hire a programmer to create the following code in c#.

Author
Message
ncc1701d
ncc1701d
Forum God
Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)

Group: Forum Members
Posts: 14, Visits: 17
Hello
I am looking to hire a programmer to create the following code in c#.

Project is to have a blank form follow my cursor around my entire computer screen with
an offsett location of 100 pixels x 100 pixels from cursor. Whenever I leftclick my mouse anywhere on computer screen the form stops following the mouse cursor for 2 seconds and then resumes following the mouse cursor.For experience c# programmer I cant imagine it taking more than couple hours if that?
I am newbie to c# and cant figure out how to do it.
Anyone willing to help? How much you charge?
Thanks
Steve



Suhel
Suhel
Forum God
Forum God (1.1K reputation)Forum God (1.1K reputation)Forum God (1.1K reputation)Forum God (1.1K reputation)Forum God (1.1K reputation)Forum God (1.1K reputation)Forum God (1.1K reputation)Forum God (1.1K reputation)Forum God (1.1K reputation)

Group: Forum Members
Posts: 3, Visits: 3

Hello Steve,

I have not much experince in c#, but just have a idea, itmay help you.

if it is possible to get mouse coordinates on its movement in c# then you can set your froms top as that coordinates. and simillary onclick if you have any method like mouse click make that forms position fix for 2 sec delay and then exit from that event.

Suhel



We call our Mistakes as our

Booooze
Booooze
Forum God
Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)Forum God (152K reputation)

Group: Forum Members
Posts: 827, Visits: 132
you might want to check out rentacoder.com for this. We don't have many c# programmers around here. Wish i could help you, but i dont know c#

API Guide|Inno Setup Wizard|Winsockvb|StudioTraffic|Firefox
Anasazi
Anasazi
Forum God
Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)

Group: Forum Members
Posts: 144, Visits: 536
Konichiwa,

just made the program for you! Tell me if somethings missing and I'll fix it.

Have a nice day.



Controls:

ESC-key to close, mouse click for stop in 2 sec.



Others:

Please comment my applicationWink



Download: AnasaziAPPZ

Time is an illusion perpetuated by the manufacturers of space.

Anasazi @ RESiSTANCE


Edited
4/27/2006 by Anasazi
ncc1701d
ncc1701d
Forum God
Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)

Group: Forum Members
Posts: 14, Visits: 17
Anasazi

bRAVO..THat app works as hoped! Great job.

How can i get the code from you and how much that cost so far?

Are you interested in doing some more things to it?

From what little things i have researched about C they might be easy for you. and youll see

how the project is hoped to evolve and what the ultimate goal is.

thanks and let me know if interested.

ncc1701d
Anasazi
Anasazi
Forum God
Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)

Group: Forum Members
Posts: 144, Visits: 536
Dude, no charge. Just glad to helpWink

Of course, just say what has to be added and i'll do it. The whole source then, coulda send it to ya when it's completely finished.

Time is an illusion perpetuated by the manufacturers of space.

Anasazi @ RESiSTANCE


Edited
5/1/2006 by Anasazi
ncc1701d
ncc1701d
Forum God
Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)

Group: Forum Members
Posts: 14, Visits: 17
Thanks Dude...Smile THis is huge help. I am handicapped and it f this can work it would be great help for me. Try this next part now.



Hide the window forms bar stuff at top. Then make the form a donut grey image/mask with the center hole completely transparent...and the outer area out side the donut transparent. The actual donut is made 40 percent transparent.

Have the cursor location in the center of the donut.



Then have the form be considered always in front of all other windows programs.

The goal is to be able to click anything on the computer screen while the mouse cursor has this donut halo form following it.

Does this sound hard?

If this works then its almost done.

thanks

steve
Anasazi
Anasazi
Forum God
Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)

Group: Forum Members
Posts: 144, Visits: 536
Dude, just finished the application. 3 files included:

1. The executable

2. A dll (allowing me to change window interface)

3. A .bmp (this file contains the donut form)



It may be slow to load on startup, but i'm working on a speedup solution.(Really sorry for the slow

in-app)

it got the "always on top" script Wink

anyways, please comment!



Download: AnasaziAPP



Hmm... Dude -.- seems like i got some bugs to fix Tongue, no worry nothing. Try it, and i'll fix the "always on top" bug. (only on top of some win32 appz)



:: BUG FIXXED! ::

Time is an illusion perpetuated by the manufacturers of space.

Anasazi @ RESiSTANCE


Edited
5/2/2006 by Anasazi
ncc1701d
ncc1701d
Forum God
Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)Forum God (2.9K reputation)

Group: Forum Members
Posts: 14, Visits: 17
Hello,

I tryed it out. The donut does drag behind the cursor.

I was hoping/praying the donut could hallo the cursor almost as though it was part of the cursor?

Iam wondering to. I didnt notice the delay effect like in your first posted app. Did you remove that part?

Ultimately the program would have an enter button activated by mouseover on the right side of the donut. That is what the delay effect from first app was far.



The goal is to place the cusor/donut over say a desktop icon and have a short delay in witch the cursor can be moved over the enter mouse button on the right thus opening the desktop program icon.

The tool is for use for using head trking mouse control device.

Other mouse over actived buttons like right menu etc could be other buttons within the donut. This the theory anyway.

I dont know if this can be done in c or c#?

thanks for your efforts if you continue.Smile

Steve





Anasazi
Anasazi
Forum God
Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)Forum God (31K reputation)

Group: Forum Members
Posts: 144, Visits: 536
It does'nt lag no my comp. hmm.... the donut follows my cursor exactly as smooth as the old app. (Will see if i can make it faster for you.)

But the timer-stuff I removed. cuz you havent a window/form to click on. otherwise you would not be able to click on the icons. (gonna see if i can add something similar to the old one, otherwise i'll have to to put in a code to activate the stop-timer when a key's pushed.)



Gonna give it some more work today, but i have a hard time of finding out the goal of the app. can't really understand the way you want it to look like.



Maybe i'll rewrite the hole app, so it renders the donut form directly over the cursor, instead of making the whole form follows the cursor. We'll see, anyways. Back to work Wink

Time is an illusion perpetuated by the manufacturers of space.

Anasazi @ RESiSTANCE


GO


Similar Topics


Reading This Topic


Login
Existing Account
Email Address:


Password:


Social Logins

Select a Forum....

















A1VBCode Forums


Search