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

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

donkaiser

Member List

Malb
Aneela
Peter Högström
Nits
DGIX121
Robert Isaacs
Martin Douglas
hypersw
richard.edwards
hammerstein06
Yash.cse
nic667
mahmoodilyas
Paolo Arrigoni
Todd Biggs - Windows Live
kenn_rosie
JoCa
Jeremy_AK
JOshLewis
bamacoder
Only Title

donkaiser's Q&A profile

  • Visual Studio Express Editions what's wrong with this?

    WebBrowser1.Url = textbox1.text in vb6 i think it would be ok, so what's the prob in the 2005 Express Edition thanks. Shaul.   Hmm, I assume this answering this post is a type of necroing, but perhaps it will help someone. To goto the address in your web browser of the text in TextBox1.Text Use the Code as Follows WebBrowser1.Navigate( Me .TextBox1.Text) This was tested on 8/1/2006 with Visual Basic 2005 Express Edition. ...Show All

  • .NET Development furious developer -- can't compile hello world using SDK on windows x64...

    This quote from here (http://devforums.amd.com/index.php showtopic=294&st=0&p=781&#entry781) summaries my frustration: "I'm starting to think that MS doesn't want developers to code for 64-bit version of windows on a 64-bit window. They would rather you program on a 32-bit version of windows targetting 64-bit window. WTF Why release a version of window in 64-bit when you can't freakin' develop a native 64-bit program on it Does that make any sense to anyone here Then you ask why there aren't any software written for 64-bit windows Perhaps, because of *** like this Why would a developer want to develop for a platform when he/ ...Show All

  • SQL Server Default member problem

    Hi, I have Employee dimension with DomainName attribute which is used for role - based access to cube data. I've tried to set DefaultMember using MDX expression and username function, like this: IIF(StrToMember('[EmployeeDim].[DomainName].&[' + username + ']') IS NULL,[EmployeeDim].[DomainName][All], [EmployeeDim].[DomainName].&[' + username + ']') but when I try to deploy this dimension I've got error message "The level '&[PEXIMBG\borko.novakovic]' object was not found in the cube when the string, [EmployeeDim].[DomainName].&[PEXIMBG\borko.novakovic], was parsed" when there is no any Employee ...Show All

  • .NET Development How to make a DIGITAL SIGNATURE if the private key is not exportable??

    Dear All: I have a private/public key pair in windows certification store. How can I use the private key to make a digital signature if the private key is not exportable X509CertificateStore store1 = X509CertificateStore.LocalMachineStore("My"); bool flag1 = store1.OpenRead(); X509CertificateCollection collection1 = store1.FindCertificateByKeyIdentifier(Convert.FromBase64String(KeyName)); store1.Close(); if (collection1.Count == 0) { return null; } X509Certificate certificate1 = collection1[0]; if (!certificate1.SupportsDataEncryption) { return null; } RSA rsakey = certificate1.Key; RSACryptoServiceProvider rs ...Show All

  • Visual Studio Team System Team Build, and Static Code Analysis.

    Hello everyone, When i make a new team build type i can enable Code Analysis, but is there also a way to specify which rules i want to check , cos there are quit a few from all the different categories that i would like to exclude. And you can do this when running CA in Visual Studio or when using it as a checkin policy. So where to set this for Team Build I am using the Juli CTP of TFS, soon i hope to upgrade to Beta3 ;) Greetings, Paul You can do this by overriding CodeAnalysisRules property of project files through tfsbuid.rsp file. This file is generated when a build type is created and located under $/ ...Show All

  • Visual Studio Team System VS 2005 Pro with TFS client and source control

    This is probably a FAQ but having read the licensing paper and http://msdn.microsoft.com/vstudio/products/compare/ , I'm not 100% sure if I can use work item tracking and version control without a VSTS SKU (in the scenario where developers only version control). Yes, the Team Explorer / Source Control Explorer functionality is exactly the same. However, integration with VSTS-only features won't work, e.g. a checkin policy that required you to run VSTS unit tests. ...Show All

  • Visual C++ MFC ClassWizard from typelib for automation

    I'm trying to use automation in a simple MFC application. I've created a CApplication class from the PowerPoint library. It creates the class fine, but it won't compile. There are various variables renamed and not understood. Here are some examples... c:\work\powerpointautomation\autoproject\autoproject\capplication.h(3) : warning C4278: 'RGB': identifier in type library 'C:\\Program Files\\Microsoft Office\\OFFICE11\\msppt.olb' is already a macro; use the 'rename' qualifier c:\work\powerpointautomation\autoproject\autoproject\debug\msppt.tlh(414) : error C2371: 'FontPtr' : redefinition; different basic types c:\program files\mi ...Show All

  • SQL Server how to align data

    I am not sure what combination or item from my toolbox to do the follwing in my ssrs 2005 report: I want sort of like a table that shows something like this: label1           value1 lable2           value2 label3           value3 I tried dragging a table but it has headers, footers, details...I don't want all that.  I ended up having to use a combination of textboxes to do all this but the values don't really align well with the label textbox.  Also, this is going ...Show All

  • Visual C++ Problems compiling C++ Visual Studio 2005

    Hi! I have a large C++ unmanaged application which I compile and run perfectly using Visual Studio 2003. Now, I wanto to compile and run it using Visual Studio 2005. When I compile it in release mode everything works fine, but I get about a thousand comiler errors when trying to compile it in debug mode. All of these compiler errors appear in files that belong to Visual Studio 2005 such as stdlib.h, cstdlib.h,etc. I would appreciate very much some help with this. Thank you :-) These are some of the compiler errors I get: error C2039: 'malloc': is not a member of '`global namespace'' cstdlib error ...Show All

  • Visual Studio Team System The following stream was not found in the assembly manifest error

    hi i tried to write my own FxCop rule and when i tried to load it it showed "The following stream was not found in the assembly manifest" error but when i checked in the rules tab that rule was there. could any one help me out with this. Also could anyone give me the webaddress of site where i can find articles on how to write my own FxCop rules. Can you post the exact error message, word for word You can see more information by double-clicking on the error message. ...Show All

  • Smart Device Development Does PocketPC 2003 receives WM_HIBERNATE message ?

    Hi All, 1) Does PocketPC 2003 receives WM_HIBERNATE messages If yes how should I simulate my application receiving this notification. Offsource I'll be implementing WM_HIBERNATE message in my CallBack function. 2) I tried sample application from WinCE book that has implemented this. But no success. To test this I fully loaded PPC 2003 with files that eate all memory and only 0.3 mb of memory was left on PPC. This time instead of receiving WM_HIBERNATE notification, I saw a dialog box "Program Memory Low" with list of aplication. When I select any of application and clicked OK it closed the application. Can any one elaborate me more or point ...Show All

  • Windows Forms Errorprovider and Tooltip in design time?

    Hi, I want to display some information to the user in the design time. For example, for a certain type of panel, I want to enforce a certain type of child control to be put on it before saving the design. If the required child controls are not on the panel, I want to display error message using something like errorprovider and tooltip (in design time). Is there a way to do this Thanks. Have you looked at design transactions http://msdn2.microsoft.com/en-US/library/system.componentmodel.design.designertransaction.aspx ...Show All

  • SQL Server 64 Bit OLE vs. 32 Bit OLE

    I have a SSIS package that works on Windows Server 2003 32 Bit with SQL Server 2005 32 Bit when I move it to a Windows Server 2003 64 Bit (AMD) with SQL Server 2005 64 Bit it fails with error 80040154 on the connection to an Access 2000 database. The solution maybe Jet 4.0 SP8 however I can not find SP8 for Windows Server 2003 64 Bit AMD (I can find Jet 4.0 SP8 for Windows Server 2003 32 Bit, Windows Server 2003 64 Bit Itanium however). I understand that Access is 32 Bit and the system I am replacing is running on this server using 32 Access (2000), the is also SP8 for Itanium 64 Bit so are you saying that the only 64 Bit OLE connection ...Show All

  • Visual Studio Team System Unable to create project TF30224

    I installed TFS CTP december  on a WIN2003-R2 workgroup box. I am able to create a project on the TFS box without any problems. Connecting to this box from another computer also works, and I am able to change security settings etc. The thing which doesn't work is to create a new project. The following error log is produced: 2006-01-07 12:22:40Z | Module: Internal | Team Foundation Server proxy retrieved | Completion time: 0 seconds 2006-01-07 12:22:40Z | Module: Wizard | Retrieved IAuthorizationService proxy | Completion time: 0 seconds 2006-01-07 12:22:40Z | Module: Internal | The template information for Team Foundation Server " ...Show All

  • Visual C# I dont have a title ! please read

    Ok i want to make like 20 buttons or 10 or 13 but programaticly. for examle for(int i=0;i<n;i++){ Button a=new Button(); } // where n is a nuber gived by the user // and if the user gives n=15; show 15 buttons if user gives n=100; show 100 buttons; i know this wont work!, but anyone have any ideaa about how to do this Your form has a Controls collection. IF you create the button, set it's position and size, and add it to the controls collection, it will work. ...Show All

©2008 Software Development Network