RyanB88's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. using XNA Framework with no shader capability display driver???
I have Intel 82852/82855 GM/GME graphic card with no support for shaders. Is it possible to develop a 3d application with XNA Framework under this condition.When I run a tutorial project I got the message "Both a valid vertex shader and pixel shader (or valid effect) must be set on the device before draw operations may be performed." I am new to XNA concept. Before I was developing with MDX 1.1 and I can develop 3d application with out shader support. So how can do this with XNA... Just those that are listed on the FAQ page - the shader requirement which you've already discovered. XP SP2 is also the supported OS though some have been able to get it to run under NT and Vista. ...Show All
Visual Studio Express Editions Parameters needed for MediaPlayer for VB Express.
Could anyone please help me to the list of parameters that govern the MediaPlayer in Visual Basic Express The name of the device is (in my program) AxMumPod so the list should contain something like this: AxMumPod.openPlayer("W:\WiPri\Sound\0380 Abba - Fernando.mp3") AxMumPod.BringToFront() AxMumPod.Select() AxMumPod.playerApplication.switchToPlayerApplication() . . . I would also be very happy with any URL that can provide this information. Thanks in advance Hans van Vliet ...Show All
Visual Studio Team System VS2003 against TFS
Hi, I have migrated VS2003 project from VSS to TFS. I have installed MSSCCI Provider for connection with TFS from IDE VS2003. In IDE VS2003, I have connected to TFS. When I checked out some file under Source Control, then I changed it and Checked in, this file, project and solution kept in check out state. And I might to do undo check out. Sometime, this action made the problem, by rolling back the actions, which I did. I have also noticed that, TFS made double folder structure to local folders (It was copying parent folder to new folder which had the same name as parent folder), because TFS added new mappings to current workspace. It's expected behavior And what can I do instead of undo check out Thanks Janko The & ...Show All
Silverlight (formerly WPF/E) Problem with mediaelement and formato not wm
I'm trying to test wpf/e potential with media and I have two questions, please: Using mediaelement, I found several troubles with the following format: avi, mpeg, mp3; on the contrary without problem with wmv and wma. I'm not an expert of graphic, but I think it is a little strange, because I write a test in wich all works in a correct way with WPF on the .NET Framework 3.0 and even when I embed the Windows Media Player directly in browser. I tried to build a simple page containing a mediaelement on wich I set dynamically with javascript the propery "source" with an url to a streaming server (i.e. "http://download.microsoft.com/download/3/b/0/3b0b0ab5-eb51-4896-bf3a-2f08a4007144/mike_harsh_wpf_e_2006.wmv"). The control ...Show All
Visual Basic Setting MSSQL Entry as Variable in VB.NET
What I'm trying to do is select data out of a single cell in a MSSQL table using the SQL statement "SELECT JobData2 FROM tblJobs Where JobID=1" which will return a string and set that string as a variable within my VB.NET program the purpose of this is so that when all the MSSQL data is dumped and uploaded it will get uploaded in /home/variable/data/ on the FTP server anywhere heres the majority of the code any help would be much appreciated. Public Sub Work() 'GLOBAL VARIABLES FOR DATABASE DUMP AND FTP UPLOAD Dim dbserver As String = dbserverbox.Text Dim dbusername As String = dbusernamebox.Text Dim dbpassword As String = dbpasswordbox.Text Dim dbpath As String = dbpathbox.Text Dim ftpserver As String = f ...Show All
Internet Explorer Development Changing default IE7 Tab names
Hi, I am having trouble finding any reference to changing the default names that IE7 gives tabs when I open one of my favorites. Is there any easy way to do this Thanks, Wallace Webster ...Show All
.NET Development Load a class from a Dataset
Using VS2005 I have added a datasource to a project which has 6 tables. I can drag the tables and fields to a form and use the form to add, delete and update the tables and the database. What I am having trouble with is loading some of the tables into classes. What is the best method of iterating through a table in the datasource to load the class. everything I can find all use an external connection for the data and not an inbuilt datasource. Can anyone suggest a way........please Hi, Creating you datasources visually automatically creates for you classes mapping those tables. Those are Typed DataSets. This DataSets are classes generated from your table schema. They are strong typed so ...Show All
Visual Studio 2008 (Pre-release) ListView with ContextMenu
Hello, I have a Problem to determine the ColumnHeader over which a Contextmenu opened : I have a ListView and the View is set to a Grid View. To the GridViewHeader a ContextMenu is attached: ... < Grid Name = " gv " > < ListView Name = " lv " Margin = " 0,0,0,0 " HorizontalAlignment = " Stretch " VerticalAlignment = " Stretch " GridViewColumnHeader.ContextMenuOpening = " OnContextMenuOpening " > < ListView.View > < GridView ColumnHeaderContextMenu = " {StaticResource GridContextMenu} " > ... In the Codebehind I have the following Handler: void OnContextMenuOpening( object sender, ContextMenuEventArgs e ...Show All
Visual Studio 2008 (Pre-release) Change the spellcheck language
I can't find this info anywhere in the docs. Please let me know: 1) What languages are currently supported by the SpellCheck class. 2) How to specify the language to be used by the SpellCheck class (a code snippet would be great). Thanks! Thanks Lester. I had seen your blog post on the subject, but didn't know what you meant by the "input language set on the control" and "keyboard input language." A code snippet of those settings would have clarified it for me. EDIT ---------- Regarding whether the Spellchecker supports multiple languages, I didn't know if your blog post was out-of-date in that regard. ...Show All
Visual C++ The problem is : after I install this driver protocol, I can not find it in the system service of control panel.
I am using windows 2000 DDK to develop a network protocol driver program in vc, I build a proto.sys , then I install this proto.sys as a network card protocol in the native connection property. The problem is : after I install this driver protocol, I can not find it in the system service of control panel. Can you tell me where I can find it and how to start it and stop it manually Thanks. Yes, I find this protocol in the device manager, it is slNTProDrv, but when I use the following function to start this service, why can not this function open this service and start it My program can debug to this function and hService=NULL; Please tell me why, I appreciate your help. BOOL ProtoStartService() { BOOL bRet = FALSE; SC_HAN ...Show All
Visual C# With "FormBorderStyle.None;", how can I move the form by mouse?
using " FormBorderStyle = FormBorderStyle.None; ", I can not change the location of the form when running... Is there any way to drag the form around as I like Thanks! Oh, I find the way to move the form with "FormBorderStyle" is "None" public partial class Form1 : Form { // create a new object of Point, it will be used as a variable later private Point mouse_offset; public Form1() { InitializeComponent(); } //the Event of MouseDown, record the offset of the mouse private void Form1_MouseDown(object sender, MouseEventArgs e) { mouse_offset = new Point(-e.X, -e.Y); } //the Event of MouseMove, move the form if user click the left button of the mouse ...Show All
Visual Studio Express Editions no subject
can anyone give me an example as to how to connect and control something from a serial port.....something really simple like a light bulb..... hey maybe this..... I have a teddy bear which runs on batteries when you squeeze his foot he snores.... I would love to connect and control him by the pc any ideas...please There are two ways: 1) You can make a communication link by means af a UART and a microprocessor in the teddy bear. Then you can do anything you like, but it requires some hardware e.g. in the form of a microprocessor evaluation bord and of course some microprocessor programming - usually in assembler or C 2) You can utilize the modem control signals DTR and RTS from the PC and DSR ...Show All
Visual Studio Trapping VSS 6.0 events
I am using C# 2005 to create the C# addin to VSS6.0 as detailed in http://msdn2.microsoft.com/en-us/library/hcdf9zk2.aspx however i am not able to see the events trapped. is there any other configuration that needs to be done except the ones detailed in the link. pls. help me ont eh same. regards, sundararajan.s Hi, No i am not getting the init message also. would like to know whether i have to user regasm.exe and convert into a com and register it. regards, sundararajan.s ...Show All
.NET Development Problem Exporting Web Page with Graphic to Excel or MSWord
I have a report that runs as part of a large intranet website. I need to be able to export most of the web page to Excel or to MSWord. I have most of this working. The problem is that the web page contains a graphic (a company logo) and I cannot figure out how to get the graphic to export along with the rest of the data. The approach that I have taken is summarized as follows. Obviously the application is more involved than this example, but it illustrates what I am doing. Step 1 - Create a temporary file on the server to hold the data, e.g. tempfilename = HttpContext.Current.Server.MapPath(HttpContext.Current.Request.ApplicationPath) & "\Tempdir\TempFile.html" outputstream = New StreamWriter(tempfilename) Step 2 ...Show All
Visual Basic Visual Studio Is Busy?
Pentium IV - Northwood 3.5 Ghz - I Gb of Ram. XP SP2 .. all current patches applied. VS2005 RTM Team Suite On occasion while debugging the IDE becomes nonresponsive and I receive a Bubble message informing me that "Visual Studio is busy waiting for an internal operation to complete - If you receive this message often, please inform Micorosoft" After I receive this message the IDE never recovers. All I can do is to delete the process and restart it. Any idea what's occurring ReneeC wrote: Hi Ken and thank you. I don't use the remote desktop. To respond to other questions, YES, I make sure that microsoft receives those reports AND I've filed a bug report on this. Also I've noticed ...Show All
