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

C#

 
GeneralRe: the left/right key will affect the ComboBox field, cause ComboBox value changed , how could I solve this Pin
cchmark8-Feb-07 18:14
cchmark8-Feb-07 18:14 
QuestionMulticast Delegate Pin
TheCatsPajamas8-Feb-07 15:48
TheCatsPajamas8-Feb-07 15:48 
AnswerRe: Multicast Delegate Pin
Luc Pattyn8-Feb-07 15:54
sitebuilderLuc Pattyn8-Feb-07 15:54 
GeneralRe: Multicast Delegate Pin
TheCatsPajamas8-Feb-07 17:59
TheCatsPajamas8-Feb-07 17:59 
GeneralRe: Multicast Delegate Pin
TheCatsPajamas8-Feb-07 18:05
TheCatsPajamas8-Feb-07 18:05 
GeneralRe: Multicast Delegate Pin
Luc Pattyn8-Feb-07 23:38
sitebuilderLuc Pattyn8-Feb-07 23:38 
QuestionTif Image Create Pin
smarttom998-Feb-07 15:19
smarttom998-Feb-07 15:19 
AnswerRe: Tif Image Create Pin
Luc Pattyn8-Feb-07 15:46
sitebuilderLuc Pattyn8-Feb-07 15:46 
I am not familiar with MODI.

From the MODI documentation on Document.Create[^]
I understand it intends to create a document (not a TIFF file) and
it reads an existing TIFF file to use it inside the new document.

I'm not sure I understand how that fits your plans...

Anyway, the following C# code snippet would create a TIFF file with a dummy image:

int width=1;
int height=1;
Bitmap bm=new Bitmap(width, height);
bm.Save(fileSpec, ImageFormat.Tiff);


Does this help ?

Smile | :)

Luc Pattyn

QuestionHow to work with TAPI to get caller id Pin
samar naguib8-Feb-07 13:41
samar naguib8-Feb-07 13:41 
QuestionTimer CallBack function Pin
aruna_koride8-Feb-07 13:14
aruna_koride8-Feb-07 13:14 
AnswerRe: Timer CallBack function Pin
Christian Graus8-Feb-07 14:12
protectorChristian Graus8-Feb-07 14:12 
AnswerRe: Timer CallBack function Pin
Guffa8-Feb-07 14:48
Guffa8-Feb-07 14:48 
GeneralRe: Timer CallBack function Pin
aruna_koride8-Feb-07 15:05
aruna_koride8-Feb-07 15:05 
GeneralRe: Timer CallBack function Pin
aruna_koride10-Feb-07 1:33
aruna_koride10-Feb-07 1:33 
AnswerRe: Timer CallBack function Pin
Guffa10-Feb-07 3:53
Guffa10-Feb-07 3:53 
GeneralRe: Timer CallBack function Pin
aruna_koride10-Feb-07 5:54
aruna_koride10-Feb-07 5:54 
AnswerRe: Timer CallBack function Pin
Guffa10-Feb-07 6:18
Guffa10-Feb-07 6:18 
GeneralRe: Timer CallBack function Pin
aruna_koride10-Feb-07 7:00
aruna_koride10-Feb-07 7:00 
GeneralRe: Timer CallBack function Pin
aruna_koride10-Feb-07 7:11
aruna_koride10-Feb-07 7:11 
AnswerRe: Timer CallBack function Pin
Guffa10-Feb-07 8:48
Guffa10-Feb-07 8:48 
GeneralRe: Timer CallBack function Pin
aruna_koride10-Feb-07 13:23
aruna_koride10-Feb-07 13:23 
GeneralRe: Timer CallBack function Pin
Guffa10-Feb-07 17:26
Guffa10-Feb-07 17:26 
QuestionNeed your help with .NET Framework V2.0 Obsolete Type Pin
Khoramdin8-Feb-07 12:18
Khoramdin8-Feb-07 12:18 
AnswerRe: Need your help with .NET Framework V2.0 Obsolete Type Pin
Christian Graus8-Feb-07 12:26
protectorChristian Graus8-Feb-07 12:26 
QuestionRe: Need your help with .NET Framework V2.0 Obsolete Type [modified] Pin
Khoramdin8-Feb-07 12:32
Khoramdin8-Feb-07 12:32 

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.