Click here to Skip to main content
16,006,531 members
Home / Discussions / C#
   

C#

 
GeneralRe: using Graphics on an indexed image Pin
Alex Korchemniy5-Oct-04 18:13
Alex Korchemniy5-Oct-04 18:13 
GeneralSending ANSI to Printer Driver Pin
myNameIsRon4-Oct-04 21:02
myNameIsRon4-Oct-04 21:02 
GeneralRe: Sending ANSI to Printer Driver Pin
Dave Kreskowiak4-Oct-04 23:44
mveDave Kreskowiak4-Oct-04 23:44 
GeneralRe: Sending ANSI to Printer Driver Pin
myNameIsRon5-Oct-04 5:43
myNameIsRon5-Oct-04 5:43 
GeneralRe: Sending ANSI to Printer Driver Pin
Dave Kreskowiak5-Oct-04 6:23
mveDave Kreskowiak5-Oct-04 6:23 
Generalcontrol instances at designtime Pin
mpff4-Oct-04 20:53
mpff4-Oct-04 20:53 
GeneralRe: control instances at designtime Pin
Dave Kreskowiak4-Oct-04 23:29
mveDave Kreskowiak4-Oct-04 23:29 
GeneralRe: control instances at designtime Pin
mpff4-Oct-04 23:55
mpff4-Oct-04 23:55 
thank you for reply and sorry my bad english,

i have about 60 controls in a form (its a touchscreen application) and i want to load values for different styles (backgroundcolor,...) from a mysql database.

my problem is to assign this database values to the controls. I think the easiest way ist to create a database with a id-number, and each id number (= control index) has a value for backcolor, textsize,.... and this values are loaded at startup in my control-array.

But the position and size of the controls should be set in design-time, because its much easier to create a good layout.

Or is it possible to access the control attributes and methods through a string variable, so i could use a database like this:
Name;color;textsize
button1;red;10
button2;blue;12
button2;green;10
......

Thanks
Mike
GeneralRe: control instances at designtime Pin
Dave Kreskowiak5-Oct-04 0:13
mveDave Kreskowiak5-Oct-04 0:13 
GeneralRe: control instances at designtime Pin
mpff5-Oct-04 0:58
mpff5-Oct-04 0:58 
GeneralComboBox Pin
4-Oct-04 18:36
suss4-Oct-04 18:36 
GeneralRe: ComboBox Pin
Member 12723814-Oct-04 19:28
Member 12723814-Oct-04 19:28 
GeneralRe: ComboBox Pin
Stefan Troschuetz4-Oct-04 21:11
Stefan Troschuetz4-Oct-04 21:11 
GeneralRe: ComboBox Pin
HahnTech5-Oct-04 7:20
HahnTech5-Oct-04 7:20 
QuestionHow can I export a class of C++ to C#? Pin
ting6684-Oct-04 16:27
ting6684-Oct-04 16:27 
AnswerRe: How can I export a class of C++ to C#? Pin
Paul Lyons4-Oct-04 16:45
Paul Lyons4-Oct-04 16:45 
GeneralRe: How can I export a class of C++ to C#? Pin
Heath Stewart4-Oct-04 16:49
protectorHeath Stewart4-Oct-04 16:49 
AnswerRe: How can I export a class of C++ to C#? Pin
Heath Stewart4-Oct-04 16:50
protectorHeath Stewart4-Oct-04 16:50 
GeneralAssembly paths and assembly versions Pin
Marc Clifton4-Oct-04 15:56
mvaMarc Clifton4-Oct-04 15:56 
GeneralRe: Assembly paths and assembly versions Pin
Heath Stewart4-Oct-04 16:38
protectorHeath Stewart4-Oct-04 16:38 
GeneralRe: Assembly paths and assembly versions Pin
Marc Clifton6-Oct-04 4:20
mvaMarc Clifton6-Oct-04 4:20 
GeneralRe: Assembly paths and assembly versions Pin
Heath Stewart6-Oct-04 5:02
protectorHeath Stewart6-Oct-04 5:02 
GeneralRe: Assembly paths and assembly versions Pin
Marc Clifton6-Oct-04 5:13
mvaMarc Clifton6-Oct-04 5:13 
GeneralDll calling other dll Pin
RonBou4-Oct-04 15:56
RonBou4-Oct-04 15:56 
GeneralRe: Dll calling other dll Pin
Heath Stewart4-Oct-04 16:43
protectorHeath Stewart4-Oct-04 16:43 

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.