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

C#

 
GeneralRe: can't find Enterprise Manager Pin
Susan Hernandez1-Sep-05 5:36
Susan Hernandez1-Sep-05 5:36 
GeneralRe: can't find Enterprise Manager Pin
theStorminMormon1-Sep-05 6:10
theStorminMormon1-Sep-05 6:10 
GeneralRe: remote database connection question Pin
Susan Hernandez31-Aug-05 15:20
Susan Hernandez31-Aug-05 15:20 
GeneralRe: remote database connection question Pin
theStorminMormon1-Sep-05 1:37
theStorminMormon1-Sep-05 1:37 
AnswerMore info on MSDE Pin
Susan Hernandez1-Sep-05 7:35
Susan Hernandez1-Sep-05 7:35 
QuestionGetting CMYK colors from bmp Pin
yarns31-Aug-05 4:19
yarns31-Aug-05 4:19 
AnswerRe: Getting CMYK colors from bmp Pin
Niklas Ulvinge31-Aug-05 8:10
Niklas Ulvinge31-Aug-05 8:10 
GeneralRe: Getting CMYK colors from bmp Pin
Dario Solera31-Aug-05 8:54
Dario Solera31-Aug-05 8:54 
BTW, the correct formula should be:

C = 1.0 - R
M = 1.0 - G
Y = 1.0 - B
K = min(C, M, Y)


CORRECTION: R, G, B values must converted to 'float'.
For example 255 = 1.0, 127 ~ 0.5
Use this: FloatValue = R(or G or B) / 255.




[ITA] Tozzi ha ragione: Gaia si sta liberando di noi.
[ENG] Tozzi is right: Gaia is obliterating us.

-- modified at 15:29 Wednesday 31st August, 2005
GeneralRe: Getting CMYK colors from bmp Pin
Niklas Ulvinge31-Aug-05 8:57
Niklas Ulvinge31-Aug-05 8:57 
GeneralRe: Getting CMYK colors from bmp Pin
Dario Solera31-Aug-05 9:29
Dario Solera31-Aug-05 9:29 
GeneralRe: Getting CMYK colors from bmp Pin
Niklas Ulvinge31-Aug-05 9:33
Niklas Ulvinge31-Aug-05 9:33 
GeneralRe: Getting CMYK colors from bmp Pin
Dario Solera31-Aug-05 9:41
Dario Solera31-Aug-05 9:41 
AnswerRe: Getting CMYK colors from bmp Pin
Andrew Kirillov31-Aug-05 9:01
Andrew Kirillov31-Aug-05 9:01 
QuestionEnterprise Library Data Block - ExecuteNonQuery method with rows affected as return value Pin
Member 106086631-Aug-05 4:14
Member 106086631-Aug-05 4:14 
GeneralRe: Enterprise Library Data Block - ExecuteNonQuery method with rows affected as return value Pin
Susan Hernandez31-Aug-05 14:19
Susan Hernandez31-Aug-05 14:19 
AnswerRe: Enterprise Library Data Block - ExecuteNonQuery method with rows affected as return value Pin
Susan Hernandez31-Aug-05 14:28
Susan Hernandez31-Aug-05 14:28 
GeneralRe: Enterprise Library Data Block - ExecuteNonQuery method with rows affected as return value Pin
Member 106086631-Aug-05 17:53
Member 106086631-Aug-05 17:53 
AnswerRe: Enterprise Library Data Block - ExecuteNonQuery method with rows affected as return value Pin
Susan Hernandez1-Sep-05 7:50
Susan Hernandez1-Sep-05 7:50 
QuestionUsing c++ dll in c# Pin
JuanAlbertoMD31-Aug-05 4:02
JuanAlbertoMD31-Aug-05 4:02 
AnswerRe: Using c++ dll in c# Pin
Mohamad Al Husseiny31-Aug-05 4:50
Mohamad Al Husseiny31-Aug-05 4:50 
QuestionC# Project Integration Pin
Jim Barber31-Aug-05 3:35
Jim Barber31-Aug-05 3:35 
AnswerRe: C# Project Integration Pin
Judah Gabriel Himango31-Aug-05 6:29
sponsorJudah Gabriel Himango31-Aug-05 6:29 
AnswerRe: C# Project Integration Pin
Lars Niedziolka31-Aug-05 14:26
Lars Niedziolka31-Aug-05 14:26 
QuestionHow Can I Add and ... Pin
mostafa_h31-Aug-05 3:06
mostafa_h31-Aug-05 3:06 
AnswerRe: How Can I Add and ... Pin
Mohamad Al Husseiny31-Aug-05 5:03
Mohamad Al Husseiny31-Aug-05 5:03 

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.