Click here to Skip to main content
15,915,093 members
Home / Discussions / Visual Basic
   

Visual Basic

 
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 
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 
There are two options in VB:
1. As described by Mubashir.
2. Using a "Handles" clause:
e.g.,
Public Sub btnClose_Click(...<param list="" />...) Handles btnClose.Click

Some people prefer this more traditional VB way. However, of course this method only applies to cases that you know at design time.


David Anton
www.tangiblesoftwaresolutions.com
Instant C#: VB to C# converter
Instant VB: C# to VB converter
Instant C++: C# to C++ converter, VB to C++ converter
Instant Python: C# to Python converter, VB to Python converter

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 
GeneralRe: A looping Question Pin
TwoFaced11-Feb-07 22:29
TwoFaced11-Feb-07 22:29 
GeneralRe: A looping Question Pin
WestSideRailways11-Feb-07 22:35
WestSideRailways11-Feb-07 22:35 

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.