Click here to Skip to main content
15,908,175 members
Home / Discussions / Visual Basic
   

Visual Basic

 
AnswerRe: Round Function Pin
Guffa1-Feb-06 0:40
Guffa1-Feb-06 0:40 
GeneralRe: Round Function Pin
PremalathaP1-Feb-06 0:44
PremalathaP1-Feb-06 0:44 
AnswerRe: Round Function Pin
Mekong River2-Feb-06 12:41
Mekong River2-Feb-06 12:41 
QuestionAviCap Pin
jasonpb31-Jan-06 18:10
jasonpb31-Jan-06 18:10 
AnswerRe: AviCap Pin
Mekong River31-Jan-06 20:48
Mekong River31-Jan-06 20:48 
QuestionRe: AviCap Pin
jasonpb31-Jan-06 21:02
jasonpb31-Jan-06 21:02 
AnswerRe: AviCap Pin
Mekong River3-Feb-06 5:29
Mekong River3-Feb-06 5:29 
GeneralRe: AviCap Pin
jasonpb3-Feb-06 8:26
jasonpb3-Feb-06 8:26 
Thanks for the link, but I had already found that and it like many others use the clipboard for capturing still shots. For example, that articles code for the function to capture an image uses...

'---copy the image to the clipboard---
SendMessage(hWnd, WM_CAP_EDIT_COPY, 0, 0)

'---retrieve the image from clipboard and convert it
' to the bitmap format
data = Clipboard.GetDataObject()

I have found an alternative to that scheme but now I am having problems forcing that window to paint it self or atleast think it is painted when it is hidded, as sometimes i get a black capture image.

-Jason
QuestionREGARDING TABLE CONTROL Pin
nagalakshmibasireddy31-Jan-06 18:05
nagalakshmibasireddy31-Jan-06 18:05 
AnswerRe: REGARDING TABLE CONTROL Pin
Colin Angus Mackay31-Jan-06 22:16
Colin Angus Mackay31-Jan-06 22:16 
QuestionRunning VB.NET without .NET?? Pin
Sathiyaraj Ganesan31-Jan-06 17:21
Sathiyaraj Ganesan31-Jan-06 17:21 
AnswerRe: Running VB.NET without .NET?? Pin
Steve Pullan31-Jan-06 17:33
Steve Pullan31-Jan-06 17:33 
AnswerRe: Running VB.NET without .NET?? Pin
Mekong River31-Jan-06 18:07
Mekong River31-Jan-06 18:07 
GeneralRe: Running VB.NET without .NET?? Pin
mayhem_rules31-Jan-06 19:40
mayhem_rules31-Jan-06 19:40 
GeneralRe: Running VB.NET without .NET?? Pin
Mekong River31-Jan-06 20:30
Mekong River31-Jan-06 20:30 
Questionvb.net project organization Pin
bemiller1@yahoo.com31-Jan-06 16:33
bemiller1@yahoo.com31-Jan-06 16:33 
AnswerRe: vb.net project organization Pin
Owner drawn31-Jan-06 17:53
Owner drawn31-Jan-06 17:53 
GeneralRe: vb.net project organization Pin
bemiller1@yahoo.com1-Feb-06 5:29
bemiller1@yahoo.com1-Feb-06 5:29 
AnswerRe: vb.net project organization Pin
Dave Kreskowiak1-Feb-06 5:13
mveDave Kreskowiak1-Feb-06 5:13 
GeneralRe: vb.net project organization Pin
bemiller1@yahoo.com1-Feb-06 5:32
bemiller1@yahoo.com1-Feb-06 5:32 
GeneralRe: vb.net project organization Pin
Dave Kreskowiak1-Feb-06 5:58
mveDave Kreskowiak1-Feb-06 5:58 
QuestionFlexgrid Pin
welbert31-Jan-06 13:57
welbert31-Jan-06 13:57 
AnswerRe: Flexgrid Pin
PremalathaP31-Jan-06 21:51
PremalathaP31-Jan-06 21:51 
QuestionMissing Manifest Resourse Exception!! Pin
Devraj Raut31-Jan-06 8:47
Devraj Raut31-Jan-06 8:47 
AnswerRe: Missing Manifest Resourse Exception!! Pin
Dave Kreskowiak31-Jan-06 9:42
mveDave Kreskowiak31-Jan-06 9:42 

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.