Click here to Skip to main content
15,885,278 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionHow to remove a handle or dll (xyz.exe) from winlogon.exe? Pin
metagoth22-Apr-12 19:33
metagoth22-Apr-12 19:33 
AnswerRe: How to remove a handle or dll (xyz.exe) from winlogon.exe? Pin
Eddy Vluggen23-Apr-12 0:15
professionalEddy Vluggen23-Apr-12 0:15 
GeneralRe: How to remove a handle or dll (xyz.exe) from winlogon.exe? Pin
metagoth24-Apr-12 19:42
metagoth24-Apr-12 19:42 
AnswerRe: How to remove a handle or dll (xyz.exe) from winlogon.exe? Pin
Eddy Vluggen25-Apr-12 0:39
professionalEddy Vluggen25-Apr-12 0:39 
Questionvb.net Pin
Hermaine22-Apr-12 18:53
Hermaine22-Apr-12 18:53 
AnswerRe: vb.net Pin
JohnPayton22-Apr-12 19:21
JohnPayton22-Apr-12 19:21 
Questiondictionary as string Pin
haneeno22-Apr-12 14:13
haneeno22-Apr-12 14:13 
AnswerRe: dictionary as string Pin
Eddy Vluggen23-Apr-12 0:12
professionalEddy Vluggen23-Apr-12 0:12 
haneeno wrote:
how can write (dictionary as string code)in information retrieval code via
vb.net?

Depends on the way that the dictionary is written to file/the structure of that file. Without any additional info, I'd say "deserialize".

haneeno wrote:
how can write (fixed width code) in information retrieval via vb.net?

By reading the file as text, and copying the content of that subpart of the string. See the System.IO namespace and the examples on MSDN.

haneeno wrote:
how can write (blocking code) in information retrieval via vb.net?

All code is blocking, if you want async code you'll need to define a thread.
Bastard Programmer from Hell Suspicious | :suss:

QuestionStart up Fade Pin
kirubelye22-Apr-12 6:31
kirubelye22-Apr-12 6:31 
AnswerRe: Start up Fade Pin
JohnPayton22-Apr-12 15:50
JohnPayton22-Apr-12 15:50 
AnswerRe: Start up Fade Pin
Bernhard Hiller22-Apr-12 21:50
Bernhard Hiller22-Apr-12 21:50 
AnswerRe: Start up Fade Pin
Dave Kreskowiak23-Apr-12 6:50
mveDave Kreskowiak23-Apr-12 6:50 
Questionhow to display image from gridview on picturebox Pin
romo2221-Apr-12 3:49
romo2221-Apr-12 3:49 
AnswerRe: how to display image from gridview on picturebox Pin
Eddy Vluggen21-Apr-12 4:16
professionalEddy Vluggen21-Apr-12 4:16 
GeneralRe: how to display image from gridview on picturebox Pin
romo2221-Apr-12 6:12
romo2221-Apr-12 6:12 
AnswerRe: how to display image from gridview on picturebox Pin
Eddy Vluggen21-Apr-12 6:39
professionalEddy Vluggen21-Apr-12 6:39 
GeneralRe: how to display image from gridview on picturebox Pin
romo2221-Apr-12 6:57
romo2221-Apr-12 6:57 
AnswerRe: how to display image from gridview on picturebox Pin
Eddy Vluggen21-Apr-12 7:03
professionalEddy Vluggen21-Apr-12 7:03 
GeneralRe: how to display image from gridview on picturebox Pin
romo2221-Apr-12 7:11
romo2221-Apr-12 7:11 
GeneralRe: how to display image from gridview on picturebox Pin
Eddy Vluggen21-Apr-12 7:21
professionalEddy Vluggen21-Apr-12 7:21 
GeneralRe: how to display image from gridview on picturebox Pin
Wes Aday21-Apr-12 8:40
professionalWes Aday21-Apr-12 8:40 
QuestionSoap Envelope Response and Download Docs Pin
VBseasons20-Apr-12 20:53
VBseasons20-Apr-12 20:53 
AnswerRe: Soap Envelope Response and Download Docs Pin
Eddy Vluggen20-Apr-12 23:54
professionalEddy Vluggen20-Apr-12 23:54 
QuestionHelp! Saving data from a datagridview to a local table in Visual Studio Pin
AnthonyDailyMail20-Apr-12 8:10
AnthonyDailyMail20-Apr-12 8:10 
AnswerRe: Help! Saving data from a datagridview to a local table in Visual Studio Pin
Eddy Vluggen21-Apr-12 4:18
professionalEddy Vluggen21-Apr-12 4:18 

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.