timothy leung's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. Managed DirectX for .NET 2.0 Documentation
Is there any decent documentation out there for Managed DirectX for .NET 2.0 I'm using the latest beta of it from the December 2005 DirectX SDK, but all of the documentation and examples are targeted for the older Managed DirectX for .NET 1.1. I've run into some inexplicable problems and am not sure where to turn. MDX2.0 is sufficiently different enough from MDX1.1 such that the old docs and samples don't help much. (i.e., DSoundHelper ...Show All
Windows Forms Scrollbars and Custom Border Painting
I've customized a panel to draw a custom border utilizing WndProc but I have a problem when the scrollbars are displayed, take a look at the lower right portion of my border. I have attached a snapshot of the problematic control and a .NET pan ...Show All
Windows Forms DataGridView
I have DataGridView control with entire first column Check box options. So that I can check whatever columns I am interested by click. I am trying to put a check mark programmatically, whenever I call following code it always assign ‘false’ to the cells. How would I programmatically assigned checked state to the following cells. DataGridView fTable =new DataGridView(); fTable.Rows[1].Cells[0].Value = true ...Show All
Visual Studio Express Editions im new
Hello Although i have a background in Actionscript, this is my first sojourn into VB and it seems like a steep climb to the top from way down here. I have installed the Basic Edition, and i am following the video series. so far, so helpful i must say. one or two tenderfoot questions however : are there any books any of you can recommend (i know the principles of OOP). also, im working during some of day, but i am giving up around ...Show All
.NET Development Strongly typed datasets and Annotations to handle database nulls.
I am using strongly typed datasets in a project and need to handle database nulls that are not string type. I see that the DataSet designer allows for setting null defaults for string based fields but that for all other types the only behavior provided is to throw an exception. It looks like adding Annotations to the xsd schema for the dataset may allow for handling other types of data: http://msdn.microsoft.com/library/default.asp url=/li ...Show All
SQL Server Database Version
Hello if we generate a database file on a particular version of ms sql express and in time to come if there are a few more versions of ms sql express out there with the users - if we continue to package with our app a database file from an older version of sql express will that be a problem with users running a newer version of sql express Also what about the converse scenario - where we ship a database file from a newer version of sql wh ...Show All
.NET Development Designed for windows Mobile
I was going over the Designed for Windows document for Logo Certification. There's a requirement that caught my attention. "Applications Must not Interfere with Incoming Call Functionality" Well my application uses web services, and during data transfers it will not allow calls to come in. Is it possible to have my app listen for an incoming call so that I can stop whatever I'm doing. Does this requirement even apply in ...Show All
Windows Forms DataGridView - need event to capture row delete
Using the DataGridView in VS2005 Windows Forms, I need a way to capture the event when a record is deleted. I see the "User Deleted Record" event which fires when the user highlights a row and presses DEL key, but that does not capture when the record is deleted by code--i.e. the user clicked a button to delete the current row. I have a User Control for the Add, Save, and Delete buttons for a grid so I cannot intercept that code to pr ...Show All
Microsoft ISV Community Center Forums Sql Server 2005 Resource Kit
Hi all, how do I view the slides that accompany the webcasts on the DVD. I can hear the audio stream fine but just get 'page not found errors' for the graphics. I just found out that all of the Webcasts that were included on the Resource Kit have been archived and are available on http://msdn.microsoft.com/sql/webcasts/default.aspx The SQL team has also added new Webcasts to this location sinc ...Show All
Visual Studio DataSet with multiple sources for ReportViewer
Hello, I need to create a report with data returned from two separate Sql Servers. I created one dataset and put two datatable/tableadapter objects in it. Each datatable retrieves data from a single Sql Server. Should I combine the two datatables in the dataset I believe for one report I should only have one dataset. How do I combine the two datatables to create one output(for the single dataset) which then I can specify to populate the r ...Show All
SQL Server How to use reporting services of the MSSQL2000.
Good day! I'm a newbie in using the Reporting Services in MSSQL2000. Can ant one help me how to start in this.Can Reporting services emebeded in Web application using c#. Any tutorial or links that can help me. Your help is much appriciated. God bless yes you can (",) if u want i can give an e-book about RS. just email me @tizzdale27@yahoo.com ...Show All
Windows Forms Control.Text property bound to a datarow.column_name does not work as expected
Hi! I have typed datatable row that is bound to Control.Text property. If I modify underlying datarow, no changes occur to the control. I have to call ReadValue explicitly. ControlUpdateMode is set ControlUpdateMode.OnPropertyChanged. Why does this happen Thanks, Nikolay. ...Show All
Visual Studio Team System Dropping Files into Source Controlled Projects Fails Checkout
I have just created a project within Team System and checked the source code in. Now when I drag and drop newer files in, generated from CodeSmith, it asks the following questions... "Destination File Exists [Title] A file with the name "xxxxxx.cs" already exists. Do you want to check this file out and replace it [ ] Apply to all items. Yes, No, or Cancel" I select "Apply to all items" and then " ...Show All
Visual Basic Updating excel files from Visual Basic
I am trying to use VB to dynamically update an excel template that I have already created. I have a windows form that the user inputs data into and all I want to do is put that data into an excel template. I can create a new excel file and export the data to a new file but I can’t figure out how to export the data to a file that already exist. The code that I am using to create a new excel file is below: Dim MyEx As New E ...Show All
Visual Studio Who makes the Oracle driver in Crystal Reports XI r2 ?
When you go to set the datasource location in CR XI and you select "Create New Connection", does anyone know whose driver it is that's listed as "Oracle Server". Is it made by Business Objects Merant/DataDirect Connect Oracle's ODP Something else Anyone know Thanks. The following response is directly from Business Objects' customer support: "Oracle Server which is found un ...Show All
