Click here to Skip to main content
15,913,854 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: How do you overwrite bytes in a certain position in a file Pin
ChandraRam2-May-07 7:37
ChandraRam2-May-07 7:37 
QuestionHow to call a function from c++ dll in VB Pin
sandeepkavade2-May-07 2:41
sandeepkavade2-May-07 2:41 
AnswerRe: How to call a function from c++ dll in VB Pin
Dave Kreskowiak2-May-07 3:41
mveDave Kreskowiak2-May-07 3:41 
QuestionHow do you rename a file - Without opening and save as Pin
RichardBerry2-May-07 2:41
RichardBerry2-May-07 2:41 
AnswerRe: How do you rename a file - Without opening and save as Pin
kubben2-May-07 3:08
kubben2-May-07 3:08 
GeneralRe: How do you rename a file - Without opening and save as Pin
RichardBerry2-May-07 3:25
RichardBerry2-May-07 3:25 
QuestionUsing API in VBscript Pin
Navneet Hegde2-May-07 2:21
Navneet Hegde2-May-07 2:21 
AnswerRe: Using API in VBscript Pin
Dave Kreskowiak2-May-07 3:38
mveDave Kreskowiak2-May-07 3:38 
No. VBScript, thankfully, has no facility to call the Win32 API directly. You'll have to write a COM wrapper around the functions you want to use, using either VB.NET or VB6, or whatever else you want, exposing methods and properties to manipulate the data you want. You can then instantiate that class using CreateObject in VBScript.




Dave Kreskowiak
Microsoft MVP
Visual Developer - Visual Basic
     2006, 2007


GeneralRe: Using API in VBscript Pin
CPallini2-May-07 4:29
mveCPallini2-May-07 4:29 
GeneralRe: Using API in VBscript Pin
Dave Kreskowiak2-May-07 4:50
mveDave Kreskowiak2-May-07 4:50 
GeneralRe: Using API in VBscript Pin
CPallini2-May-07 5:08
mveCPallini2-May-07 5:08 
GeneralRe: Using API in VBscript Pin
Dave Kreskowiak2-May-07 8:06
mveDave Kreskowiak2-May-07 8:06 
Questionfind infomation and display it in datagrid Pin
detective_girl2-May-07 1:56
detective_girl2-May-07 1:56 
AnswerRe: find infomation and display it in datagrid Pin
Christian Graus2-May-07 2:29
protectorChristian Graus2-May-07 2:29 
QuestionHelp PLz....... Pin
Devkranth Kishore Vanja2-May-07 1:33
Devkranth Kishore Vanja2-May-07 1:33 
AnswerRe: Help PLz....... Pin
Colin Angus Mackay2-May-07 4:21
Colin Angus Mackay2-May-07 4:21 
QuestionADO And ODBC Connection Choice Pin
Vimalsoft(Pty) Ltd2-May-07 0:37
professionalVimalsoft(Pty) Ltd2-May-07 0:37 
AnswerRe: ADO And ODBC Connection Choice Pin
ummoops2-May-07 12:46
ummoops2-May-07 12:46 
GeneralRe: ADO And ODBC Connection Choice Pin
Vimalsoft(Pty) Ltd2-May-07 20:12
professionalVimalsoft(Pty) Ltd2-May-07 20:12 
Questionreading and displaying data from access Pin
peteyshrew2-May-07 0:35
peteyshrew2-May-07 0:35 
AnswerRe: reading and displaying data from access Pin
Christian Graus2-May-07 0:54
protectorChristian Graus2-May-07 0:54 
Questiondynamic size in array? Pin
Diego F.1-May-07 23:33
Diego F.1-May-07 23:33 
AnswerRe: dynamic size in array? Pin
Christian Graus2-May-07 0:52
protectorChristian Graus2-May-07 0:52 
QuestionWebBrowser Pin
Socheat.Net1-May-07 22:17
Socheat.Net1-May-07 22:17 
AnswerRe: WebBrowser Pin
Christian Graus1-May-07 22:28
protectorChristian Graus1-May-07 22:28 

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.