Click here to Skip to main content
15,920,005 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Accessing a variable on another form Pin
'Drew30-Jul-07 11:02
'Drew30-Jul-07 11:02 
GeneralRe: Accessing a variable on another form Pin
'Drew30-Jul-07 13:14
'Drew30-Jul-07 13:14 
GeneralRe: Accessing a variable on another form Pin
Paul Conrad30-Jul-07 11:13
professionalPaul Conrad30-Jul-07 11:13 
AnswerRe: Accessing a variable on another form Pin
Christian Graus30-Jul-07 11:02
protectorChristian Graus30-Jul-07 11:02 
QuestionProblem while running a vb.net application in Network Pin
vut230-Jul-07 7:01
vut230-Jul-07 7:01 
AnswerRe: Problem while running a vb.net application in Network Pin
Dave Kreskowiak30-Jul-07 8:49
mveDave Kreskowiak30-Jul-07 8:49 
Questionplz help about the ruler Pin
eyes200730-Jul-07 5:40
eyes200730-Jul-07 5:40 
Questionkeydown event doesn't get triggerd Pin
Tom Deketelaere30-Jul-07 5:03
professionalTom Deketelaere30-Jul-07 5:03 
history:
I need to put shortcut key's on a button (is actually a label that I draw myself and that acts as a button)
My first idea was to put '&' before the desired letter (didn't work)
My second idea was to catch the keydown event of the form and check for myself witch button was pressed and act appropratly (after a bit fiddling got it to work pretty nice)
then I noticed as soon as I opened another form (in the mdiparent where I catch the keydown event) the keydown didn't get triggerd (now I know that is normal beceause the new form has the focus) so I put the property 'Keypreview' on true and quess what everything worked again.

Information:

in the project we are working on, we are using datawindows to display the data from the db in a grid or editable form (for those that don't know what datawindows is: its a 'component' that you create outside of visual studio and then can use in visual studio without much programming (has an access feel to it (I'v only been using it for a week now so not that good at it yet))).

Problem:

When I put the fields on the datawindow on editable and the cursur is in such a field the shortcuts don't work anymore but when the fields aren't editable they do work ofcourse this isn't really what we want (shortcuts that work only a small part of the time)

Additional information:

I have shortcutkeys that remain the same over the entire project (mdiparent level) and shortcutkeys that are form specific.

Anyone have any idea why I have this problem?
QuestionListView and ContextMenu Pin
Sebastian T Xavier30-Jul-07 4:27
Sebastian T Xavier30-Jul-07 4:27 
QuestionWebservice written in VB.NET Pin
microdommi30-Jul-07 4:04
microdommi30-Jul-07 4:04 
AnswerRe: Webservice written in VB.NET Pin
kubben30-Jul-07 6:43
kubben30-Jul-07 6:43 
GeneralRe: Webservice written in VB.NET Pin
microdommi30-Jul-07 10:19
microdommi30-Jul-07 10:19 
QuestionHow to Search a datagrid in SQL, VB.net Pin
Vimalsoft(Pty) Ltd30-Jul-07 3:33
professionalVimalsoft(Pty) Ltd30-Jul-07 3:33 
AnswerRe: How to Search a datagrid in SQL, VB.net Pin
penguin500030-Jul-07 10:25
penguin500030-Jul-07 10:25 
QuestionViewState Not Refreshing Pin
Brendan Vogt30-Jul-07 3:14
Brendan Vogt30-Jul-07 3:14 
AnswerRe: ViewState Not Refreshing Pin
Dave Kreskowiak30-Jul-07 9:21
mveDave Kreskowiak30-Jul-07 9:21 
Questionhaving a inner table in a dataset Pin
ajith prasath30-Jul-07 2:04
ajith prasath30-Jul-07 2:04 
AnswerRe: having a inner table in a dataset Pin
Dave Kreskowiak30-Jul-07 9:06
mveDave Kreskowiak30-Jul-07 9:06 
Questionwebbrowser control Pin
Ahmad Zaidi30-Jul-07 1:54
Ahmad Zaidi30-Jul-07 1:54 
AnswerRe: webbrowser control Pin
Dave Kreskowiak30-Jul-07 9:04
mveDave Kreskowiak30-Jul-07 9:04 
GeneralRe: webbrowser control Pin
Ahmad Zaidi30-Jul-07 22:04
Ahmad Zaidi30-Jul-07 22:04 
Questionhow to update the dataset programically to database in vb.net Pin
ajith prasath30-Jul-07 1:53
ajith prasath30-Jul-07 1:53 
AnswerRe: how to update the dataset programically to database in vb.net Pin
DanB198330-Jul-07 9:54
DanB198330-Jul-07 9:54 
Questionslider on ruler control [modified] Pin
eyes200730-Jul-07 1:11
eyes200730-Jul-07 1:11 
Questionhow to print the contents of rich text box Pin
eyes200730-Jul-07 1:09
eyes200730-Jul-07 1:09 

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.