Click here to Skip to main content
15,889,116 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Stopping a running process (vb2005) while updating a progress bar Pin
GuyThiebaut15-Aug-07 4:00
professionalGuyThiebaut15-Aug-07 4:00 
GeneralRe: Stopping a running process (vb2005) while updating a progress bar Pin
Vivek Narayanan15-Aug-07 5:05
Vivek Narayanan15-Aug-07 5:05 
QuestionLoop For Datatable Pin
ejaz_pk14-Aug-07 22:24
ejaz_pk14-Aug-07 22:24 
AnswerRe: Loop For Datatable Pin
_mubashir14-Aug-07 22:31
_mubashir14-Aug-07 22:31 
QuestionRe: Loop For Datatable [modified] Pin
ejaz_pk14-Aug-07 22:38
ejaz_pk14-Aug-07 22:38 
AnswerRe: Loop For Datatable Pin
Christian Graus15-Aug-07 0:25
protectorChristian Graus15-Aug-07 0:25 
GeneralRe: Loop For Datatable Pin
ejaz_pk15-Aug-07 2:14
ejaz_pk15-Aug-07 2:14 
Questionhow to call a class Pin
eyes200714-Aug-07 21:19
eyes200714-Aug-07 21:19 
hi all

i m having a class like

public class c1

end class

now what i m trying to do is

public class c1

'some code

public class c2
'some code
end class

end class

how can i use the class c2, at this movement the class c2 is not executing,

how can i execute it. i also tryed

i m having a class like

public class c1

end class

now what i m trying to do is

public class c1

public sub new()
private _c2 as new c1
end sub
'some code

public class c2
'some code
end class

end class

but this one generates an unexpected error that crashes the vb.net

can some one tell what is worng with it and how can i use this sub class.

the main class is a control, and the sub class is another control that i m trying to place on the main class's control( also contain some events that force the control to move on the main control )

thnx

help everyone

AnswerRe: how to call a class Pin
Taylor Kobani14-Aug-07 23:14
Taylor Kobani14-Aug-07 23:14 
GeneralRe: how to call a class Pin
eyes200714-Aug-07 23:29
eyes200714-Aug-07 23:29 
AnswerRe: how to call a class Pin
Christian Graus15-Aug-07 0:29
protectorChristian Graus15-Aug-07 0:29 
QuestionWhy my .exe program (with winsock) can't run in other computer? Pin
cedonulfi14-Aug-07 19:51
cedonulfi14-Aug-07 19:51 
AnswerRe: Why my .exe program (with winsock) can't run in other computer? Pin
Christian Graus14-Aug-07 20:05
protectorChristian Graus14-Aug-07 20:05 
Questioncombobox in vb.net Pin
enmahdi14-Aug-07 19:41
enmahdi14-Aug-07 19:41 
AnswerRe: combobox in vb.net Pin
Christian Graus14-Aug-07 19:42
protectorChristian Graus14-Aug-07 19:42 
GeneralRe: combobox in vb.net Pin
Salman Sheikh15-Aug-07 0:20
Salman Sheikh15-Aug-07 0:20 
QuestionGet files and folders that Windows is accessing in VB6 [modified] Pin
Yun Bunchhay14-Aug-07 15:35
Yun Bunchhay14-Aug-07 15:35 
AnswerRe: Get files and folders that Windows is accessing in VB6 Pin
Christian Graus14-Aug-07 15:41
protectorChristian Graus14-Aug-07 15:41 
GeneralRe: Get files and folders that Windows is accessing in VB6 Pin
Yun Bunchhay14-Aug-07 16:48
Yun Bunchhay14-Aug-07 16:48 
GeneralRe: Get files and folders that Windows is accessing in VB6 Pin
Dave Kreskowiak15-Aug-07 3:54
mveDave Kreskowiak15-Aug-07 3:54 
QuestionAdding Reference Pin
HelpMePlease!14-Aug-07 11:24
HelpMePlease!14-Aug-07 11:24 
AnswerRe: Adding Reference Pin
Dave Kreskowiak14-Aug-07 12:29
mveDave Kreskowiak14-Aug-07 12:29 
QuestionWhy are my method Returns being truncated? [modified] Pin
TomGarth14-Aug-07 10:59
TomGarth14-Aug-07 10:59 
AnswerRe: Why are my method Returns being truncated? Pin
Dave Kreskowiak15-Aug-07 3:51
mveDave Kreskowiak15-Aug-07 3:51 
GeneralRe: Why are my method Returns being truncated? Pin
TomGarth15-Aug-07 4:03
TomGarth15-Aug-07 4:03 

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.