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

Visual Basic

 
GeneralRe: Problem when Resoluction Change Pin
LCARS x3225-May-09 14:11
LCARS x3225-May-09 14:11 
GeneralRe: Problem when Resoluction Change Pin
Anubhava Dimri25-May-09 18:58
Anubhava Dimri25-May-09 18:58 
QuestionGrid View Pin
yaya_star17-May-09 19:31
yaya_star17-May-09 19:31 
AnswerRe: Grid View Pin
Mycroft Holmes17-May-09 21:47
professionalMycroft Holmes17-May-09 21:47 
Question"Add to Windows Media Player list" from vb.net Pin
Kong Ragge17-May-09 19:00
Kong Ragge17-May-09 19:00 
AnswerRe: "Add to Windows Media Player list" from vb.net Pin
LCARS x3225-May-09 14:22
LCARS x3225-May-09 14:22 
GeneralRe: "Add to Windows Media Player list" from vb.net Pin
Kong Ragge26-May-09 1:23
Kong Ragge26-May-09 1:23 
GeneralEasy question [modified] Pin
Jarno Burger17-May-09 2:25
Jarno Burger17-May-09 2:25 
I am confused ,

I am delevering thousands of video frames from different movies to my main program.
-BaseClass : 'papa' , handles frames
-Has got a declared class : 'baby' , produces frames

First it thought of raising a event in baby when a new frame arrived.
Papa class could have a handler to handle the frames.

But then it thought : events use a messageque somewhere , mayb no good idea.

Secondly , i thought of calling parent.dowork sub in baby class.

But when i wrote a test project, parent.dowork is a = only 1 % faster.
raise event : 10138 papa.dostuff : 10067
raise event : 10123 papa.dostuff : 10171
raise event : 10154 papa.dostuff : 10143
raise event : 10338 papa.dostuff : 10264
raise event : 10204 papa.dostuff : 10799
raise event : 10729 papa.dostuff : 10720
raise event : 10579 papa.dostuff : 10156
raise event : 10181 papa.dostuff : 10285
raise event : 10918 papa.dostuff : 10752
raise event : 10377 papa.dostuff : 10317

?????? HUH ???????

Jarno Burger
Video Jockey

modified on Sunday, May 17, 2009 9:04 AM

QuestionRe: Easy question Pin
Maximilien17-May-09 2:29
Maximilien17-May-09 2:29 
AnswerRe: Easy question Pin
Jarno Burger17-May-09 2:35
Jarno Burger17-May-09 2:35 
GeneralRe: Easy question Pin
Sebastian Schneider17-May-09 3:00
Sebastian Schneider17-May-09 3:00 
GeneralRe: Easy question Pin
Jarno Burger17-May-09 4:38
Jarno Burger17-May-09 4:38 
NewsRe: Easy question Pin
Troy Russell17-May-09 9:31
Troy Russell17-May-09 9:31 
GeneralRe: Easy question Pin
Dave Kreskowiak17-May-09 3:47
mveDave Kreskowiak17-May-09 3:47 
GeneralRe: Easy question Pin
Jarno Burger17-May-09 4:42
Jarno Burger17-May-09 4:42 
QuestionNeed To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Paramu197316-May-09 23:58
Paramu197316-May-09 23:58 
AnswerRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Dave Kreskowiak17-May-09 3:44
mveDave Kreskowiak17-May-09 3:44 
GeneralRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Paramu197317-May-09 4:41
Paramu197317-May-09 4:41 
GeneralRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Dave Kreskowiak17-May-09 6:18
mveDave Kreskowiak17-May-09 6:18 
GeneralRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Dave Kreskowiak17-May-09 17:22
mveDave Kreskowiak17-May-09 17:22 
GeneralRe: Need To Repair - Datagridview Enter key in Editing mode -Cell Focus, Please ...Help me! Pin
Paramu197317-May-09 19:07
Paramu197317-May-09 19:07 
Questionimport excel/csv file to axspreadsheet/DataGridview Pin
coolqer16-May-09 20:20
coolqer16-May-09 20:20 
AnswerRe: import excel/csv file to axspreadsheet/DataGridview Pin
Dave Kreskowiak17-May-09 3:43
mveDave Kreskowiak17-May-09 3:43 
GeneralRe: import excel/csv file to axspreadsheet/DataGridview Pin
coolqer17-May-09 4:12
coolqer17-May-09 4:12 
GeneralRe: import excel/csv file to axspreadsheet/DataGridview Pin
Dave Kreskowiak17-May-09 6:16
mveDave Kreskowiak17-May-09 6:16 

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.