Dan Mikkelsen's Q&A profile
Smart Device Development keyword: __arm not supported in vs2005??
Hi all, I made a solution with smartphone wce5, i want to use a little source code assemble. So, i put the keyword:__asm {...} From embedded visual C++ 4: + i found in document that: it seems that evc++ 4 supports the keyword __asm. But now, i use Visual studio 2005 release teamsuit. The moment i try to compile i met this error C4235: __asm keyword not supported on this architecture. In vs2005, i chose: compile for Architecture: ARM4(/Q ...Show All
Windows Forms Images and Forms
Hello, I have a logo that I paste on each of the windows form for an application that I am developing. I'd like to know if individually pasting this image on each form increases the overall size of the EXE. If yes, is there a better w ...Show All
Visual Studio 2008 (Pre-release) When and where to set custom IIdentity when implementing custom authentication
Hi - If custom user name/password authentication is being implemented, where is it possible/recommended to set the "PrincipalIdentity" to a custom IIdentity object So far I have custom implementations of ServiceCredentials, UserNameSecurityTokenAuthenticator, UserNameSecurityToken and IAuthorizationPolicy all hooked in and working nicely to verify user credentials against a custom store. I am looking to attach a custom principal object followin ...Show All
Visual Studio Gathering output files into a property
I'm trying to put all the outputs of the build into an itemgroup. Immediately after the Build target I've got this: <ItemGroup> <ZipFiles Include="**\*.dll" <ZipFiles Include="**\*.exe" </ItemGroup> But when I print it it's always empty. Are ItemGroup's evaluated in the order that they're written (in this case after the Build task that creates the .dll's and .exe's) or are they evaluated before any tasks a ...Show All
Visual C++ Visual C++ express beta 2: can't link std::runtime_error
This simple example won't link - unresolved external symbols for std::runtime_error (build log follows example). Command line for build: /Od /I "C:\Program Files\Microsoft Platform SDK\Include" /I "C:\Program Files\Microsoft Platform SDK\Include\atl" /I "C:\Program Files\Microsoft Platform SDK\Include\crt" /I "C:\Program Files\Microsoft Platform SDK\Include\gl" /I "C:\Program Files\Microsoft Platform SDK\Include\mfc" /D "_MBCS" /Gm /EHsc /RTC1 ...Show All
Visual Studio Express Editions MDI Help Needed
Hello everybody, I was playing around with the MDI form and was trying to figure out this. Upon loading of the MDI Parent form, I would like to have a form that is being auto loaded plus it is maximize. I have manage to make the MDI Parent to auto load the form but I can't manage to maximize is upon loading. I have changed the 'WindowState' of the form that I wish to maximize to 'Maximized' but when I run it, it still appears in its original ...Show All
.NET Development Remoting Client Events fail
After finding many samples on the web I tried implement a client-side class which containes methods that the server could fire for an individual client. Normal remoting methods (called by the client to the server) work fine, but once it comes time for the server to call a method from the client class, the application hangs. Finally, when I kill the client application, I get the following exception on the server: [03/17/2006 14:40:04:83] Opera ...Show All
Windows Forms Panel's border style
Is there a way to change the border color thx, you would think they would include that feature right border color property. guess not. once again, thx. ...Show All
Visual Studio Team System Associating server folders with comment.
Hello, Is there any way that I can associate a server folder with some text properties or comments or anything like that Thank you, Hello Martin. I want to associate development branches with "Software Change Request" numbers. I have a simple structure: $/TeamProject/Mainline $/TeamProject/Branches For every change request I branch the mainline into a directory in Bra ...Show All
Smart Device Development Smartphone Emulator: Can we use any cell phone which can have connectivity with my PC using bluetooth?
Hi all, I am working on a student project, which requires that Smartphone 2003 emulator should receive SMS, but I came to know that it is not possible to have communication with my emulator without cellphone. Is it right If it is, then please tell me can I receive SMS by connecting my emulator by connecting my NOKIA 6600 set through bluetooth or is it necessary that I should have Smartphone Please reply as soon as possible. Thanx in adv ...Show All
Software Development for Windows Vista Samples for hosting WWF in ASP.NET web Applications
hi I'm being busy all day long working myself into WWF in combination with ASP.NET. I found a few tutorials and sample code for asp.net applications in combination with WWF, but nothing which is more sophisticated than writing a hello world. Are there tutorials which use the SQL Persistence, SQL Timer and SQL Tracking Service with asp.net applications Maybe I just couldnt find them on the web. So if someone got a good tutorial, or sampl ...Show All
Visual Basic Displaying the current location (Line, Col) of a TextBox in a StatusBar
Any ideas Along these same lines, how do you change the location of textbox in code I can display the current x and y locations via a message box. But, I can't get it to change the location and move the textbox or a label. Any help would be greatly appreciated. Rob ...Show All
Visual Basic Code Help
Hi, I've got a big problem here. I've got a Browser written in C# and I'm trying to convert the code into VB.Net and for the most part I've been able to do this. The Go button though I'm having a lot of trouble with. Can anyone tell me how to turn this into VB This is the C# code for my "buttonGo". private void buttonGo_Click( object sender, System.EventArgs e) { System.Object nullObject = 0; string str = " ...Show All
Visual Studio Team System Reducing the change-tracking scope for Team Build reports.
Hi, In one system, 7 components (.net project) are managed by one Team Project. One build type exists that builds the complete solution. There are some people dedicated to keep track of only the changes within one specific component (one scenario is that one of the components is being shared between other projects and therefore needs more detailed Configuration Management). For the complete build, the build report lists all ch ...Show All
Windows Forms Looking for P/Invoke definitions?
Check out http://www.pinvoke.net! The full story is here: http://blogs.msdn.com/adam_nathan/archive/2004/05/06/127403.aspx ...Show All
