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

Visual Basic

 
GeneralRe: Help w/ loop & directing data to field Pin
tiffanydw30-Dec-03 5:20
tiffanydw30-Dec-03 5:20 
GeneralNotifyIcon in .net service Pin
mosquitooth28-Dec-03 9:10
mosquitooth28-Dec-03 9:10 
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 
I think I've got the solution for your problem:

'Variables<br />
Dim go As String<br />
Dim totallength As Integer 'the total length _<br />
'of the google:blah expression<br />
Dim searchlength As Integer<br />
'the length of the expression the user _<br />
'wants to search for (e.g. blah)<br />
go = cboChoose.Text<br />
totallength = Len(go)<br />
searchlength = totallength - 7<br />
go = Right(go, searchlength)<br />
'now the string variable go contains the expression<br />
'the user wants to search for


This code might not be perfect, but it works! Smile | :)
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 
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 

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.