Click here to Skip to main content
15,909,440 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Web Browser control help Needed Pin
Christian Graus11-Feb-07 23:35
protectorChristian Graus11-Feb-07 23:35 
Questionwhich function is used for round the image from the shimgvw.dll Pin
Marius92611-Feb-07 21:54
Marius92611-Feb-07 21:54 
AnswerRe: which function is used for round the image from the shimgvw.dll Pin
Christian Graus11-Feb-07 22:09
protectorChristian Graus11-Feb-07 22:09 
Questionstill having problem in recording voice Pin
siva50311-Feb-07 21:21
siva50311-Feb-07 21:21 
AnswerRe: still having problem in recording voice Pin
Dave Kreskowiak12-Feb-07 4:56
mveDave Kreskowiak12-Feb-07 4:56 
GeneralRe: still having problem in recording voice Pin
siva50314-Feb-07 19:31
siva50314-Feb-07 19:31 
QuestionEvents & Delegates in VB question Pin
bertvan11-Feb-07 21:17
bertvan11-Feb-07 21:17 
AnswerRe: Events & Delegates in VB question Pin
_mubashir11-Feb-07 22:29
_mubashir11-Feb-07 22:29 
you can use AddHandler in VB.NET inorder to bind an event dynamically
Like,
<br />
AddHandler btnClose.Click, AddressOf btnClose_Click<br />

where btnClose is a button and btnClose_Click is the function or the event handler for that button when that button is clicked

Mubashir

Every job is a self portrait of the person who did it.

GeneralRe: Events & Delegates in VB question Pin
bertvan12-Feb-07 1:43
bertvan12-Feb-07 1:43 
GeneralRe: Events & Delegates in VB question Pin
Dave Doknjas12-Feb-07 13:21
Dave Doknjas12-Feb-07 13:21 
Questionclass library Pin
dalbhide bipin11-Feb-07 21:05
dalbhide bipin11-Feb-07 21:05 
AnswerRe: class library Pin
Dave Kreskowiak12-Feb-07 4:53
mveDave Kreskowiak12-Feb-07 4:53 
Questionthe value of comboBox like the dataGrid's key value Pin
costavo11-Feb-07 20:50
costavo11-Feb-07 20:50 
AnswerRe: the value of comboBox like the dataGrid's key value Pin
bertvan11-Feb-07 21:27
bertvan11-Feb-07 21:27 
Generalthe value of comboBox like the dataGrid's key value Pin
costavo11-Feb-07 22:21
costavo11-Feb-07 22:21 
QuestionA looping Question Pin
WestSideRailways11-Feb-07 20:40
WestSideRailways11-Feb-07 20:40 
AnswerRe: A looping Question Pin
Christian Graus11-Feb-07 20:47
protectorChristian Graus11-Feb-07 20:47 
GeneralRe: A looping Question Pin
WestSideRailways11-Feb-07 22:08
WestSideRailways11-Feb-07 22:08 
GeneralRe: A looping Question Pin
Christian Graus11-Feb-07 22:12
protectorChristian Graus11-Feb-07 22:12 
GeneralRe: A looping Question Pin
WestSideRailways11-Feb-07 22:16
WestSideRailways11-Feb-07 22:16 
GeneralRe: A looping Question Pin
Guffa11-Feb-07 23:51
Guffa11-Feb-07 23:51 
GeneralRe: A looping Question Pin
WestSideRailways12-Feb-07 7:43
WestSideRailways12-Feb-07 7:43 
AnswerRe: A looping Question Pin
Guffa13-Feb-07 11:42
Guffa13-Feb-07 11:42 
AnswerRe: A looping Question Pin
TwoFaced11-Feb-07 21:00
TwoFaced11-Feb-07 21:00 
GeneralRe: A looping Question Pin
WestSideRailways11-Feb-07 22:14
WestSideRailways11-Feb-07 22:14 

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.