Click here to Skip to main content
15,912,977 members
Home / Discussions / C#
   

C#

 
AnswerRe: Child controls interaction in User Control. Pin
Nico Patitz15-Feb-09 12:16
Nico Patitz15-Feb-09 12:16 
GeneralRe: Child controls interaction in User Control. Pin
hdv21215-Feb-09 12:18
hdv21215-Feb-09 12:18 
AnswerRe: Child controls interaction in User Control. Pin
_Maxxx_15-Feb-09 14:18
professional_Maxxx_15-Feb-09 14:18 
GeneralRe: Child controls interaction in User Control. Pin
hdv21215-Feb-09 21:11
hdv21215-Feb-09 21:11 
QuestionMy class Pin
Member 391685615-Feb-09 10:44
Member 391685615-Feb-09 10:44 
AnswerRe: My class Pin
DaveyM6915-Feb-09 11:24
professionalDaveyM6915-Feb-09 11:24 
AnswerRe: My class Pin
Christian Graus15-Feb-09 11:31
protectorChristian Graus15-Feb-09 11:31 
GeneralRe: My class Pin
Member 391685616-Feb-09 0:27
Member 391685616-Feb-09 0:27 
GeneralRe: My class Pin
Wes Aday16-Feb-09 4:11
professionalWes Aday16-Feb-09 4:11 
GeneralRe: My class Pin
Member 391685616-Feb-09 22:09
Member 391685616-Feb-09 22:09 
QuestionCircle creation in c# Pin
anishkannan15-Feb-09 7:36
anishkannan15-Feb-09 7:36 
AnsweryRe: Circle creation in c# Pin
DaveyM6915-Feb-09 9:01
professionalDaveyM6915-Feb-09 9:01 
GeneralRe: yRe: Circle creation in c# Pin
anishkannan15-Feb-09 17:36
anishkannan15-Feb-09 17:36 
Questionclient server architecture for web appln in C# Pin
madhuri pokharkar15-Feb-09 7:14
madhuri pokharkar15-Feb-09 7:14 
AnswerRe: client server architecture for web appln in C# Pin
DaveyM6915-Feb-09 7:40
professionalDaveyM6915-Feb-09 7:40 
AnswerRe: client server architecture for web appln in C# Pin
DaveyM6915-Feb-09 9:16
professionalDaveyM6915-Feb-09 9:16 
AnswerRe: client server architecture for web appln in C# Pin
Dave Kreskowiak15-Feb-09 10:12
mveDave Kreskowiak15-Feb-09 10:12 
Question3D Interactive Environment in C#! Is it possible? Pin
Etienne_12315-Feb-09 7:12
Etienne_12315-Feb-09 7:12 
AnswerRe: 3D Interactive Environment in C#! Is it possible? Pin
Alexander M.,15-Feb-09 7:39
Alexander M.,15-Feb-09 7:39 
GeneralRe: 3D Interactive Environment in C#! Is it possible? Pin
Etienne_12315-Feb-09 8:01
Etienne_12315-Feb-09 8:01 
GeneralRe: 3D Interactive Environment in C#! Is it possible? Pin
Pete O'Hanlon15-Feb-09 9:00
mvePete O'Hanlon15-Feb-09 9:00 
GeneralRe: 3D Interactive Environment in C#! Is it possible? Pin
Nico Patitz15-Feb-09 11:53
Nico Patitz15-Feb-09 11:53 
AnswerRe: 3D Interactive Environment in C#! Is it possible? Pin
_Maxxx_15-Feb-09 14:29
professional_Maxxx_15-Feb-09 14:29 
AnswerRe: 3D Interactive Environment in C#! Is it possible? Pin
Etienne_12315-Feb-09 23:10
Etienne_12315-Feb-09 23:10 
QuestionBanner in C# Pin
Waheed Ur Rehman15-Feb-09 4:10
Waheed Ur Rehman15-Feb-09 4:10 
Hi,
I have developed an application windows forms. I need to place at the top portion an area for banners. The data for banner will be on a web server it can be any type of data. I have tried an swf file but it didn't work.
I have used
axShockwaveFlash1.LoadMovie(0, "http://www.youtube.com/watch?v=soVQcF_ZxpI");
axShockwaveFlash1.Play();
If you suggest to use swf file I will have an xml file at server that will return a number of urls like above. A url will be selected randomly and will be played.

If some other technique is better I am ready to use it as swf is not the requirement but on clicking the banner should open a url.

Looking forward for your reply.
Please its urgent.
Thank You.

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.