Click here to Skip to main content
15,914,016 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionRe: Program Text2Speech Engine Pin
Cmania26-Nov-06 19:41
Cmania26-Nov-06 19:41 
AnswerRe: Program Text2Speech Engine Pin
Dave Kreskowiak27-Nov-06 2:38
mveDave Kreskowiak27-Nov-06 2:38 
QuestionIf e.KeyCode = Keys.Tab Then ' not work Pin
steve_rm26-Nov-06 17:39
steve_rm26-Nov-06 17:39 
AnswerRe: If e.KeyCode = Keys.Tab Then ' not work Pin
Christian Graus26-Nov-06 17:49
protectorChristian Graus26-Nov-06 17:49 
QuestionStream Reader and Combo Boxes Pin
baeschliman26-Nov-06 17:39
baeschliman26-Nov-06 17:39 
AnswerRe: Stream Reader and Combo Boxes Pin
sanjivji26-Nov-06 19:20
sanjivji26-Nov-06 19:20 
QuestionCreateObject Pin
spelltwister26-Nov-06 16:34
spelltwister26-Nov-06 16:34 
AnswerRe: CreateObject Pin
Dave Kreskowiak27-Nov-06 2:35
mveDave Kreskowiak27-Nov-06 2:35 
This will only work if the component you want to call is registered on the clients machine as a remote-call object. You cannot specify the path to the object in the ProgID string you pass to CreateObject. Your object registration file must include this information. You'll use RegSvr32 to register the component using this file, just like any other. The registration file you use depends on the component you're registering.


Dave Kreskowiak
Microsoft MVP - Visual Basic


QuestionDatagridview vb.net 2005 Pin
tongpans26-Nov-06 14:53
tongpans26-Nov-06 14:53 
AnswerRe: Datagridview vb.net 2005 Pin
momooomooomomo26-Nov-06 22:52
momooomooomomo26-Nov-06 22:52 
QuestionPlz a link to a good tutorial on vb.net is needed Pin
webwareshop26-Nov-06 14:34
webwareshop26-Nov-06 14:34 
AnswerRe: Plz a link to a good tutorial on vb.net is needed Pin
Christian Graus26-Nov-06 15:15
protectorChristian Graus26-Nov-06 15:15 
GeneralRe: Plz a link to a good tutorial on vb.net is needed Pin
Paul Conrad26-Nov-06 16:50
professionalPaul Conrad26-Nov-06 16:50 
QuestionAllow calculation on buttonclick Pin
andy3826-Nov-06 11:48
andy3826-Nov-06 11:48 
AnswerRe: Allow calculation on buttonclick Pin
Christian Graus26-Nov-06 12:05
protectorChristian Graus26-Nov-06 12:05 
Question2 Simple Questions Pin
arunforce26-Nov-06 11:35
arunforce26-Nov-06 11:35 
AnswerRe: 2 Simple Questions Pin
Christian Graus26-Nov-06 11:38
protectorChristian Graus26-Nov-06 11:38 
GeneralRe: 2 Simple Questions Pin
arunforce26-Nov-06 11:45
arunforce26-Nov-06 11:45 
GeneralRe: 2 Simple Questions Pin
Christian Graus26-Nov-06 11:48
protectorChristian Graus26-Nov-06 11:48 
QuestionServer Application Pin
spelltwister26-Nov-06 11:23
spelltwister26-Nov-06 11:23 
QuestionTree View (sorry guys dont get mad) Pin
Code Crapper26-Nov-06 11:06
Code Crapper26-Nov-06 11:06 
AnswerRe: Tree View (sorry guys dont get mad) Pin
Christian Graus26-Nov-06 11:19
protectorChristian Graus26-Nov-06 11:19 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Paul Conrad26-Nov-06 11:32
professionalPaul Conrad26-Nov-06 11:32 
GeneralRe: Tree View (sorry guys dont get mad) Pin
Christian Graus26-Nov-06 11:37
protectorChristian Graus26-Nov-06 11:37 
GeneralRe: Tree View (sorry guys dont get mad) [modified] Pin
Paul Conrad26-Nov-06 11:42
professionalPaul Conrad26-Nov-06 11:42 

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.