|
-
Mar 3rd, 2005, 11:41 AM
#1
Thread Starter
Junior Member
Please Help: VB to C#
Hi,
I have recently shifted from VB6 to C#. Please tell me the equivalent in C# of Lost_Focus for a text box in VB6 and how do i define it.
Thanks & Regards,
Ashish
-
Mar 3rd, 2005, 12:00 PM
#2
Frenzied Member
Re: Please Help: VB to C#
There is a LostFocus event for the TextBox.
DJ
-
Mar 3rd, 2005, 01:13 PM
#3
Re: Please Help: VB to C#
 Originally Posted by ashish_0311
Hi,
I have recently shifted from VB6 to C#. Please tell me the equivalent in C# of Lost_Focus for a text box in VB6 and how do i define it.
Thanks & Regards,
Ashish
TextBox.Leave event (and GotFocus is TextBox.Enter)
rate my posts
rate my posts if they help ya!
Extract thumbnail without reading the whole image file: (C# - VB)
Apply texture to bitmaps: (C# - VB)
Extended console library: (VB)
Save JPEG with a certain quality (image compression): (C# - VB )
VB.NET to C# conversion tips!!
-
Mar 5th, 2005, 03:38 PM
#4
Re: Please Help: VB to C#
 Originally Posted by MrPolite
rate my posts 
Please do not ask directly for rep points.
-
Mar 8th, 2005, 01:02 PM
#5
Frenzied Member
Re: Please Help: VB to C#
I realize your question was already answered, but here is a way to discover the answer yourself...
- Drag/drop the control onto a form (make sure it's selected)
- View the Properties window
- Click the Event button in the Prop window (with the Lightning Bolt icon)
- Right-click the Properties window and make sure "Description" is checked
- Scroll through the events and see if one sounds like what you want
- If you're not sure, select the event and read it's description in the bottom of the window
Hope that helps!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|