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

C#

 
AnswerRe: Window resizing Pin
Robert Rohde26-Feb-06 6:35
Robert Rohde26-Feb-06 6:35 
GeneralRe: Window resizing Pin
XeoN-Kc28-Feb-06 1:37
XeoN-Kc28-Feb-06 1:37 
Questionclass Image Pin
videhr24-Feb-06 23:52
videhr24-Feb-06 23:52 
AnswerRe: class Image Pin
James Gupta25-Feb-06 0:12
professionalJames Gupta25-Feb-06 0:12 
GeneralRe: class Image Pin
videhr25-Feb-06 4:58
videhr25-Feb-06 4:58 
GeneralRe: class Image Pin
User 665825-Feb-06 5:13
User 665825-Feb-06 5:13 
GeneralRe: class Image Pin
videhr25-Feb-06 5:30
videhr25-Feb-06 5:30 
GeneralRe: class Image Pin
User 665825-Feb-06 5:33
User 665825-Feb-06 5:33 
I acutually thought about something like this:

class JpgImage
{
    private Bitmap jpg;

    public JpgImage(string file)
    {
        jpg = new Bitmap(file);
    }
}


modified 12-Sep-18 21:01pm.

GeneralRe: class Image Pin
videhr25-Feb-06 5:57
videhr25-Feb-06 5:57 
GeneralRe: class Image Pin
User 665825-Feb-06 6:17
User 665825-Feb-06 6:17 
GeneralRe: class Image Pin
James Gupta25-Feb-06 7:34
professionalJames Gupta25-Feb-06 7:34 
Questionset the property of the file created to be hidden Pin
batmanAgen24-Feb-06 23:39
batmanAgen24-Feb-06 23:39 
AnswerRe: set the property of the file created to be hidden Pin
Wayne Phipps24-Feb-06 23:53
Wayne Phipps24-Feb-06 23:53 
GeneralRe: set the property of the file created to be hidden Pin
batmanAgen25-Feb-06 1:28
batmanAgen25-Feb-06 1:28 
GeneralRe: set the property of the file created to be hidden Pin
Wayne Phipps25-Feb-06 2:28
Wayne Phipps25-Feb-06 2:28 
GeneralRe: set the property of the file created to be hidden Pin
batmanAgen25-Feb-06 4:15
batmanAgen25-Feb-06 4:15 
QuestionExport C function? Pin
Dominik Reichl24-Feb-06 22:45
Dominik Reichl24-Feb-06 22:45 
AnswerRe: Export C function? Pin
CWIZO25-Feb-06 3:11
CWIZO25-Feb-06 3:11 
GeneralRe: Export C function? Pin
Dominik Reichl25-Feb-06 3:33
Dominik Reichl25-Feb-06 3:33 
GeneralRe: Export C function? Pin
User 665825-Feb-06 3:40
User 665825-Feb-06 3:40 
AnswerRe: Export C function? Pin
Eric Dahlvang25-Feb-06 4:55
Eric Dahlvang25-Feb-06 4:55 
QuestionLogin Process - Is there a better way? Pin
Wayne Phipps24-Feb-06 22:15
Wayne Phipps24-Feb-06 22:15 
QuestionVisual Studio 2005 - Slow as a dog Pin
AJ12324-Feb-06 22:06
AJ12324-Feb-06 22:06 
AnswerRe: Visual Studio 2005 - Slow as a dog Pin
Kevin McFarlane25-Feb-06 2:28
Kevin McFarlane25-Feb-06 2:28 
AnswerRe: Visual Studio 2005 - Slow as a dog Pin
redfish3425-Feb-06 3:37
redfish3425-Feb-06 3:37 

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.