ARTsev's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. DirectInput
This program doesn't works, and I don't know why. Explain me please. using System; using System.Windows.Forms; using Microsoft.DirectX; using Microsoft.DirectX.DirectInput; namespace WindowsApplication1 { public partial class Form1 : Form { public Form1() { InitializeComponent(); Device d; d = new Device ( SystemGuid .Keyboard); CooperativeLevelFlags c = CooperativeLevelFl ...Show All
Visual Studio 2008 (Pre-release) Design-time extensions to Cider and Sparkle
Any chance that when Cider and Sparkle are finished, they will support the same (or an overlapping set of) design-time extensions I'm guessing probably not since Cider is integrated into Visual Studio and uses its whole hosting environment. But it can't hurt to ask. Or can it I think you can split this into 2 sets of extensibility: Environment extensibility - VS Addins and similiar Designer extensibility - property editor ...Show All
.NET Development Consuming Web Service over SSL...
I am trying to consume a webservice created using .Net using SSL. If I use Framework 1.0 it just works fine. But if I use 1.1 I get the following error: The underlying connection was closed: Could not establish trust relationship with remote server. Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originate ...Show All
SQL Server May I have my attributes discretized based on my own expression?
Hi, all here. I am just having one question about discretization of continous attributes values. Cos the current discretization methods available in SQL Server 2005 data mining engine are these 3 ones: ....................................................................................... automatic; equal areas; clusters. .......................................................................................... So how these ...Show All
Visual C# Compiler Error CS1583 (CSC583.tmp is not a vaild Win32 resource file)
My solution was working just fine and then all of a sudden I get this error "Error 1 'C:\Visual Studio 2005\Projects\Nova\Nova\obj\Debug\CSC583.tmp' is not a valid Win32 resource file Nova" and when I click on Show Error Help it just says Error Message 'file' is not a valid Win32 resource file A file was passed to the /win32res compiler option that was not a valid resource file. Well that's not very helpful to me and I h ...Show All
Visual Basic [vb .net 2005] sending a string through a serial port rs232
Hi friends ! A workstation is connected, using serial port rs232, to a device. On that workstation my application, when an event (decided by user) occurs, must send a string to the device (through rs232). That's all. Should I use MSCOMM also with VB .net 2005 beta 2 or do I need to use something else If we suppose that my output port on workstation is com1 and that the string that must be sent is "order" and [enter], how should I proceed C ...Show All
Visual Studio 2008 (Pre-release) Binding to a list box item in code
The ItemSource for my ListBox is a queue<>. Based on a property in the text of each item in the queue, I need to determine its foreground color. I want to use data binding in C# code to do this, but cannot figure out how. You want to use DataTemplates and Triggers. The MSDN documentation for Data Templates should help here. http://winfx.msdn.microsoft.com/library/en-us/wcp_conceptual/html/0f4 ...Show All
Visual Studio Express Editions Connecting to access mdb file problem.
I am having some trouble connecting to my Access Database from Visual Studio Express 2005. I can add a connection if it is a sql database, but when i change the Datasource to the access option and hit ok i get a window that allows me to change my Connection string, and thats it. If i cancel it exits the wizard. Also the only data provider i have is .net framework provider for ole db. Should i have a second provider The other softw ...Show All
Visual C# Where the picture that shows all of .NET classes
Hi, Afew days ago, i saw a picture, which had shown all of .NET classes including 1.1 and 2.0, but now i lost the link of that picture. Does anybody know where that picture it Click ! ...Show All
Windows Forms Bit fields
I'm trying to write a general method that can set a flag on an arbitrary bit field. Something like this public static void SetFlag(Enum flags, Enum flag) { flags = flags | flag;//This won't work!! } So that when I write the following it&nb ...Show All
Windows Forms Selecting distinct values from a view using RowFilter?
Hi, I'm trying to populating multiple ComboBox controls from a single DataSet with one table. The dataset has 6 columns and the data is hierarchical so only the last column has unique values. Each combobox on my screen applies to one of the co ...Show All
Visual Studio SQL String
hi, i need to pass SQL string into report from VB code, like: select * from Orders where ..... i haven't anything about thi If you are wanting to create a dataset, I would look at the sample applications you can download from Businessobjects website http://support.businessobjects.com/communityCS/FilesAndUpdates/sample_applications_for_.NET_developers.pdf you want either the C# or VB samples for c ...Show All
Visual Studio Team System Availability of 3rd party templates for "Requirements"?
Are there any 3rd party Process templates (for Import into TFS) that address the area of project Requirements tracking (Commercially available or in-development). Surprisingly, this key area is not represented at all in the MSF Agile process. Barkingdog To be a bit clearer, I was thinking along the lines of tracking Requirement documents, in Word, as work items. Barkingdog ...Show All
Visual Studio 2008 (Pre-release) Why the reverse German-like syntax?
Why do the LINQ queries have to look like a SQL query in German If you are trying to make it easier and are adding SQL-like keywords to the language, at least keep the ordering the same as SQL. The way this is, I have to know C#, SQL for triggers and stored procedures, and LINQ for the in-code queries. I don't see how this is going to make my life any easier. > .... why then has VB decid ...Show All
Visual Studio Team System Project Creation Wizard Didn't Find Reports Data Source
I was trying to create a team project based on my own process template... Event Description: TF30162: Task "Populate Reports" from Group "Reporting" failed Exception Details: The Project Creation Wizard encountered a problem while creating reports on the SQL Server Reporting Services on MyServer. The reason for the failure cannot be determined at this time. Because the operation failed, the wizard was not able to finish ...Show All
