|
-
Oct 31st, 2002, 12:41 AM
#1
How can I move the tab? SendKey?! whatever, not resolved!
I cant get the sendKeys function to work for some reason. How can I use it to send a TAB?
Last edited by MrPolite; Nov 1st, 2002 at 01:32 PM.
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!!
-
Oct 31st, 2002, 03:30 PM
#2
-
Nov 1st, 2002, 01:32 PM
#3
hi
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!!
-
Nov 2nd, 2002, 03:12 PM
#4
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!!
-
Nov 2nd, 2002, 04:03 PM
#5
Addicted Member
At least try to cover up your bumps!! 
I don't quite understand what you're trying to do; Are you trying to insert a tab into a text box?
Furry
 Eat long and prosper! 
If someone helps you, find someone you can help.
If you still have time, click on the darn banner up there and help the forum! 
-
Nov 2nd, 2002, 04:49 PM
#6
PowerPoster
Not at my home computer, but does this work?
Code:
Imports System.Windows.Forms
....
SendKeys "{TAB}"
-
Nov 2nd, 2002, 06:04 PM
#7
Addicted Member
Re: How can I move the tab? SendKey?! whatever, not resolved!
I thought he said he couldn't get it to work... 
Originally posted by MrPolite
I cant get the sendKeys function to work for some reason. How can I use it to send a TAB?
 Eat long and prosper! 
If someone helps you, find someone you can help.
If you still have time, click on the darn banner up there and help the forum! 
-
Nov 2nd, 2002, 06:39 PM
#8
-
Nov 2nd, 2002, 08:13 PM
#9
Addicted Member
LOL no problemmo. You've answered many of our questoins, I'm sure.
 Eat long and prosper! 
If someone helps you, find someone you can help.
If you still have time, click on the darn banner up there and help the forum! 
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
|