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

Visual Basic

 
AnswerRe: code for vb6 and vb.net Pin
Kevin McFarlane1-May-06 2:55
Kevin McFarlane1-May-06 2:55 
Questioninherit some properties of one control to another Pin
irfanahsan30-Apr-06 19:55
irfanahsan30-Apr-06 19:55 
AnswerRe: inherit some properties of one control to another Pin
Robert Rohde30-Apr-06 22:10
Robert Rohde30-Apr-06 22:10 
GeneralRe: inherit some properties of one control to another Pin
irfanahsan1-May-06 0:31
irfanahsan1-May-06 0:31 
GeneralRe: inherit some properties of one control to another Pin
Robert Rohde2-May-06 1:13
Robert Rohde2-May-06 1:13 
GeneralRe: inherit some properties of one control to another Pin
irfanahsan2-May-06 1:24
irfanahsan2-May-06 1:24 
QuestionUsing skins in vb.net Pin
MohammadAmiry30-Apr-06 19:17
MohammadAmiry30-Apr-06 19:17 
AnswerRe: Using skins in vb.net Pin
Rizwan Bashir1-May-06 0:30
Rizwan Bashir1-May-06 0:30 
What I am doing in my application is the following
I build one seprate class project so that I can use this on different projects. in this project i build one function say SetSkin this is as folows

private sub setSkill(byref frm as object, optional SkinType as integer=0)
Dim obj as object
if skinType=0 then
for each obj in frm.controls
if typeof obj is button then
' set some properties here for button
elseif typeof obj is textbox then
' set some properties here for textbox
elseif ......
' ohers
end if
next
end if
end sub

this way you can change the skin type and make different skins from parameter and also change the shape etc and call this function in load of your form and send the form like
setSkin(me,1)

regards

Rizwan Bashir
QuestionUpdating dataset Pin
Radiska30-Apr-06 17:43
Radiska30-Apr-06 17:43 
AnswerRe: Updating dataset Pin
barnamehnevis_vbnet30-Apr-06 23:46
barnamehnevis_vbnet30-Apr-06 23:46 
GeneralRe: Updating dataset Pin
Radiska1-May-06 11:47
Radiska1-May-06 11:47 
GeneralRe: Updating dataset Pin
Chatura Dilan1-May-06 17:08
Chatura Dilan1-May-06 17:08 
QuestionOLEDbCommand Locks entire Access Db Pin
jcrussell30-Apr-06 17:09
jcrussell30-Apr-06 17:09 
QuestionLogoff/logon in windows, app still running, change user Pin
B*C30-Apr-06 14:36
B*C30-Apr-06 14:36 
AnswerRe: Logoff/logon in windows, app still running, change user Pin
B*C1-May-06 4:25
B*C1-May-06 4:25 
QuestionHelp displaying a structure in a sortedlist Pin
crash89330-Apr-06 11:18
crash89330-Apr-06 11:18 
AnswerRe: Help displaying a structure in a sortedlist Pin
Robert Rohde30-Apr-06 22:22
Robert Rohde30-Apr-06 22:22 
GeneralRe: Help displaying a structure in a sortedlist Pin
crash8931-May-06 7:31
crash8931-May-06 7:31 
GeneralRe: Help displaying a structure in a sortedlist Pin
crash8931-May-06 7:37
crash8931-May-06 7:37 
GeneralRe: Help displaying a structure in a sortedlist Pin
Robert Rohde1-May-06 20:12
Robert Rohde1-May-06 20:12 
QuestionMS office connections Pin
DoubleD82230-Apr-06 10:59
DoubleD82230-Apr-06 10:59 
QuestionHi , please help me Pin
Mohammed Amine30-Apr-06 6:27
Mohammed Amine30-Apr-06 6:27 
GeneralRe: Hi , please help me Pin
Guffa30-Apr-06 7:13
Guffa30-Apr-06 7:13 
AnswerRe: Hi , please help me Pin
Colin Angus Mackay30-Apr-06 21:07
Colin Angus Mackay30-Apr-06 21:07 
Questionwhat is behind this label ?? ;p Pin
Mohammed Amine30-Apr-06 5:56
Mohammed Amine30-Apr-06 5:56 

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.