Click here to Skip to main content
15,913,610 members
Home / Discussions / C#
   

C#

 
AnswerRe: VB to C# codes Pin
Wjousts21-Feb-06 8:38
Wjousts21-Feb-06 8:38 
GeneralRe: VB to C# codes Pin
superPaul10121-Feb-06 8:41
superPaul10121-Feb-06 8:41 
GeneralRe: VB to C# codes Pin
Wjousts21-Feb-06 8:46
Wjousts21-Feb-06 8:46 
GeneralRe: VB to C# codes Pin
superPaul10121-Feb-06 8:50
superPaul10121-Feb-06 8:50 
AnswerRe: VB to C# codes Pin
Dave Doknjas21-Feb-06 15:11
Dave Doknjas21-Feb-06 15:11 
QuestionWeird IComparer behavor in DataGridView Pin
Wjousts21-Feb-06 8:25
Wjousts21-Feb-06 8:25 
QuestionApp in Taskbar like Media Player Pin
DeepToot21-Feb-06 7:21
DeepToot21-Feb-06 7:21 
AnswerRe: App in Taskbar like Media Player Pin
hard.disk21-Feb-06 8:01
hard.disk21-Feb-06 8:01 
GeneralRe: App in Taskbar like Media Player Pin
DeepToot21-Feb-06 8:04
DeepToot21-Feb-06 8:04 
QuestionToolstripLabel rendering Pin
Ravi Bhavnani21-Feb-06 7:14
professionalRavi Bhavnani21-Feb-06 7:14 
QuestionGetting the Serial Key Pin
superPaul10121-Feb-06 7:10
superPaul10121-Feb-06 7:10 
QuestionHow to register ActiveX contorl Pin
papa198021-Feb-06 6:10
papa198021-Feb-06 6:10 
QuestionExtracting information from URLs Pin
hasanali0021-Feb-06 6:09
hasanali0021-Feb-06 6:09 
AnswerRe: Extracting information from URLs Pin
Wjousts21-Feb-06 8:08
Wjousts21-Feb-06 8:08 
All the strings are the results of the HTTP "get" method used in a web form. See the W3C recommendations on form submissions:

http://www.w3.org/TR/REC-html40/interact/forms.html#h-17.13[^]

Basically you'd need to extract everything after the ?, then break the string up using the & as a delimiter and finally you end up with a set of properties and their values seperated by = signs.
So your first example should be read as

hl=en
q=microsoft+apple
meta=

obviously the q part is the actual query which was for "microsoft AND apple"

hasanali00 wrote:
The only problem I see is what happens if google decide to change their search URL.


You'd have to rewrite your app to deal with it.
QuestionAdd IMessageFilter to COM Pin
jerryyag21-Feb-06 5:42
jerryyag21-Feb-06 5:42 
QuestionHow do I create a videoplayer? Pin
ChevyVanDude21-Feb-06 5:02
ChevyVanDude21-Feb-06 5:02 
QuestionMultithreading problem Pin
Le centriste21-Feb-06 4:50
Le centriste21-Feb-06 4:50 
AnswerRe: Multithreading problem Pin
Alvaro Mendez21-Feb-06 6:14
Alvaro Mendez21-Feb-06 6:14 
AnswerRe: Multithreading problem Pin
Judah Gabriel Himango21-Feb-06 6:21
sponsorJudah Gabriel Himango21-Feb-06 6:21 
GeneralRe: Multithreading problem Pin
Le centriste21-Feb-06 6:35
Le centriste21-Feb-06 6:35 
GeneralRe: Multithreading problem Pin
Judah Gabriel Himango21-Feb-06 6:56
sponsorJudah Gabriel Himango21-Feb-06 6:56 
GeneralRe: Multithreading problem Pin
Le centriste21-Feb-06 7:10
Le centriste21-Feb-06 7:10 
AnswerSOLVED (Unrelated to multithreading) Pin
Le centriste21-Feb-06 7:11
Le centriste21-Feb-06 7:11 
QuestionArray of pointers/references to another array Pin
naveed21-Feb-06 4:35
naveed21-Feb-06 4:35 
AnswerRe: Array of pointers/references to another array Pin
Le centriste21-Feb-06 4:53
Le centriste21-Feb-06 4: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.