nbhatia's Q&A profile
Smart Device Development What architecture is the wm5 emulator really?
This mrc p15, 0, r0, c0, c0, 0 returns R0 = 0 x69059201 The group of bits16-19 (*) indicates the architecture. According to the ARM, this (05) is a 5TE. However, this if (_AddSatInt(32767,32767) == 4444) { GPFs (makes it to an exception handler, code = 0xc000001d) when run in an emulator, but executes fine on real ARMv5TE processors. This intrinsic (boils down to a qadd) is par ...Show All
Windows Forms message box dose not display.
I have a really bad issue. All of a sudden the pcs in my company are no longer displaying c# .net controls. For example the message box or the list box. The box appears however with no text. I have some that do and some that  ...Show All
Visual Studio Tools for Office Creating a VSTO customization for Online/Offline use
I'd like to have my Word VSTO customization (deployed to an intranet IIS web site) run in both online and offline scenarios. My install doesn't install any files on the client, but simply adds the security policy to allow addins from my intranet site to run. (See "Code Access Security configuring installer" by Mads Nissen 2005 - http://weblogs.asp.net/mnissen). The equivalent commands would be: gacutil -i "%programfiles%\Microsof ...Show All
Visual Studio Team System False Positive: ValidateArgumentsOfPublicMethods
Resolution : "Validate parameter 'left' passed to externally visible method SecurityGroup.op_Equality(SecurityGroup, SecurityGroup):Boolean." Public Shared Operator =(ByVal ...Show All
Visual FoxPro foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc.
foxpro exe and dbf's, fpt's, bak's, tbk's, but now prgs etc. I was given a foxpro program and i would like to see the code (the formulas)... i'm not sure how to do this... thank you... modify command <insert your prg file here> modify form <yourformname> use <yourdatabasename> ...Show All
Visual Studio 2008 (Pre-release) ANN: View a fully functional Clock demo using WinFX on the Internet
The XAML for the following demo was authored in the Mobiform XAML Designer Aurora Beta 7.3, which supports the November CTP. The demo is a clock that keeps real time, based on your internal computer clock. http://www.mobiform.com/demos/avalonclock/webavalonclock.xbap Aurora is available as an embeddable component for XAML authoring in your application. Mobiform is also available to help with your WinFX development, contact us for more detail ...Show All
Windows Forms Line Picker
Does anybody meets .NET LinePicker Control (like ColorPicker) What would that be Something that picks the line style ...Show All
.NET Development Exception: DataTable internal index is corrupted: '5'. on ...
Hi, I have a problem with bindingsource component in framework 2.0. I have a combobox bound to a bindingsource which is also bound to a dataset with 2 related tables and a datagridview bound to the same bindingsource. What I want to do is : When the selectedindex property of my combobox changes, the corresponding cell value must be changed in the datagridview. But although the value in bindingsource changes, datagridview does not displa ...Show All
Visual Studio Team System how to build a solution which mixed vb6 and vs2005
hi, Our project has mixed VB6 and VS2003. currently, we want to upgrade the VS2003 project to VS2005 and use the TFS build to do the daily building. The process is : <Build Project 1 (vs2005) > ---> export tlb file ---> Build VB6 program (use the above tlb file) --> tlbimp VB6 program ---> <Build Project 2 (Vs2005) (using the above tlbimp result>. Currently, I can export tlb file from project 1, but I do not ...Show All
Visual Studio Team System Help! Documents and Reports are disabled
Hi, I've finally successfully installed TFSB3R, and have created new team project successfully. I'm trying another scenario where I need to access the TFS through Internet. The connection to TFS via IP address succeed, so everything is working properly -- the webservice, reporting and so on. The team project can also been retrieved, as well as work items -- nice. However, I have not been able to get the "Documents" and "Repo ...Show All
Windows Forms Permanent location
I was wondering im doing the following. I made a form and i place a picture on there using the picturebox now when someone maximize the form then the picture ends up in the wrong location. How can i make it a permanent location so it's always at the same place no matter how big the screen becomes. Same problem with text labels. Im using vb2005 beta 2 the second link gives me unauthorized and the first link is abo ...Show All
Visual Studio Express Editions The resource editor
I have downloaded Visual C++ 2005 Express Edition and it generally appears good but one feature I am missing is the resource editor. Which version of Visual Studio would I need to buy to get the resource editor. Mog0 resources are just text files somewhere i had a help file for RC.EXE you can still edit them manuanly (or useing a recource editer) but there is no gui for it. ...Show All
Windows Forms Binding DataGridView to XML node or document
I've spent some time looking into this, but I cannot seem to find a way to bind a DataGridView (or a DataSet for that matter) to an XmlNode or XmlDocument. I don't have access to the xml file, I get the XML from another method call so DataSet.ReadXml() seems useless for me. It seems like there should be an easy way to do something this simple. Anyone know how to do this TIA, DarrelC The DataGridView only ...Show All
Visual Basic PageSettings.PaperSize.Kind
PageSettings.PaperSize.Kind excusme bat speak english.. My problem vb.net report print page modification size to want.... ...Show All
Windows Forms Finding ComboBox Item By Value
I know about the FindString() method, but it's only for the DisplayMember. Is there a way to search by ValueMember What's the normal way to handle what I want to do isthe combo box bound to a datacolumn if so, you can use t ...Show All
