EnterSB's Q&A profile
Software Development for Windows Vista xps viewer in Dec CTP?
How can xps files be displayed in WinFX runtime ver2.0.50727.151 thanks! We recommend you download the latest CTP Version. You should then be able to view .XPS files by double-clicking them which will bring up the XpsViewer inside Internet Explorer. ...Show All
Visual Studio Express Editions Exception error on all programs I build now...
I'm getting the following exception error on Windows 2000 machines now. I wasn't before, and I don't know what I changed. See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text ************** System.NullReferenceException: Object reference not set to an instance of an object. at System.Windows.Forms.Control.WaitForWaitHandle(WaitHandle waitHandle) at S ...Show All
Visual Studio Express Editions VC# 2005 Express - reg key
Hi, I downloaded the web version of VC# Express, installed and am now trying to register. Clicked on the Register product in help menu, ran through the steps, received "Welcome" email and then "thanks for registering" email. But I simply can not find a reg key. I login into Microsoft Connect, the bonus downloads are there, but there are no listings in the "Product Keys" area. Any help Thanks, Angus. ...Show All
Windows Forms DataGridView read-only lookup column?
Let's say I have two tables like this (simplified for dicsussion): Member - MemberNo (PK) - Name - City - MemberTypeID MemberType - MemberTypeID (PK) - MemberTypeCode - Description MemberTypeID is the PK (int identity, hidden from user). MemberTypeCode is a unique, single-character, user-defin ...Show All
Software Development for Windows Vista Horizontal flashes while drawing texture
I am rendering movie to my direct3D device, alongwith other sprites. I draw textures using TransformedColoredTextured vertices. I get horizontal flashes in the movie, on random basis. Any idea what i need to look forward. Are there any suggested settings for texture Thanks.... Sounds like a missing V-Sync glitch. Can you please check the “PresentationInterval“ member on your “D3DPRESENT_PARAMETERS“ It sh ...Show All
Windows Forms DataGridView flickers in realtime app'
Hello, im trying to use a read-only DataGridView in a realtime application where some users states are being monitored. What I'm experiencing is a bad flicker over the entire DataGridView, although I'm updating only a single DataGridViewCell (actually a DataGridViewTex ...Show All
Visual Studio 2008 (Pre-release) How does Client/Server comunication will work
As we know that in WBAs application download in part and run in sandbox. So how can we specify that what type of data will not go to client and what type of data will go, means if a client access my application and transit between pages go forth and back so where in this transition server is involve and how it comunication to server. When a user navigates to a WBA, all the application bits are do ...Show All
Visual C++ error C2440: 'static_cast'
hi, i need some help. I'm moving my project from vc++6.0 to 2005 and i have some problems, first i had in my cpp: BEGIN_MESSAGE_MAP(CMainFrame, CFrameWnd) //{{AFX_MSG_MAP(CMainFrame) ... ON_COMMAND(ID_BTN_ASINCRONICO, OnBtnAsincronico) ON_UPDATE_COMMAND_UI(ID_BTN_ASINCRONICO, OnUpdateBtnAsincronico) ... //}}AFX_MSG_MAP ... ON_MESSAGE(WM_APP_NOSINCRONICO, OnBtnAsincronico) END_MESSAGE_MAP() and in my .h: //{{AFX_MSG(CMainFram ...Show All
Visual Studio VS .NET install problem on XP pro
Hi All I am trying to install VS .NET 2003 but I'm encountering a problem. I insert the installation disc and it autoruns. I then click on step 1 - Pre-requisites. As I don't want to host web applications I skip the installation of IIS and the front page server. At this point a installshield dialog pops up saying: "Command line parameters: /L language ID /S Hide Intialization dialog. For silent mode use: /S/v/qn /V parameters to MsiExec.exe .. ...Show All
Visual Basic How to view wizard genersted code
Hy to all, I want to view the vb code wich is generated by wizards, such as the code of Binding Navigator. I would like to see how funktions like "save Data" or "show next" are working. Is there any way to do this Thanks for your help The code generated by the Windows Forms designer is in the method InitializeComponent. In VS2005, this method is in the file Form.Designer.vb ...Show All
Visual C# I think this is for an expert!!.. coz` no one knowes it..
I think this is for an expert!!.. coz` no one knowes it.. Can anyone tell how to insert a new line in a file Example: test.txt line 1 line 2 line 3 line 4 line 6 line 7 line 8 after the insertion of the line... line 1 line 2 line 3 line 4 line 5 line 6 line 7 line 8 i tryed to use the seek() method.. it works but he overides the other lines.. Anyone know how to do that You will have to rewrite the file ...Show All
Visual C++ Link Error/Resource file/VC++6/WinXP
Pls Guide me i have problem in compiling. /*When i build the following project i get a link error which says """Compiling resources... Compiling... file1.cpp Linking... nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __endthreadex nafxcwd.lib(thrdcore.obj) : error LNK2001: unresolved external symbol __beginthreadex Debug/myproject1.exe : fatal error LNK1120: 2 unresolved externals Error executing link.exe. myproject1.exe ...Show All
Visual Studio Team System What does MS use for Requirements Management?
I know that Microsoft is dogfooding VSTS, but what are you using for requirements management I have seen on these forums multiple posts about Caliber RM for Team System and most say that if you are really serious about requirements, you won't use VSTS alone. I highly doubt MS is using Caliber for their requirements management, but I guess pigs do fly from time to time. When VSTS was used to build VSTS, did you just use scenarios to capture the r ...Show All
SQL Server How can we implement single sign-on with Report Manager?
Our ASP.NET application will have a "Pop-Up Reports" menu item which will launch Report Manager in a new browser window. For internal users we will be using Windows Integrated Security so the user's network credentials will control their access to the ASP.NET application and Report Manager reports. But when the application is accessed from the internet, the ASP.NET application will use forms based authentication against Active Di ...Show All
Visual C# How to create an electronic mapping software?
I need to create a software that is able to display digital maps with the necessary controls such as pan, zoom etc (like an online emap). This software should be interactive and allow waypoints to be plotted on the map with the coordinates of the planned route sent to a ground vehicle. At the same time it should be able to receive information from the vehicle via GPS to enable tracking on the map. How do i go about doing that What are the more s ...Show All
