Click here to Skip to main content
15,925,400 members
Home / Discussions / C#
   

C#

 
GeneralRe: problem with visual styles Pin
MoustafaS14-Nov-04 12:43
MoustafaS14-Nov-04 12:43 
GeneralRe: problem with visual styles Pin
leppie14-Nov-04 20:53
leppie14-Nov-04 20:53 
GeneralRe: problem with visual styles Pin
Jay Shankar14-Nov-04 20:55
Jay Shankar14-Nov-04 20:55 
Generalhelp with printing Pin
tom_dx14-Nov-04 10:20
tom_dx14-Nov-04 10:20 
GeneralRe: help with printing Pin
MoustafaS14-Nov-04 10:42
MoustafaS14-Nov-04 10:42 
GeneralRe: help with printing Pin
tom_dx14-Nov-04 14:04
tom_dx14-Nov-04 14:04 
QuestionShow image in the database ??? Pin
npqk14-Nov-04 7:09
npqk14-Nov-04 7:09 
AnswerRe: Show image in the database ??? Pin
..Hubert..14-Nov-04 22:30
..Hubert..14-Nov-04 22:30 
You will need datasource and some control able to display data from your datasource.
You can build your datasource using regular SqlDataAdapter (just drop your table on the form) and then generate dataset. Add OnLoad or button event and fill your dataset.
Displaying data is a little bit more complicated since there is no standard control able to do that. There are several solutions:
1. Easiest one - download VB resource kit from Microsoft site. You can find a ComponentOne Studio.NET controls (quite old but full version and free) there. There is some clever control named C1PictureBox which you can bind directly to field containing your image data
2. You can write your own control. You can do that overloading PictureBox control and using byte array, image class and binding events (optional). I think, someone wrote great article about it - it was example of using Northwind pictures in windows forms - try to search for it.

GeneralMethod name at run time Pin
rudy.net14-Nov-04 6:18
rudy.net14-Nov-04 6:18 
GeneralRe: Method name at run time Pin
Anonymous14-Nov-04 6:29
Anonymous14-Nov-04 6:29 
GeneralRe: Method name at run time Pin
Charlie Williams14-Nov-04 7:44
Charlie Williams14-Nov-04 7:44 
GeneralScrollbar problem Pin
andreas_farnstrand14-Nov-04 5:28
andreas_farnstrand14-Nov-04 5:28 
GeneralRe: Scrollbar problem Pin
Dennis C. Dietrich14-Nov-04 5:59
Dennis C. Dietrich14-Nov-04 5:59 
GeneralRe: Scrollbar problem Pin
andreas_farnstrand14-Nov-04 6:59
andreas_farnstrand14-Nov-04 6:59 
GeneralRe: Scrollbar problem Pin
Dennis C. Dietrich14-Nov-04 7:16
Dennis C. Dietrich14-Nov-04 7:16 
GeneralRe: Scrollbar problem Pin
andreas_farnstrand14-Nov-04 8:32
andreas_farnstrand14-Nov-04 8:32 
GeneralRe: Scrollbar problem Pin
Dennis C. Dietrich14-Nov-04 8:44
Dennis C. Dietrich14-Nov-04 8:44 
GeneralRe: Scrollbar problem Pin
Dennis C. Dietrich14-Nov-04 6:32
Dennis C. Dietrich14-Nov-04 6:32 
GeneralThe final word Pin
leppie14-Nov-04 10:28
leppie14-Nov-04 10:28 
GeneralRe: The final word Pin
Dennis C. Dietrich14-Nov-04 13:03
Dennis C. Dietrich14-Nov-04 13:03 
GeneralRe: The final word Pin
leppie14-Nov-04 20:52
leppie14-Nov-04 20:52 
GeneralRe: The final word Pin
Dennis C. Dietrich15-Nov-04 2:05
Dennis C. Dietrich15-Nov-04 2:05 
GeneralRe: The final word Pin
leppie15-Nov-04 2:44
leppie15-Nov-04 2:44 
GeneralRe: The final word Pin
Dennis C. Dietrich15-Nov-04 9:36
Dennis C. Dietrich15-Nov-04 9:36 
GeneralRe: The final word Pin
leppie15-Nov-04 2:48
leppie15-Nov-04 2:48 

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.