Click here to Skip to main content
15,917,795 members
Home / Discussions / Visual Basic
   

Visual Basic

 
Questionset window to fit size (vb.net) Pin
ezajan26-Apr-06 20:22
ezajan26-Apr-06 20:22 
AnswerRe: set window to fit size (vb.net) Pin
Chatura Dilan27-Apr-06 0:32
Chatura Dilan27-Apr-06 0:32 
QuestionOrder Number for Group in CrystalReport have many Group Pin
lucdt26-Apr-06 20:17
lucdt26-Apr-06 20:17 
QuestionEncoding Message from Thai to Unicode Pin
hariinfosys126-Apr-06 18:58
hariinfosys126-Apr-06 18:58 
QuestionHow to detect the style of user window? Pin
cylix200026-Apr-06 17:34
cylix200026-Apr-06 17:34 
AnswerRe: How to detect the style of user window? Pin
kasik26-Apr-06 23:03
kasik26-Apr-06 23:03 
GeneralRe: How to detect the style of user window? Pin
cylix200027-Apr-06 2:19
cylix200027-Apr-06 2:19 
GeneralRe: How to detect the style of user window? Pin
kasik27-Apr-06 2:31
kasik27-Apr-06 2:31 
To add it to a module you'll have to do two things...

1) Change the line
Private Shared Function IsThemeActive() As Boolean
to
Public Function IsThemeActive() As Boolean
(i.e. remove the word Shared and change the functions visibility to Public)

2) Add
Imports System.Runtime.InteropServices
to the top of your file.

I havent done any VB.Net in a while so I hope that works Smile | :)

Cheers,
Will H
Questioninsert image in vb.net form Pin
ezajan26-Apr-06 15:34
ezajan26-Apr-06 15:34 
AnswerRe: insert image in vb.net form Pin
atregent26-Apr-06 17:43
atregent26-Apr-06 17:43 
QuestionWhere is invisible problem in the code here? Pin
JUNEYT26-Apr-06 12:01
JUNEYT26-Apr-06 12:01 
AnswerRe: Where is invisible problem in the code here? Pin
Garner T27-Apr-06 15:20
Garner T27-Apr-06 15:20 
Generalno xaddr return the value of an email address Pin
JUNEYT28-Apr-06 0:39
JUNEYT28-Apr-06 0:39 
Questionhow to move a picturebox when resizing the form? Pin
ADY00726-Apr-06 10:14
ADY00726-Apr-06 10:14 
AnswerRe: how to move a picturebox when resizing the form? Pin
isroavi26-Apr-06 17:00
isroavi26-Apr-06 17:00 
QuestionHow to install a Third Party in another Computer Pin
ADY00726-Apr-06 10:09
ADY00726-Apr-06 10:09 
QuestionVBS Join Domain via IE window Pin
Bri4hire26-Apr-06 8:00
Bri4hire26-Apr-06 8:00 
QuestionRetrieve text file in VB.Net Pin
kids1726-Apr-06 6:26
kids1726-Apr-06 6:26 
AnswerRe: Retrieve text file in VB.Net Pin
isroavi26-Apr-06 18:23
isroavi26-Apr-06 18:23 
GeneralRe: Retrieve text file in VB.Net Pin
J4amieC26-Apr-06 22:00
J4amieC26-Apr-06 22:00 
QuestionFormat Floppy Pin
johnjsm26-Apr-06 5:45
johnjsm26-Apr-06 5:45 
AnswerRe: Format Floppy Pin
progload26-Apr-06 14:24
progload26-Apr-06 14:24 
QuestionVisual styles problems Pin
hertz_j26-Apr-06 5:13
hertz_j26-Apr-06 5:13 
AnswerRe: Visual styles problems Pin
hertz_j26-Apr-06 5:19
hertz_j26-Apr-06 5:19 
QuestionDateTimePicker in Windows Form Pin
G7236026-Apr-06 3:28
G7236026-Apr-06 3:28 

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.