Click here to Skip to main content
15,923,015 members
Home / Discussions / C#
   

C#

 
AnswerRe: Download from Server Pin
seee sharp19-Sep-05 1:02
seee sharp19-Sep-05 1:02 
Questioncreate a dll [part 2] Pin
Sasuko19-Sep-05 0:20
Sasuko19-Sep-05 0:20 
AnswerRe: create a dll [part 2] Pin
Stefan Troschuetz19-Sep-05 1:19
Stefan Troschuetz19-Sep-05 1:19 
AnswerRe: create a dll [part 2] Pin
19-Sep-05 11:41
suss19-Sep-05 11:41 
QuestionJavascript or how? Pin
cloudking1196619-Sep-05 0:09
cloudking1196619-Sep-05 0:09 
QuestionTimer Pin
levi's18-Sep-05 23:56
levi's18-Sep-05 23:56 
AnswerRe: Timer Pin
Stefan Troschuetz19-Sep-05 1:21
Stefan Troschuetz19-Sep-05 1:21 
GeneralRe: Timer Pin
levi's19-Sep-05 15:19
levi's19-Sep-05 15:19 
GeneralRe: Timer Pin
Stefan Troschuetz19-Sep-05 21:41
Stefan Troschuetz19-Sep-05 21:41 
GeneralRe: Timer Pin
levi's19-Sep-05 23:44
levi's19-Sep-05 23:44 
GeneralRe: Timer Pin
Stefan Troschuetz20-Sep-05 0:21
Stefan Troschuetz20-Sep-05 0:21 
QuestionAscii sending problem. Pin
cue_ball18-Sep-05 23:45
cue_ball18-Sep-05 23:45 
AnswerRe: Ascii sending problem. Pin
Rob Harrison19-Sep-05 3:01
Rob Harrison19-Sep-05 3:01 
QuestionRename the File name Pin
Anonymous18-Sep-05 23:42
Anonymous18-Sep-05 23:42 
AnswerRe: Rename the File name Pin
Stefan Troschuetz19-Sep-05 0:29
Stefan Troschuetz19-Sep-05 0:29 
AnswerRe: Rename the File name Pin
Dave Kreskowiak19-Sep-05 5:41
mveDave Kreskowiak19-Sep-05 5:41 
QuestionLog Pin
Gktony18-Sep-05 23:05
Gktony18-Sep-05 23:05 
AnswerRe: Log Pin
enjoycrack19-Sep-05 1:23
enjoycrack19-Sep-05 1:23 
GeneralRe: Log Pin
Gktony19-Sep-05 3:36
Gktony19-Sep-05 3:36 
QuestionGDI+ :How to judge a point in the path. Pin
dreamwinter18-Sep-05 23:01
dreamwinter18-Sep-05 23:01 
QuestionExtracting attribute information from an XML file Pin
Vikram A Punathambekar18-Sep-05 20:41
Vikram A Punathambekar18-Sep-05 20:41 
AnswerRe: Extracting attribute information from an XML file Pin
bpontillo18-Sep-05 22:14
bpontillo18-Sep-05 22:14 
GeneralRe: Extracting attribute information from an XML file Pin
Vikram A Punathambekar18-Sep-05 22:42
Vikram A Punathambekar18-Sep-05 22:42 
GeneralRe: Extracting attribute information from an XML file Pin
bpontillo18-Sep-05 23:18
bpontillo18-Sep-05 23:18 
QuestionCode to flip a window Pin
Amir Harel18-Sep-05 20:29
Amir Harel18-Sep-05 20:29 
I'm looking for a code to flip a window, like in the Tiger - Apple OS.
I though of the following algorithm but I can get it implemented right:

1. Capture the window who is about to be flipped.
2. Hide it and display the image.
This is the part which I don't know how to implement:
3. Start changing the image size so it looks like its being flipped.
4. Display a new window which is the "back side" of the original
window.

If anyone thinks that there is a better algorithm, or how to implement
the algorithm suggested, please...


Amir Harel

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.