Wrox Programmer Forums
Go Back   Wrox Programmer Forums > C# and C > C# 2005 > C# 2005
|
C# 2005 For discussion of Visual C# 2005.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the C# 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old June 28th, 2007, 06:19 AM
Registered User
 
Join Date: Jun 2007
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to Enslave
Default Problematic MDI/XNA

Hey peeps... I've got a problem.. I want to use XNA to draw graphs in a C# Project.. In MDI windows.. The thing is, all the examples of how to create an XNA application says u need to run the loop (something like this atleast)

while (xnaForm.Created)
{
xnaForm.nextFrame();
xnaForm.renderFrame();
Application.DoEvents();
}



problem is.. I dont find any way to use the Application class within an MDI form... I'd reeeeally like some help here!

Thanx ppx

Enuff enuff!

C# btw.





Similar Threads
Thread Thread Starter Forum Replies Last Post
Displaying MDI Child Form Menus with MDI Parent ashu_from_india Pro VB 6 3 June 10th, 2008 11:01 PM
Problematic Queries ravijoshi09 SQL Server 2000 1 March 18th, 2008 02:22 AM
Controlling MDI child form from MDI parent panel LuxCoder Pro Visual Basic 2005 1 May 25th, 2007 12:20 PM
Controlling MDI child form from MDI parent panel LuxCoder VB How-To 1 April 9th, 2007 03:25 PM
Problematic constructions RoSi.006 XSLT 1 September 29th, 2006 06:42 AM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.