Click here to Skip to main content
15,891,423 members
Home / Discussions / C#
   

C#

 
Questionabout the water mark on video file Pin
Abhishek Rana1-Mar-09 22:03
Abhishek Rana1-Mar-09 22:03 
AnswerRe: about the water mark on video file Pin
Eddy Vluggen1-Mar-09 22:20
professionalEddy Vluggen1-Mar-09 22:20 
QuestionForeign Key Pin
Zeyad Jalil1-Mar-09 21:41
professionalZeyad Jalil1-Mar-09 21:41 
AnswerRe: Foreign Key Pin
Christian Graus1-Mar-09 21:48
protectorChristian Graus1-Mar-09 21:48 
GeneralRe: Foreign Key Pin
Zeyad Jalil1-Mar-09 21:53
professionalZeyad Jalil1-Mar-09 21:53 
AnswerRe: Foreign Key Pin
Greg Chelstowski1-Mar-09 22:09
Greg Chelstowski1-Mar-09 22:09 
QuestionColor settings in Directx.Capture Pin
anki1231-Mar-09 21:39
anki1231-Mar-09 21:39 
AnswerRe: Color settings in Directx.Capture Pin
Christian Graus1-Mar-09 21:40
protectorChristian Graus1-Mar-09 21:40 
GeneralRe: Color settings in Directx.Capture Pin
anki1231-Mar-09 22:00
anki1231-Mar-09 22:00 
QuestionClient Server Communication Pin
mrithula81-Mar-09 21:26
mrithula81-Mar-09 21:26 
QuestionExtracting text from an iamge....... Pin
meenatiruppathi1-Mar-09 20:39
meenatiruppathi1-Mar-09 20:39 
AnswerRe: Extracting text from an iamge....... Pin
0x3c01-Mar-09 20:46
0x3c01-Mar-09 20:46 
GeneralRe: Extracting text from an iamge....... Pin
susielau28-Mar-11 20:32
susielau28-Mar-11 20:32 
AnswerRe: Extracting text from an iamge....... Pin
Bharat Jain1-Mar-09 21:09
Bharat Jain1-Mar-09 21:09 
GeneralRe: Extracting text from an iamge....... Pin
samratp28-Oct-09 17:51
samratp28-Oct-09 17:51 
Questioncode for drag & drop of tools in c#.net Pin
poonam jagdale1-Mar-09 20:30
poonam jagdale1-Mar-09 20:30 
AnswerRe: code for drag & drop of tools in c#.net Pin
0x3c01-Mar-09 20:31
0x3c01-Mar-09 20:31 
JokeRe: code for drag & drop of tools in c#.net Pin
ABitSmart1-Mar-09 21:02
ABitSmart1-Mar-09 21:02 
AnswerRe: code for drag & drop of tools in c#.net Pin
Christian Graus1-Mar-09 21:45
protectorChristian Graus1-Mar-09 21:45 
Questionplease urgent..... Pin
meenatiruppathi1-Mar-09 20:26
meenatiruppathi1-Mar-09 20:26 
AnswerRe: please urgent..... Pin
0x3c01-Mar-09 20:29
0x3c01-Mar-09 20:29 
AnswerRe: please urgent..... Pin
Christian Graus1-Mar-09 21:43
protectorChristian Graus1-Mar-09 21:43 
AnswerRe: please urgent..... Pin
Vikram A Punathambekar1-Mar-09 21:43
Vikram A Punathambekar1-Mar-09 21:43 
Questionhow to prevent user created ports being restricted by antivirus software Pin
prasadbuddhika1-Mar-09 20:23
prasadbuddhika1-Mar-09 20:23 
AnswerRe: how to prevent user created ports being restricted by antivirus software Pin
0x3c01-Mar-09 20:27
0x3c01-Mar-09 20:27 
First of all, ports are blocked in general by firewalls. If the user is running Vista, you can use the COM interface of Windows Firewall to unblock a port. On the other hand, this unblocks the port for every application. Why not just use a different port (I use 65535, there's a list on the internet of the ports each application uses [an RFC I think] so you could also just choose one not on that list)

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.