Click here to Skip to main content
16,004,927 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questioncan i apply windows vista skin/theme to my vb form? Pin
jamilkhan00724-Jul-07 23:00
jamilkhan00724-Jul-07 23:00 
AnswerRe: can i apply windows vista skin/theme to my vb form? Pin
Dave Kreskowiak25-Jul-07 3:29
mveDave Kreskowiak25-Jul-07 3:29 
QuestionUrdu fonts do not work in VB.NET 2.0(: Pin
jamilkhan00724-Jul-07 22:31
jamilkhan00724-Jul-07 22:31 
QuestionScreen Capture Pin
Ahmad Zaidi24-Jul-07 22:10
Ahmad Zaidi24-Jul-07 22:10 
AnswerRe: Screen Capture Pin
Christian Graus24-Jul-07 22:11
protectorChristian Graus24-Jul-07 22:11 
AnswerRe: Screen Capture Pin
The ANZAC24-Jul-07 23:25
The ANZAC24-Jul-07 23:25 
AnswerRe: Screen Capture Pin
Dave Kreskowiak25-Jul-07 3:28
mveDave Kreskowiak25-Jul-07 3:28 
AnswerRe: Screen Capture Pin
Luc Pattyn25-Jul-07 6:23
sitebuilderLuc Pattyn25-Jul-07 6:23 
Hi,

there is a different possibility combining the following ideas:

- Control.DrawToBitmap() captures a Control (a Form is a Control) and paints it again
into a bitmap; AFAIK it does not rely on the screen, on covered parts, Z-order and the like.
- if that were to leave out those parts that are covered by some other Window, you could
move the Form to a position "outside your monitor", say at (20000,20000)
Moving the form there will make DrawToBitmap() capture it all
- what remains to be solved now is to move the form back to its original position without
coming topmost; my first attempt would be to just restore its Location, and see what happens.

BTW: whatever the method for capturing the form, since it does not have focus, I expect
it to look a bit different (as compared to when you have the form active and in front of you).

Good luck.
If you try it, let us know the outcome !

Smile | :)


Questioncatch Run-time error 40006 (VB6.0) Pin
keninfo24-Jul-07 21:59
keninfo24-Jul-07 21:59 
AnswerRe: catch Run-time error 40006 (VB6.0) Pin
Dave Kreskowiak25-Jul-07 3:24
mveDave Kreskowiak25-Jul-07 3:24 
GeneralRe: catch Run-time error 40006 (VB6.0) Pin
keninfo25-Jul-07 5:39
keninfo25-Jul-07 5:39 
GeneralRe: catch Run-time error 40006 (VB6.0) Pin
Dave Kreskowiak25-Jul-07 6:21
mveDave Kreskowiak25-Jul-07 6:21 
Questionhow to change input laguage programatically? Pin
jamilkhan00724-Jul-07 21:56
jamilkhan00724-Jul-07 21:56 
AnswerRe: how to change input laguage programatically? Pin
Dave Kreskowiak25-Jul-07 3:27
mveDave Kreskowiak25-Jul-07 3:27 
GeneralRe: how to change input laguage programatically? Pin
Tom Deketelaere25-Jul-07 3:47
professionalTom Deketelaere25-Jul-07 3:47 
GeneralRe: how to change input laguage programatically? Pin
Dave Kreskowiak25-Jul-07 6:25
mveDave Kreskowiak25-Jul-07 6:25 
GeneralRe: how to change input laguage programatically? Pin
Tom Deketelaere25-Jul-07 20:47
professionalTom Deketelaere25-Jul-07 20:47 
GeneralRe: how to change input laguage programatically? Pin
jamilkhan00726-Jul-07 1:04
jamilkhan00726-Jul-07 1:04 
QuestionHow to use a SQL join in an Adapter in VB.net Pin
Vimalsoft(Pty) Ltd24-Jul-07 21:44
professionalVimalsoft(Pty) Ltd24-Jul-07 21:44 
AnswerRe: How to use a SQL join in an Adapter in VB.net Pin
Christian Graus24-Jul-07 21:46
protectorChristian Graus24-Jul-07 21:46 
AnswerRe: How to use a SQL join in an Adapter in VB.net Pin
Dave Kreskowiak25-Jul-07 3:19
mveDave Kreskowiak25-Jul-07 3:19 
GeneralRe: How to use a SQL join in an Adapter in VB.net Pin
Vimalsoft(Pty) Ltd25-Jul-07 3:28
professionalVimalsoft(Pty) Ltd25-Jul-07 3:28 
GeneralRe: How to use a SQL join in an Adapter in VB.net Pin
Dave Kreskowiak25-Jul-07 6:22
mveDave Kreskowiak25-Jul-07 6:22 
GeneralRe: How to use a SQL join in an Adapter in VB.net Pin
Vimalsoft(Pty) Ltd27-Jul-07 1:45
professionalVimalsoft(Pty) Ltd27-Jul-07 1:45 
GeneralRe: How to use a SQL join in an Adapter in VB.net Pin
Dave Kreskowiak28-Jul-07 1:55
mveDave Kreskowiak28-Jul-07 1:55 

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.