Click here to Skip to main content
15,924,193 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionhow can i segment scanned document Pin
Saud AKhter16-Jun-04 0:05
Saud AKhter16-Jun-04 0:05 
AnswerRe: how can i segment scanned document Pin
Dave Kreskowiak16-Jun-04 3:05
mveDave Kreskowiak16-Jun-04 3:05 
QuestionHow can retrieves the path and file name when I click right mouse on file in Windows??? Pin
tramdtt15-Jun-04 23:40
tramdtt15-Jun-04 23:40 
AnswerRe: How can retrieves the path and file name when I click right mouse on file in Windows??? Pin
Dave Kreskowiak16-Jun-04 3:02
mveDave Kreskowiak16-Jun-04 3:02 
GeneralRe: How can retrieves the path and file name when I click right mouse on file in Windows??? Pin
tramdtt16-Jun-04 15:44
tramdtt16-Jun-04 15:44 
GeneralRe: How can retrieves the path and file name when I click right mouse on file in Windows??? Pin
Dave Kreskowiak17-Jun-04 2:56
mveDave Kreskowiak17-Jun-04 2:56 
QuestionRead from registry? Pin
Anonymous15-Jun-04 21:27
Anonymous15-Jun-04 21:27 
AnswerRe: Read from registry? Pin
Dave Kreskowiak16-Jun-04 2:58
mveDave Kreskowiak16-Jun-04 2:58 
Are you saying that you want to take a value the user typed into a TextBox and write that value to the registry?

The following code will do that:
Dim regKey As RegistryKey
redKey = Registry.LocalMachine.OpenSubKey("Software\MyApp", True)
regKey.SetValue("Version", TextBox1.Text)
regKey.Close()



RageInTheMachine9532
"...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome

Generalwhere is the winsock control Pin
GaryKoh15-Jun-04 21:25
GaryKoh15-Jun-04 21:25 
GeneralRe: where is the winsock control Pin
Dave Kreskowiak16-Jun-04 2:47
mveDave Kreskowiak16-Jun-04 2:47 
GeneralRe: where is the winsock control Pin
GaryKoh16-Jun-04 4:02
GaryKoh16-Jun-04 4:02 
GeneralRe: where is the winsock control Pin
Dave Kreskowiak16-Jun-04 4:28
mveDave Kreskowiak16-Jun-04 4:28 
GeneralRe: where is the winsock control Pin
GaryKoh16-Jun-04 13:43
GaryKoh16-Jun-04 13:43 
GeneralRe: where is the winsock control Pin
Dave Kreskowiak17-Jun-04 4:43
mveDave Kreskowiak17-Jun-04 4:43 
Generaltesting speed of sqlserver connection and query speed Pin
mightykoolkatz15-Jun-04 21:07
mightykoolkatz15-Jun-04 21:07 
GeneralRe: testing speed of sqlserver connection and query speed Pin
Tarakeshwar Reddy16-Jun-04 2:43
professionalTarakeshwar Reddy16-Jun-04 2:43 
GeneralRe: testing speed of sqlserver connection and query speed Pin
Steven Campbell16-Jun-04 3:36
Steven Campbell16-Jun-04 3:36 
Generalwin registry Pin
Anonymous15-Jun-04 21:02
Anonymous15-Jun-04 21:02 
GeneralRe: win registry Pin
Dave Kreskowiak16-Jun-04 2:35
mveDave Kreskowiak16-Jun-04 2:35 
GeneralADODB Pin
Ph4ntomas15-Jun-04 16:28
Ph4ntomas15-Jun-04 16:28 
GeneralRe: ADODB Pin
Dave Kreskowiak16-Jun-04 2:28
mveDave Kreskowiak16-Jun-04 2:28 
GeneralBrowser like User Interface in Windows Forms (Web Style Design) Pin
Paras Shah15-Jun-04 10:42
Paras Shah15-Jun-04 10:42 
GeneralRe: Browser like User Interface in Windows Forms (Web Style Design) Pin
Paras Shah15-Jun-04 11:03
Paras Shah15-Jun-04 11:03 
QuestionRun Two forms? Pin
ymohd_22215-Jun-04 5:41
ymohd_22215-Jun-04 5:41 
AnswerRe: Run Two forms? Pin
Dave Kreskowiak15-Jun-04 6:53
mveDave Kreskowiak15-Jun-04 6:53 

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.