Click here to Skip to main content
15,889,216 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: NotifyIcon in .net service Pin
Ray Cassick29-Dec-03 3:40
Ray Cassick29-Dec-03 3:40 
GeneralTimer Controll IN VB Pin
livega28-Dec-03 2:05
livega28-Dec-03 2:05 
GeneralRe: Timer Controll IN VB Pin
Hesham Amin28-Dec-03 23:56
Hesham Amin28-Dec-03 23:56 
GeneralRe: Timer Controll IN VB Pin
Dave Kreskowiak29-Dec-03 7:21
mveDave Kreskowiak29-Dec-03 7:21 
GeneralRemoving selected text Pin
compukeith28-Dec-03 0:39
compukeith28-Dec-03 0:39 
GeneralRe: Removing selected text Pin
skrtbh28-Dec-03 8:07
skrtbh28-Dec-03 8:07 
GeneralRe: Removing selected text Pin
compukeith28-Dec-03 14:23
compukeith28-Dec-03 14:23 
GeneralRe: Removing selected text Pin
skrtbh29-Dec-03 9:05
skrtbh29-Dec-03 9:05 
The following code should work:

Private Sub Form_KeyDown(Keycode As Integer, _
Shift As Integer)
If Keycode = vbKeyReturn Then
cboChoose.SelLength = 7
cmdGo_Click
End If
End Sub


But there's still another problem:
Your application only works with English
Windows versions. I use Windows XP Home
German, and the program crashed because
the name of the 'Program Files' directory
is translated into the OS' language. Frown | :(
GeneralRe: Removing selected text Pin
compukeith29-Dec-03 11:30
compukeith29-Dec-03 11:30 
GeneralRe: Removing selected text Pin
skrtbh29-Dec-03 9:11
skrtbh29-Dec-03 9:11 
GeneralRe: Removing selected text Pin
compukeith29-Dec-03 12:01
compukeith29-Dec-03 12:01 
GeneralRe: Removing selected text Pin
skrtbh30-Dec-03 7:28
skrtbh30-Dec-03 7:28 
GeneralRe: Removing selected text Pin
compukeith30-Dec-03 7:57
compukeith30-Dec-03 7:57 
GeneralRe: Removing selected text Pin
skrtbh30-Dec-03 8:46
skrtbh30-Dec-03 8:46 
GeneralRe: Removing selected text Pin
compukeith30-Dec-03 9:45
compukeith30-Dec-03 9:45 
GeneralRe: Removing selected text Pin
compukeith30-Dec-03 11:01
compukeith30-Dec-03 11:01 
GeneralRe: Removing selected text Pin
skrtbh31-Dec-03 7:18
skrtbh31-Dec-03 7:18 
GeneralRe: Removing selected text Pin
compukeith31-Dec-03 11:50
compukeith31-Dec-03 11:50 
GeneralRe: Removing selected text Pin
skrtbh1-Jan-04 2:03
skrtbh1-Jan-04 2:03 
GeneralRe: Removing selected text Pin
compukeith1-Jan-04 15:27
compukeith1-Jan-04 15:27 
General.NET version now available! Pin
skrtbh3-Jan-04 1:50
skrtbh3-Jan-04 1:50 
GeneralRe: .NET version now available! Pin
compukeith3-Jan-04 2:01
compukeith3-Jan-04 2:01 
GeneralRe: .NET version now available! Pin
skrtbh3-Jan-04 8:31
skrtbh3-Jan-04 8:31 
GeneralHelp Me pleas (i want to draw a sphere ) Pin
EmanAli27-Dec-03 11:37
EmanAli27-Dec-03 11:37 
GeneralHelp with DataAdapter.UpdateRowSource Pin
mikasa27-Dec-03 5:37
mikasa27-Dec-03 5:37 

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.