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

C#

 
QuestionGDI+ Printing using C# - Please help Pin
krishna44569-Aug-07 7:22
professionalkrishna44569-Aug-07 7:22 
AnswerRe: GDI+ Printing using C# - Please help Pin
Judah Gabriel Himango9-Aug-07 9:52
sponsorJudah Gabriel Himango9-Aug-07 9:52 
GeneralRe: GDI+ Printing using C# - Please help Pin
krishna44569-Aug-07 11:01
professionalkrishna44569-Aug-07 11:01 
QuestionCrystalReportViewer and export document Pin
Saamir9-Aug-07 5:43
Saamir9-Aug-07 5:43 
AnswerRe: CrystalReportViewer and export document Pin
Tom1019-Aug-07 6:09
Tom1019-Aug-07 6:09 
GeneralRe: CrystalReportViewer and export document Pin
Saamir9-Aug-07 6:44
Saamir9-Aug-07 6:44 
QuestionArray of Images as a property doesn't work Pin
rflloyd9-Aug-07 5:38
rflloyd9-Aug-07 5:38 
AnswerRe: Array of Images as a property doesn't work Pin
Judah Gabriel Himango9-Aug-07 5:51
sponsorJudah Gabriel Himango9-Aug-07 5:51 
I'm not certain what to do here, but I have a few tips that might point you in the right direction.

I bet that the key is some attributes on your property that tell Visual Studio what to do with it. I recommend looking at the source code for existing controls that hold arrays or lists. For example, look at the attributes on System.Windows.Forms.ImageList and see how it's being done.

Alternately, to diagnose errors like these, you can attach a VS debugger to Visual Studio, then get the first Visual Studio to throw an error. The debugger should step into your code and show you what piece of your code is throwing an error up to the designer. Read more about this here[^].


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Just F-ing Do It Smile | :)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


QuestionChang Listview Color? Pin
abcomp019-Aug-07 5:11
abcomp019-Aug-07 5:11 
AnswerRe: Chang Listview Color? Pin
Judah Gabriel Himango9-Aug-07 5:44
sponsorJudah Gabriel Himango9-Aug-07 5:44 
AnswerRe: Chang Listview Color? Pin
abcomp019-Aug-07 5:58
abcomp019-Aug-07 5:58 
GeneralRe: Chang Listview Color? Pin
Judah Gabriel Himango9-Aug-07 9:41
sponsorJudah Gabriel Himango9-Aug-07 9:41 
QuestionProblem with Visual Studio 2005 Pin
sharpiesharpie9-Aug-07 5:11
sharpiesharpie9-Aug-07 5:11 
AnswerRe: Problem with Visual Studio 2005 Pin
Judah Gabriel Himango9-Aug-07 5:37
sponsorJudah Gabriel Himango9-Aug-07 5:37 
GeneralRe: Problem with Visual Studio 2005 Pin
sharpiesharpie9-Aug-07 6:53
sharpiesharpie9-Aug-07 6:53 
GeneralRe: Problem with Visual Studio 2005 Pin
Judah Gabriel Himango9-Aug-07 7:21
sponsorJudah Gabriel Himango9-Aug-07 7:21 
GeneralRe: Problem with Visual Studio 2005 Pin
sharpiesharpie9-Aug-07 9:16
sharpiesharpie9-Aug-07 9:16 
GeneralRe: Problem with Visual Studio 2005 Pin
Luc Pattyn9-Aug-07 9:30
sitebuilderLuc Pattyn9-Aug-07 9:30 
GeneralRe: Problem with Visual Studio 2005 Pin
sharpiesharpie9-Aug-07 9:39
sharpiesharpie9-Aug-07 9:39 
Questionhelp converting an image to a string. Pin
snorkie9-Aug-07 4:59
professionalsnorkie9-Aug-07 4:59 
AnswerRe: help converting an image to a string. Pin
Luc Pattyn9-Aug-07 5:20
sitebuilderLuc Pattyn9-Aug-07 5:20 
GeneralRe: help converting an image to a string. Pin
snorkie9-Aug-07 5:33
professionalsnorkie9-Aug-07 5:33 
GeneralRe: help converting an image to a string. Pin
Luc Pattyn9-Aug-07 5:47
sitebuilderLuc Pattyn9-Aug-07 5:47 
QuestionInactivity Timer Pin
Stathread9-Aug-07 4:17
Stathread9-Aug-07 4:17 
AnswerRe: Inactivity Timer Pin
originSH9-Aug-07 4:26
originSH9-Aug-07 4:26 

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.