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

C#

 
AnswerRe: song/tune comparison Pin
musefan11-Feb-09 7:06
musefan11-Feb-09 7:06 
AnswerRe: song/tune comparison Pin
Alan Balkany11-Feb-09 8:24
Alan Balkany11-Feb-09 8:24 
Questionany one wokred with Casswaory linear programming. Pin
sailesh_gupta11-Feb-09 6:24
sailesh_gupta11-Feb-09 6:24 
AnswerRe: any one wokred with Casswaory linear programming. Pin
Guffa11-Feb-09 7:02
Guffa11-Feb-09 7:02 
GeneralRe: any one wokred with Casswaory linear programming. Pin
sailesh_gupta11-Feb-09 7:05
sailesh_gupta11-Feb-09 7:05 
QuestionCut a file in a specific directory and put it in another directory Pin
abbd11-Feb-09 6:05
abbd11-Feb-09 6:05 
AnswerRe: Cut a file in a specific directory and put it in another directory Pin
Giorgi Dalakishvili11-Feb-09 6:13
mentorGiorgi Dalakishvili11-Feb-09 6:13 
AnswerRe: Cut a file in a specific directory and put it in another directory Pin
musefan11-Feb-09 6:14
musefan11-Feb-09 6:14 
QuestionClass Libraries and Web References Pin
caksabre211-Feb-09 5:39
caksabre211-Feb-09 5:39 
AnswerRe: Class Libraries and Web References Pin
J4amieC11-Feb-09 5:47
J4amieC11-Feb-09 5:47 
GeneralRe: Class Libraries and Web References Pin
caksabre211-Feb-09 5:59
caksabre211-Feb-09 5:59 
QuestionTransform a file from Word to PDF and from PDF to Word Pin
abbd11-Feb-09 5:10
abbd11-Feb-09 5:10 
AnswerRe: Transform a file from Word to PDF and from PDF to Word Pin
Giorgi Dalakishvili11-Feb-09 6:17
mentorGiorgi Dalakishvili11-Feb-09 6:17 
GeneralRe: Transform a file from Word to PDF and from PDF to Word Pin
DJ-Boris11-Feb-09 6:50
DJ-Boris11-Feb-09 6:50 
GeneralRe: Transform a file from Word to PDF and from PDF to Word Pin
abbd11-Feb-09 21:11
abbd11-Feb-09 21:11 
Questionretaining alpha channels from 32bpp bmp Pin
Doof36911-Feb-09 5:01
Doof36911-Feb-09 5:01 
AnswerRe: retaining alpha channels from 32bpp bmp Pin
Dave Kreskowiak11-Feb-09 6:42
mveDave Kreskowiak11-Feb-09 6:42 
AnswerRe: retaining alpha channels from 32bpp bmp Pin
Guffa11-Feb-09 9:55
Guffa11-Feb-09 9:55 
Doof369 wrote:
Basically what I want to do is take two images, both with an alpha layer in them. Overlay the second one onto the first one, using its alpha layer for transparency, and finally save out a new 32bpp image from the result.


Just draw one image onto the other. Use Graphics.FromImage to create a Graphics object for one of the images, then use the DrawImage method to draw the other image on it.

Despite everything, the person most likely to be fooling you next is yourself.

AnswerRe: retaining alpha channels from 32bpp bmp Pin
Doof36912-Feb-09 4:32
Doof36912-Feb-09 4:32 
QuestionSend data from textbox to datagridview in a diferent form Pin
ZRF6911-Feb-09 3:58
ZRF6911-Feb-09 3:58 
AnswerRe: Send data from textbox to datagridview in a diferent form Pin
ByteBlocks11-Feb-09 4:09
ByteBlocks11-Feb-09 4:09 
AnswerRe: Send data from textbox to datagridview in a diferent form Pin
musefan11-Feb-09 4:16
musefan11-Feb-09 4:16 
AnswerRe: Send data from textbox to datagridview in a diferent form [modified] Pin
DaveyM6911-Feb-09 9:48
professionalDaveyM6911-Feb-09 9:48 
AnswerRe: Send data from textbox to datagridview in a diferent form Pin
Deresen11-Feb-09 10:12
Deresen11-Feb-09 10:12 
QuestionOverride desktop context menu [modified] Pin
pmcons11-Feb-09 3:55
pmcons11-Feb-09 3:55 

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.