Click here to Skip to main content
15,919,028 members
Home / Discussions / Visual Basic
   

Visual Basic

 
QuestionEmbedding Images in SQL Database Pin
king gamo26-Apr-06 20:37
king gamo26-Apr-06 20:37 
AnswerRe: Embedding Images in SQL Database Pin
isroavi27-Apr-06 15:54
isroavi27-Apr-06 15:54 
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 
You can P/Invoke UxTheme.dll which controls the window styles in XP like this...
<DllImport("UxTheme.dll", _
CallingConvention:=CallingConvention.Winapi, _
CharSet:=CharSet.Auto)> _
Private Shared Function IsThemeActive() As Boolean
End Function
If this function returns true, the user is running a theme, if it returns false then the user is running 'Windows Classic Style' - no themes.

Hope this helps Smile | :)

Cheers,
Will H
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 
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 

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.