OwaisM's Q&A profile
Game Technologies: DirectX, XNA, XACT, etc. Why I can't see any game component in VC# express 2005 toolbox?
After I saw the demo of game component video from XNA team blog, I want to try.But I can not find any game component in toolbox. What is the problem follow the link its a really cool idea by the XNA guys to have components for games design in this way...... http://www.tridexconsultants.co.uk/pages/downloads/XNA%20VB.NET.zip ...Show All
.NET Development Common Question: How can I clean a machine which has the .NET Framework 2.0 or 1.1?
Since this question seems to be quite common, I will post this sticky thread and will update it periodically as new information becomes available. The following is from Aaron Stebner's WebLog : "Removal tool to fix .NET Framework install failures I wrote an application late last year that is designed to clean up computers that have problems getting the .NET Framework 1.0 or 1.1 to install correctly. I have been working on refining the tool for the past couple of months, working out some bugs, adding additional cleanup features, etc. The .NET Framework setup Product Support team has been using this cleanup tool for the past few months to help resolve many cases, and the internal Microsoft helpdesk has also started using it to ...Show All
Smart Device Development Problem with Device Emulator
Hi, I encountered a problem with Device Emulator in VS2005. When I open Device Emulator Manager, I found nothing in the treeview except a single "other" node. And when I debug an application, the Device Emulator could not be connected. But It works well days before. Very appreciate you to help me. I have same situation, too. After I uninstalled Windows CE 5.0 Evaluation Edition (JPN). I tried that (1) removed "C:\Documents and Settings\<my username>\Local Settings\Application Data\Microsoft\CoreCon\1.0" directory (2) did regsvr32 DeviceEmulatorBootstrap.dll (3) then restart Visual Studio 2005. But nothing changed. "Device Enumulator Manager&qu ...Show All
Community Chat What's your Pick-up lines?
i'm thinking mine. I'm a dba. how about your's what your nature of work and whats your pickup line joeydj wrote: i'm thinking mine. I'm a dba. how about your's what your nature of work and whats your pickup line how does this apply to hot technology or did I miss the forum section name change to "off topic" ...Show All
Visual Studio How to create setup project that installs without user interaction?
Hi all, Just developed my first shared add-in in Visual Studio 2005. This add-in is for Project 2003. I created a setup project just fine, and we are planning on deploying it with an installation of Project 2003. Problem is, the setup project that is created requires the user to answer a bunch of prompts during installation. I included the Shared Add-in Support Update for the Microsoft .NET Framework 2.0 (KB908002) with my add-in - so when the user goes to install the add-in - it prompts the user if they want to install this update. I don't want any prompts to show during the install. Also, is there a way for the setup to detect if the user already has .NET framework 2.0 and not install it if it exists (as the update already includes . ...Show All
Internet Explorer Development Problems with UnInstalling IE 7.0
When my clients uninstall ie7.0, they can not get back into our website, which is a secure site (https). They click logon and they get a blank screen. Any ideas. ...Show All
Visual Studio 2008 (Pre-release) Dynamic form layout
Hi, I think this could be one of those embarassingly simple questions. In a web app a column in a table can size to its content. Is there a container type in WPF that does this for a windows app I was thinking of allowing the user to define certain strings in my application. One such string could be the label to some textbox. Now, if they choose to replace the default string with a longer string I want the text box to move right to accommodate the label. Maybe this is bad UI design Is there a better suggestion (appart from don't let users modify UI text!!!) Thanks Graham you can try < StackPanel Orientation = " Horizontal " > < Label > Name </ Label > ...Show All
Visual Studio Team System About code annotation?
#include <CodeAnalysis\SourceAnnotations.h> #include <iostream> using namespace std; using namespace vc_attributes; void f ([Pre(Access=Read)] int x) { x=10; cout<<x<<endl; } int main() { int a; a=5; f(a); return 0; } This is a example from msdn~ [Pre(Access=Read)] means that x can only read. x can't be write~~ But after I compile,I print x . x is 10; This mean x was written. why There is msdn's helper about this example http://msdn2.microsoft.com/en-us/library/ms182038(d=ide).aspx There is msdn's helper about code annotation http://msdn2.microsoft.com/en-us/library/ms182032(v ...Show All
Smart Device Development Unable to connect Web Services with Pocket PC 2003 Emulator in vs2005RC
The output window: A first chance exception of type ' System.IO.FileNotFoundException' occurred in Mscorlib.dll A first chance exception of type ' System.Net.WebException' occurred in System.dll A first chance exception of type ' System.Net.WebException' occurred in System.Web.Services.dll Test of the Web Services in IE is good How to resolve this problem I've got the same problem! Also, I'm using the HelloWorld Web Service! All I can say about it is that I've tried all that is said in all posts here and I've not resolve the problem. Please, if anybody have the sollution to this, my email is jciansp@hotmail.com Thanks! ...Show All
Visual Studio Excel Export formatting problem
Hi reader , When i export my report to excel , empty rows appear(not actually visible ,but they are there with a small height) between data rows. What might cause that Does anybody have an idea In addition to this there might be bigger top and bottom padding. Reduce the padding. Remember this is applicable for columns as well. if you have column headers and footers and you don't apply proper padding for both you will get empty columns as well merged columns. Chinna. ...Show All
.NET Development How to test for Null values in ADODB recordset in VB.Net
What is the easiest way to test for a Null value in an ADODB recordset when using VB.Net. The IsNull function does not work in VB.Net, or so it seems. Thanks I believe it should be DBNull.Value Even though to you and me its still "null" - its a different type value meaning pretty much the same thing generally does this help ...Show All
Windows Live Developer Forums DEP blockin Live Messenger 8.1
Why does DEP keep block my Live Messenger how do i overcome this problem I cured this problem on my Vista Home Basic install: 1) Right click on the Messenger shortcut icon on your desktop; 2) Click on Properties; 3) Click on the 'Shortcut' tab; 4) Click on the 'Advanced...' button; 5) Put a tick in the 'Run as Administrator' box & click OK. I have no idea why this works but I can use Messenger Live now without DEP closing the app. Hope this helps, Jules. ...Show All
Visual C# tabPages troubles again.
I've been working with tabcontrol and tabpages thanks to OmegaMan and other fellows. I can create them programmatically, I can set controls like buttons and surfaces with grids on them. I get graphics. Now I want to destroy selected pages on Click. There is a Cancel button on each tabpage that is supposed to do it. I attached a _Click event to it--it works fine. It is the only thing that works actually as fart as this problem goes. In order to destroy the tabPage I have to get a refrerence to is as an object. The code inside the Click event must be able to figure out which page it is. I cannot seem to get a handle on it. This is what I've done so far. I've attached a GotFocus event handler to the tabPage and when it fires I am ...Show All
SQL Server Help with modifying my function in order to seek out and return specific values
I'll try to make this simple, but first, a few requests & info for you: 1) Do not ask the "why", just help me with my question, how to change my SQL 2) I will try to explain this in as simple terms and with enough info that I think is needed for this post 3) Do not tell me this should be done more easily in an OOP language..I have already realized this but, I don’t have time to turn back now. I want to use what I have that works, and simply modify it for now to get the results I need with your help 4) I am not using SQL 2005 so I cannot put in nice regex functions. I realized now, I should have used C# for this *** but oh well, too late to turn back, time is of the essence 5) Y ...Show All
SQL Server Date out of range?!
Greetings! I have a data source that gets generated based on a variable with the following SQL : "select * from result where deletion_ind = 1 and when_deleted >= '" + (dt_str, 50, 1252) @[User::Last_Run_Date] + "'" But when I run my package I get an error message saying: The conversion of CHAR to DATETIME resulted in a DATETIME value out of range The Last_Run_Date variable is set to '2006-06-25 14:35:05.450' When I run the code in a QA session it works, but in the package it complains! What am I doing wrong Thanks for your help in advance. You've already told me further up this thread that the error is getting thrown by SQL Server when you issue that query from SSIS. You have 2 ...Show All
