Click here to Skip to main content
15,911,789 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: MenuStrip control searching by menue name Pin
Scott Dorman30-Jun-08 18:08
professionalScott Dorman30-Jun-08 18:08 
GeneralRe: MenuStrip control searching by menue name Pin
Georg Kohler30-Jun-08 21:38
Georg Kohler30-Jun-08 21:38 
GeneralRe: MenuStrip control searching by menue name Pin
Scott Dorman30-Jun-08 22:44
professionalScott Dorman30-Jun-08 22:44 
QuestionVB.Net 3D in wpf Pin
cristi2go30-Jun-08 7:07
cristi2go30-Jun-08 7:07 
AnswerRe: VB.Net 3D in wpf Pin
Thomas Stockwell30-Jun-08 11:15
professionalThomas Stockwell30-Jun-08 11:15 
QuestionRe: VB.Net 3D in wpf Pin
cristi2go1-Jul-08 6:09
cristi2go1-Jul-08 6:09 
AnswerRe: VB.Net 3D in wpf Pin
Thomas Stockwell1-Jul-08 6:48
professionalThomas Stockwell1-Jul-08 6:48 
AnswerCross Post Pin
Thomas Stockwell2-Jul-08 2:54
professionalThomas Stockwell2-Jul-08 2:54 
QuestionProgress Window for long mainThread operation, Windows Forms Pin
maksim31030-Jun-08 5:53
maksim31030-Jun-08 5:53 
AnswerRe: Progress Window for long mainThread operation, Windows Forms Pin
Guffa30-Jun-08 12:42
Guffa30-Jun-08 12:42 
QuestionRe: Progress Window for long mainThread operation, Windows Forms Pin
maksim31030-Jun-08 13:08
maksim31030-Jun-08 13:08 
AnswerRe: Progress Window for long mainThread operation, Windows Forms Pin
Dave Kreskowiak30-Jun-08 16:59
mveDave Kreskowiak30-Jun-08 16:59 
QuestionRe: Progress Window for long mainThread operation, Windows Forms Pin
maksim31030-Jun-08 18:51
maksim31030-Jun-08 18:51 
AnswerRe: Progress Window for long mainThread operation, Windows Forms Pin
Guffa1-Jul-08 4:08
Guffa1-Jul-08 4:08 
QuestionTablebuilder Pin
Kahuna30-Jun-08 4:10
Kahuna30-Jun-08 4:10 
AnswerRe: Tablebuilder Pin
Kahuna30-Jun-08 4:39
Kahuna30-Jun-08 4:39 
QuestionHow to get IP Addresses of all the Subdomains in a Domain ? [modified] Pin
Chaitanya kumar CVSS30-Jun-08 0:21
Chaitanya kumar CVSS30-Jun-08 0:21 
AnswerRe: How to get IP Addresses of all the Subdomains in a Domain ? Pin
Dharmchand Dhingra30-Jun-08 2:09
Dharmchand Dhingra30-Jun-08 2:09 
GeneralRe: How to get IP Addresses of all the Subdomains in a Domain ? Pin
Chaitanya kumar CVSS30-Jun-08 2:56
Chaitanya kumar CVSS30-Jun-08 2:56 
QuestionProblem with button in mdi form Pin
SamRST29-Jun-08 23:12
SamRST29-Jun-08 23:12 
AnswerRe: Problem with button in mdi form Pin
dan!sh 29-Jun-08 23:37
professional dan!sh 29-Jun-08 23:37 
GeneralRe: Problem with button in mdi form Pin
SamRST29-Jun-08 23:57
SamRST29-Jun-08 23:57 
AnswerCross Post Pin
Thomas Stockwell30-Jun-08 11:16
professionalThomas Stockwell30-Jun-08 11:16 
QuestionChanging the inputarea-size of the textbox-control Pin
Christian Sachse29-Jun-08 22:45
Christian Sachse29-Jun-08 22:45 
Hello,

I have got a question regarding the textbox-control.

Is it possible to resize the input area of a textbox (in a inherited class) by keeping the controls width and height unchanged?

I want place a button right next to the input area. If the user presses the button (or the F4-Key on his keyboard) the textbox should open a Lookup-Form (this is not the problem). This can easily be done by adding a button-control to the ControlCollection, adding a handler to the button's Click-Event and overriding the PreProcessMessage-Function for checking the F4-Key. But I couldn't find out, how to change the size of the input-area, so that the button and the textbox doesn't overlap eachother.

I tried to write an User-control. This works nice, but the User-Control hides all of the Textbox-Properties which I need. So I had to write some kind of wrapper to make them visible again - and this is not really nice.

I would be pleased if someone could give me a hint.

PS: I'm sorry for my bad english-skills.
AnswerRe: Changing the inputarea-size of the textbox-control Pin
Christian Graus29-Jun-08 22:47
protectorChristian Graus29-Jun-08 22:47 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.