Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: Textbox Focus On Mouse And Enable With Any Assign key

Started 1 month ago by A.B - SmartBoy
i want to make Software! for Notedon any Copeid txt In testbox And textbox sent Txt in My TxtFile i already figured it , how to send text in txt file but m ask here interesting Questin: Point 1. My Application Run but not show in desktop Point 2. when i press any Special key Like F1 or F2 whatever my textbox visible true near by mouse and i past my text and press enter then my application ...
Site: MSDN Forums  MSDN Forums - site profile
Forum: Visual Basic General  Visual Basic General - forum profile
Total authors: 3 authors
Total thread posts: 20 posts
Thread activity: no new posts during last week
Domain info for: microsoft.com

Other posts in this thread:

A.B - SmartBoy replied 1 month ago
can any person Abil to help me?

ShariqDON replied 1 month ago
Correct your some English Spelling! LOL Do You Mean This ? Notedon=Note down ? txt=text ? txtfile=Text File ?

A.B - SmartBoy replied 1 month ago
Correct your some English Spelling! LOL Do You Mean This ? Notedon=Note down ? txt=text ? txtfile=Text File ?

ShariqDON replied 1 month ago
Point 2. when i press any Special key Like F1 or F2 whatever my textbox visible true near by mouse Look Smartboy !                        F1 and F2 is Already in use of Windows  You can Not use it , in Your Application Inactive mode Just My Opinion You need to learn About   " GetAsyncKeyState" Function http://msdn.microsoft.com/en-us/library/ms646293(V S.85).aspx http://msdn...

Acamar replied 1 month ago
To start your appliation without a visible form, start it from Sub Main in a module: http://msdn.microsoft.com/en-us/library/ms235406(V S.80).aspx To detect the special activation keystroke you will need to hook the keyboard events - see here for a discussion of the procedure: http://social.msdn.microsoft.com/Forums/en-US/vbge neral/thread/e2116c5a-2d2d-475f-ad80-a2ebe235bca3 When the ...

ShariqDON replied 1 month ago
To start your appliation without a visible form, start it from Sub Main in a module: http://msdn.microsoft.com/en-us/library/ms235406(V S.80).aspx To detect the special activation keystroke you will need to hook the keyboard events - see here for a discussion of the procedure: http://social.msdn.microsoft.com/Forums/en-US/vbge neral/thread/e2116c5a-2d2d-475f-ad80-a2ebe235bca3 When the ...

A.B - SmartBoy replied 1 month ago
To start your appliation without a visible form, start it from Sub Main in a module: http://msdn.microsoft.com/en-us/library/ms235406(V S.80).aspx To detect the special activation keystroke you will need to hook the keyboard events - see here for a discussion of the procedure: http://social.msdn.microsoft.com/Forums/en-US/vbge neral/thread/e2116c5a-2d2d-475f-ad80-a2ebe235bca3 ...

ShariqDON replied 1 month ago
are you insult me? Absolutly NOT ! OK Dont Hurt I m Fix you Hotkey Stuff it need few or more Minuts

ShariqDON replied 1 month ago
OK Done! NOw Drag and Drop One TextBox In Form & One Timer On form From  ToolsBox NOTE: Rename "Timer1" To "Hotkey" Look Smartboy ! If you Press F5 key From Keyboard Then Textbox is Visible True Now you can Past your text here If Past is DOne Then Press F6 For again Textbox Visible False CHeeer Code: Public Class Form1 Private Declare Function ...

ShariqDON replied 1 month ago
my textbox visible true near by mouse Can You Explain This Stuff Near By Mouse <-------------

 

Top contributing authors

Name
Posts
ShariqDON
10
user's latest post:
Textbox Focus On Mouse And...
Published (2009-11-11 21:18:00)
THis is Answer of &quot;How to Textbox Focused Mouse&quot; um Sorry u need more work with this code! Public Class Form1 Private Sub Timer1_Tick( ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Timer1.Tick Try ListBox1.SelectedIndex = ListBox1.SelectedIndex + 1 Catch ex As Exception '--------- when it gets to the last index, instead of error, it goes back to the top of the list 'ListBox1.SelectedIndex =...
A.B - SmartBoy
9
user's latest post:
Textbox Focus On Mouse And...
Published (2009-11-12 09:29:00)
Hi ShariqDON i m Found Your Emal Address ! i need Some Conservation With u Thanks You Solve My All Problem !
Acamar
1
user's latest post:
Textbox Focus On Mouse And...
Published (2009-11-10 23:02:00)
To start your appliation without a visible form, start it from Sub Main in a module: http://msdn.microsoft.com/en-us/library/ms235406(VS.80).aspx To detect the special activation keystroke you will need to hook the keyboard events - see here for a discussion of the procedure: http://social.msdn.microsoft.com/Forums/en-US/vbgeneral/thread/e2116c5a-2d2d-475f-ad80-a2ebe235bca3 When the special activation key is detected, show your form at the...

Related threads on "MSDN Forums":

Related threads on other sites:

Thread profile page for "Textbox Focus On Mouse And Enable With Any Assign key" on http://msdn.microsoft.com. This report page is a snippet summary view from a single thread "Textbox Focus On Mouse And Enable With Any Assign key", located on the Message Board at http://msdn.microsoft.com. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity