Software Development Network Logo
  • Visual Studio
  • Visual Basic
  • .NET Development
  • Visual J#
  • SQL Server
  • Visual C#
  • Windows Forms
  • Game Technologies
  • VS Express Editions
  • Visual C++
  • Microsoft ISV
  • Architecture
  • Windows Vista
  • Smart Device
  • Visual FoxPro

Software Development Network >> Nanneq's Q&A profile

Nanneq

Member List

Congero
jj kaufman
CiNN
c# newbie
Kate Wells
arke
dterre
Angela Zhou
mika85561
Jonathan Davlin
Zhou Yong
MarkRobinson
LTourist
avishay_y
rishi_rv_2006
Kanga LeRoo
ags2886
Mukul Gandhi
Jason Dear
padonkas
Only Title

Nanneq's Q&A profile

  • Visual Studio Express Editions Running an Application from my Application.

    How do you run a different program from your program Example: You make a simple program that has five buttons: Word, Excel, Powerpoint, Outlook, Acess. What code could execute Word, Excel, or any other program if one of these buttons was pushed You can use the Start method of the Process class to start other applications ...Show All

  • Visual Studio Express Editions Do i have to uninstall 2005 express as i want to load professional

    I have visual C# loaded on my computer do i have to uninstall as i now want to put on visual studio 2005 professional Hi Andreas, I would like to uninstall the express edition as i would have no need for it ...Show All

  • Visual Studio Express Editions Java Language Conversion Assistant 3.0

    Is the above part of the c# express edition If so, how do I access it If not, can I download a compatible version of the tool John: It doesn't ship with C# Express, but you can download it here: http://msdn.microsoft.com/vstudio/downloads/tools/jlca/default.aspx Michael Blome - Visual C# Documentation Team ...Show All

  • Smart Device Development Intercepting Key Down/Up messages in .NET

    Is this possible   I want to intercept certain keys as they are pressed and perform events on them. Thanks, Jeff. Here's a FAQ listing some additional details on what is/not possible with v1. http://msdn.microsoft.com/smartclient/understanding/netcf/FAQ/default.aspx#7.27 ...Show All

  • Visual Studio Tools for Office Access ICal UID from VSTO

    Hello, I'm working on a system that will syncronize appointments between outlook and my web application through web service. My application already export appoints to outlook with ics files (ical) BEGIN:VCALENDAR VERSION:2.0 METHOD:PUBLISH BEGIN:VEVENT DTSTART:20060529T184000Z DTEND:20060529T184500Z LOCATION:room1 UID:12345 TRANSP:OPAQUE SEQUENCE:0 DTSTAMP:20060529T210534Z DESCRIPTION:Test this is a test SUMMARY:Test PRIORITY:5 X-MICROSOFT-CDO-IMPORTANCE:1 CLASS:PUBLIC END:VEVENT END:VCALENDAR this works great, but my problem is with the UID. I can open the appointment in outlook and do save as "ics" file and I se ...Show All

  • .NET Development Problems in Marshal.PtrToStructure

    Hi all, I'm having problems when using Marshal.PtrToStructure and passing a structure type to it with structure array as one of its members. The exception i'm getting is ' can not marshal field ComnPara of type DeviceDialog.CgfFileStruct This type cannot be marshaled as a structure filed. ' This is my structure  [StructLayout(LayoutKind.Sequential)] public struct CfgFileStruct {  [MarshalAs(UnmanagedType.ByValArray,SizeConst=Constants.MAX_PORTS - 1 )] public ComnParaStruct[] ComnPara; [MarshalAs(UnmanagedType.ByValArray,SizeConst=Constants.MAX_PORTS -1 )]  public long[] wNumOfUnits; [MarshalAs(UnmanagedType.Struct)] ...Show All

  • Software Development for Windows Vista WinFX RTC December 2005 Not working with December Vista SDK

    There's a problem with the WinFx RTC download for December 2005.   The links on the page http://www.microsoft.com/downloads/details.aspx familyid=BD3BA2D5-6ADB-4FB2-A3AA-E16A9EA5603F&displaylang=en There's a link to download the entire WinFx RTC package instead of the "smart" installer. http://download.microsoft.com/download/9/4/9/949EEA41-364A-45DC-8F4E-47E7AC147D25/winfxrc.exe I checked the time/date stamp in the downloaded files from the WinFX RTC and the Dll's are all from 11/18/05. this is for the WinFX RTC that is linked on the downloads page indicating it was December 2005 WinFX RTC.   This happens wi ...Show All

  • Software Development for Windows Vista Question about ConditionedActivityGroup

    I tried the Handson lab 7 Exercise 1 of Beta 2 and intentionally change both the evaluation conditions function to args.Result = true; // hard code to true I would expect both code activities be executed since both conditions are true. The result shows otherwise. The handlers are executed alternatively. Is that by design, each loop (of CAG until loop) only evaluate one condition And what's the order How can I achieve parallel executions Thanks. You should read Nate's blog on parallelism in workflow , it is written about the parallel activity but pertains to the conditioned activity grou ...Show All

  • Visual Studio Changes to the ProjectName from a Wizard is ignored

    Hey GAT team! I have a fairly simple project template that is running a recipe that helps the developer build the ProjectName for the new project. (among other things of course ;-) The recipe contains the ProjectName argument, ie: < Argument Name = " ProjectName " > < ValueProvider Type = " Evaluator " Expression = " $(AppNamePrefix).Entities " > < MonitorArgument Name = " AppNamePrefix " /> </ ValueProvider > </ Argument > And allows the user to view / change it within the Wizard, ie: < Fields > < Field Label = " Project Name " ValueName = " ProjectName " /> &l ...Show All

  • Smart Device Development Showing a form over the PPC Password screen

    I'm developing a Pocket PC app that runs at defined times, the device I'm testing on (SPVM500 or HTC Magician) has the Password configured to 'lock' the device after a number of minutes. I'd like my app to be able to display its main form over the Password screen, without the user unlocking the device first. Currently if the device is locked the app runs fine but the form is not shown untill the password (pin) is entered. Is this possible If so how I'm using VS.net 2003 with PPC2003 SDK.  If this isn't possible can it be done using bubble notifications, again I've tried this but the notification is not shown when the pass ...Show All

  • Windows Forms Enabling a tool bar Via MDI Child

    I have a situation where I want to use a login screen for determining which toolbar to load on my MDI parent application.  But, I can't seem to make it work.  I first load the MDI parent and then Load a Child form for the login page.  Once the person logs in I can't enable the toolbar on the MDI parent from the child. &nbs ...Show All

  • SQL Server View properties of a measure group

    I want to write an XML/A Process command for a Measure Group. Yeah, I know I can script the Process command myself but I like writing these things myself - helps me learn things y'know! Anyway...in order to write the Process command I need to know the ID of the Measure Group but other than scripting the Measure Group to a new query window there is no way to get that ID. Why is there no UI interface in SSMS to see the ID property of a Measure Group It seems to me that the "Summary" tab (press F7 to view) would be a good place to put this information seeing as it is used for virtually nothing currently. Any comments Agre ...Show All

  • Windows Forms SelectedIndexEvent for DataGridViewComboBoxCell

    Hello All. I've added a DataGrivViewComboBoxCell to a DataGridView, and I want to listen to SelectedIndexChange events (same as normal ComboBox). Is their a straight-forward way to do so  Some event that is equivalent   Or, anyone knows a way around to solve this p.s: I've used valueChangeEvent and some other event but all of them fire the event only after I lose&nb ...Show All

  • Visual Studio Check In Error through Web to VSS 2005

    I am getting the following error on SOME files only when trying to check them in. "There was a failure uploding the url etc......" The paths are all correct and permissions and all. I can do all the files individually except for one. The file reference.cs inside of one of my web references. I think it has to do with the size of file. It is 264 kB in size, I see it on the server with its GUID name, but its only about 130 kb when it dies.... I have since verified that it is NOT a size issue, I added a 1.8Mb BMP file to the project and check it in and it worked great. So the problem is specifically the reference.cs file. Any ...Show All

  • Software Development for Windows Vista So can I call into Indigo Service ?

    So I have been playing with Indigo (WCF) in the last few months and now I come across this cool WWF technology. I guess I should be able to call into Indigo Services, within a Code Activity block. But I have seen advice that a code block should not depend on external services.  So I am not sure that my return values will become visible. Of course in true message based SOA, I should also really be able to set up Channel.Send(message) Send and and Receive. So I guess I wait for a proper RPC and Message orientated Indigo Invocation Activities to appear. Any other opinions/expectations Jules James C ...Show All

©2008 Software Development Network