NASSONS's Q&A profile
Windows Forms A few tips on good tutorials
Hi, I'm new to Windows programming. I have some experiance with Java, and now I wish to learn Windows programming using C#. I am currently looking for good tutorials on a few stuff. Any links to tutorials with the following subjects would be greatly ...Show All
Visual C++ 1 solution, 2 projects; help needed
hi, I have a working application (1 project) called Ogre and a working gui (also 1 project). I want to open my ogre application with the gui so I imported my ogre-project in my gui-solution so I have 1 solution with 2 projects: ogre-project & gui-project. I can compile the solution en when I run the application the gui appears. Now the problem: How do I access the ogre-project from the gui-project I have ...Show All
Visual Studio Extreme slow binary file check-in
I'm using VSS2005, when I check in a binary file (6MB), it consumed over 5 minutes to check in the file, and VSS Explorer consume 100% cpu usage. However, it only consumed around 1 second when I check in the same file to VSS6. What's wrong with VSS2005 We have discovered a regression in the way VSS2005 checks in certain binary files. The fix wil ...Show All
Windows Forms Controls of Form could auto fill with the form size?
Always creates the form with vs2003 that set default value of size to 300,300. but i resize the form to custome size and drag some other controls(like datagrid or textbox) on it. when running the app you will found that is right. however set the form state to maximized which controls keep the size original. how to implements the controls fill automatically size of Form i want have a smart (easy and quickly) way to solve the problem t ...Show All
Software Development for Windows Vista Problem migrating to WWF 2.0 Beta
Hi!, I am not able to run WWF 2.0 Beta with VS2005 Professional. My machine has WinXP Professional SP2. At the startup it throws the error of "Package Load failure" for DesignerPackage that comes with WWF. And when i try to make and compile a new Sequential Workflow Console application project it gives me this error: The "System.Workflow.ComponentModel.Compiler.CompileWorkflowTask" task could not be loaded from the assembly S ...Show All
Software Development for Windows Vista I want to develop a very simple video broadcast program. How can I geeting start? Thanks
I want to develop a very simple video broadcast program. How can I geeting start Thanks mtfck wrote: I want to develop a very simple video broadcast program. How can I geeting start Thanks By broadcast do you mean live streaming video, or do you mean pre-recorded archives that people can view whenever Do you want to control the look and feel of the application that generates the str ...Show All
Software Development for Windows Vista what is exact advantage of WF
Hi, I am new to WF.I am not yet sure what type of applications can be easily designed using WF(windows workflow foundation), though people say that it can be applications like call center application, loan s/w etc. Every control provided in workflow toolbox(VS.net 2005) like "invokewebservice","delay","code",parallel","ifelse" works in same way as we wrote code for these in earlier versions. ...Show All
Windows Forms DataGridView Sort Problem
I have a function that adds a datarow to a datatable, then binds it to a dataGridView control using the following code. This works fine as long as I am using ListSortDirection.Ascending. If I change the ListSortDirection to ListSortDirection.Descending, the DataGridview seems to add an uncommitted empty row to the end of my DataGridView, everytime I re-bind the datatable to the grid. Keep in mind this only happens when ListSort ...Show All
Visual Studio /Setup and GetOrig 8.0 Exp not behaving as expected
I'm trying to work with commands, making changes to the CTC file and then pressing F5 to launch the test IDE to see the changes. I've been using the walkthrough "Creating a Top Level Menu" as a guide. But any changes I make are not reflected. For example, I started by just trying to get the sample to run. It worked following the walkthrough. All seemed fine. Then I wanted to see how easy it was to make changes and see them reflected in the ...Show All
Visual C++ general question regarding arrays and functions
Writing another program for school and I've got something seriously screwed with this one. I may have to post code for this, but I have my main function that calls another function(switcher), I'm trying to pass two arrays to this function and have that function switch the lowest value in one array replace it with the lowest value in the second array and vice versa. The problem is when I compile the program, it builds with no errors or warnings, ...Show All
SQL Server Migrate subset of data from 2000 to 2005
First a little background. Production server is SQL Server 2000. Various clients will be installing a desktop version of our web application. The desktop app will be running SQL Server 2005 Express (MSDE replacement, correct ). When the client downloads the package, the installer will import their data from the SQL Server 2000 production database into the SQL Server 2005 database. The production database contains numerous clients, so it doesn ...Show All
Game Technologies: DirectX, XNA, XACT, etc. DrawIndexedUserPrimitives in .Net 2.0
The new DrawIndexedUserPrimitives doesn't support arrays anymore but only GraphicsBuffer. If I simply write the index an vertex arrays into two GraphicsBuffers DrawIndexedUserPrimitives fails with an exception (Invalid call). How can I convert old code Thanks. I did some debugging and it the error was that the vertex shader was not set correctly. I looked into the assembly with reflector an ...Show All
Visual Studio VS2005: Trying to execute a component in a post build event that needs the VS2005 environment set up, but fails
Hi, I am trying to execute a component in a post build event that needs the VS2005 environment set up, but fails. If I execute the component under a VS2005 Command Prompt it all works out OK. I thought that the post build events executed in a VS2005 environment as well but it seams not to be the case. Does somebody know how to do this properly with the post build event Best regards, Joakim Joakim, Post build events don't have the ...Show All
Windows Forms How to cause bindingsource to goto new record via code
When you create a detail view via Data Sources, you get a navigation strip that contains a New Record button. When the button is clicked, the binding source creates a new record in the datatable and moves focus to that record. That works great, but I cannot figure out what code is executed to make that happen. I would like to move to a new record based on the click of a button on my form. What code do I run to make the binding ...Show All
Visual Basic Updating a Access Database from Visual Basic
Hi. I'm havng trouble with updating my Access database from Visual Basic. There are no problems when populating datasets from the database, but as I try to update it after some changes, nothing happens.. Anyone got an idea Hege Hi Could you paste the code you are using for the update Thanks ...Show All
