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

C#

 
GeneralRe: How to give a document to print in a specific printer Pin
NarVish11-Mar-10 0:29
NarVish11-Mar-10 0:29 
GeneralRe: How to give a document to print in a specific printer Pin
Neh.C11-Mar-10 1:21
Neh.C11-Mar-10 1:21 
GeneralRe: How to give a document to print in a specific printer Pin
NarVish11-Mar-10 1:32
NarVish11-Mar-10 1:32 
QuestionCannot drag-drop more than one image into WebBrowser Pin
highton10-Mar-10 19:26
highton10-Mar-10 19:26 
QuestionHow to dispaly a image in crystal report using file path in c#.net 3.5 [modified] Pin
gopal_bnvs10-Mar-10 16:26
gopal_bnvs10-Mar-10 16:26 
AnswerRe: How to dispaly a image in crystal report using file path in c#.net 3.5 Pin
coding freaks10-Mar-10 17:12
coding freaks10-Mar-10 17:12 
GeneralRe: How to dispaly a image in crystal report using file path in c#.net 3.5 Pin
gopal_bnvs10-Mar-10 17:56
gopal_bnvs10-Mar-10 17:56 
GeneralRe: How to dispaly a image in crystal report using file path in c#.net 3.5 Pin
coding freaks10-Mar-10 19:54
coding freaks10-Mar-10 19:54 
this is not the exact answer but anyway u have to work on it....
retieve the location from the db and store it in an invisible textbox
(txtImagePath.text)

imageData = ReadFile(txtImagePath.Text);

then get a picture box drag it to the required place and link this pic location with the picture box...

pictureBox1.ImageLocation = imagedata

_________________________________________________
i'm not sure about the above but there are ways to proceed with it..Cool | :cool:
QuestionCan we create a new browser? Pin
coding freaks10-Mar-10 16:13
coding freaks10-Mar-10 16:13 
AnswerRe: Can we create a new browser? Pin
Luc Pattyn10-Mar-10 16:21
sitebuilderLuc Pattyn10-Mar-10 16:21 
JokeRe: Can we create a new browser? Pin
PIEBALDconsult10-Mar-10 16:45
mvePIEBALDconsult10-Mar-10 16:45 
GeneralRe: Can we create a new browser? Pin
Luc Pattyn10-Mar-10 16:50
sitebuilderLuc Pattyn10-Mar-10 16:50 
GeneralRe: Can we create a new browser? Pin
coding freaks10-Mar-10 16:56
coding freaks10-Mar-10 16:56 
GeneralRe: Can we create a new browser? Pin
Not Active10-Mar-10 17:00
mentorNot Active10-Mar-10 17:00 
GeneralRe: Can we create a new browser? Pin
coding freaks10-Mar-10 17:15
coding freaks10-Mar-10 17:15 
GeneralRe: Can we create a new browser? Pin
Not Active10-Mar-10 17:24
mentorNot Active10-Mar-10 17:24 
GeneralRe: Can we create a new browser? Pin
coding freaks10-Mar-10 17:45
coding freaks10-Mar-10 17:45 
GeneralRe: Can we create a new browser? Pin
Dave Kreskowiak10-Mar-10 17:40
mveDave Kreskowiak10-Mar-10 17:40 
GeneralRe: Can we create a new browser? Pin
coding freaks10-Mar-10 17:44
coding freaks10-Mar-10 17:44 
GeneralRe: Can we create a new browser? Pin
Dave Kreskowiak10-Mar-10 17:55
mveDave Kreskowiak10-Mar-10 17:55 
GeneralRe: Can we create a new browser? Pin
coding freaks10-Mar-10 19:42
coding freaks10-Mar-10 19:42 
GeneralRe: Can we create a new browser? Pin
Luc Pattyn10-Mar-10 17:32
sitebuilderLuc Pattyn10-Mar-10 17:32 
GeneralRe: Can we create a new browser? Pin
coding freaks10-Mar-10 17:44
coding freaks10-Mar-10 17:44 
GeneralRe: Can we create a new browser? Pin
Not Active10-Mar-10 17:53
mentorNot Active10-Mar-10 17:53 
GeneralRe: Can we create a new browser? Pin
coding freaks10-Mar-10 19:44
coding freaks10-Mar-10 19:44 

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.