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

Software Development Network >> Pär Hedberg's Q&A profile

Pär Hedberg

Member List

chrisSB
Diego Fernández Santos
trobin
Meisash
gcollins
Beav1810
Frode G
Dean.C
mehtan_98
Jagjot
Lionel18330
TimBarkus
KarlHun
Mark_D
Sara Tahir
Mark Phelps
jonathan seale
mutodori
Rodrigo Kassab
Mable
Only Title

Pär Hedberg's Q&A profile

  • Visual Studio VS2005 Registration Benefits - not allowed access to Registration Benefit Portal

    I just registered my copy of VS2005 Standard Edition that I received at the VS2005 Launch. One of the benefits of registering is free icons, components, etc. When I try to go to the Registration Benefit Portal to download them I get a page stating that the page is missing or I lack authorization. Is there a trick to this -Chris I encountered this same problem yesterday when I registered my copy of Microsoft Visual Studio 2005 Team Suite. However, when I returned today to the Visual Studio 2005 Registration Benefits Portal (accessed by clicking the "Registration Benefit Portal" link in my "Thank you for registering ...Show All

  • Visual C# Threading and events . with forms and other threads.

    I have been using multiple threads a bit of late. I am using VS C#2003 at present - but may upgrade to 2005, especially if it helps solve this problem! Here goes: Class1 has a slow process going on in a thread. It Has a public event which fires to say how many percent are complete. It also has one to fire with included data when it finishes. Class2 is another slow process with its own thread. It subscribes to Class1_Finished. It also has its own Finished_Event. Form1 Subscribes to all the above events. To my way of thinking, to reduce the overhead of coding we should be able to make it so that the FireXXXXEvent() checks to see ...Show All

  • Smart Device Development how can i load image from jpgfile to the picture box ?

    hello .. i am new at the smart device developing .. in WindowsApplications i was using Picbox.Image = Image.FromFile("..") But in the smart device application i can't found " from file " function .. Regards , wating for the answer please :) .. You have to use : Picturebox1.Image = New Bitmap("Image Path") ...Show All

  • SQL Server Create New SQL Server Mobile Edition Database

    Hi, I follow the instruction to install SQL Server 2005 Mobile Edition, but when I try to change the Data Source to add a new connection, I don't find "Create New SQL Server Mobile Edition Database". Does anyone know how to fix this Thanks Paolo Giorgio The following steps should give you a brand new Sql Mobile database - Go to the new connection dialog. Quickest way is to right click on Data Connections in the Server Explorer and choosing to add a connection - Make sure you have the Sql Mobile provider selected. The full name is "Microsoft SQL Server Mobile Edition (.NET Framework Data Provider f ...Show All

  • Visual Studio Creating A SubReport

    Can you point me in the direction of how to create and populate a SubReport Why does the footer not display at the bottom of the page You can see the VB version here: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=13691 ...Show All

  • SQL Server Embedding literals in RDL that will come through in HTML

    I am trying to create some reports that when rendered in HTML are supposed to have some interactivity built into them.  I understand that there aren't any facilities in RDL itself that would help facilitate this process for me, but is there any way to embed some literal strings that will come through in the HTML The items I'm trying to finesse through are <script> blocks, checkboxes, and <object> tags.  When I use the designer to put these items into textboxes, they get encoded with the HTML values (&gt; instead of >, etc...) so that the code is displayed instead of interpreted. I thought maybe there would be a ...Show All

  • Smart Device Development SIP Control

    Is there a way to enable and disable the SIP keyboard only. In other words I dont want the icon to display since I dont want users to be able to access the 'Options' selection. I have noticed that when I add the control to my form enabled, initially just the soft keyboard is displayed. But once I set enabled=false, then when I set it true again, the sip icon appears. Any help would be greatly appreciated. Unfortunately the design of the SIP is such that the keyboard should not be visible without the icon. My understanding is that this is an accessibility issue, but I am not certain. Sometimes, bugs ar ...Show All

  • Windows Forms [MSI] DIRCA_CheckFX fails on some PC

    Hi, I built an MSI, using Visual 2005, Framework 2, C#, and a setup project.This MSI install an add-in and a Com server. It works fine on some PC (Xp), but fails on others: the first window contains an error message. The message suggest to restart the installation. Note that I already checked that: * the framwork v2 has been installed * the SYSTEM account has full control over the temp dir and where the .msi file resides, * visual 2005 and the XP machins are English. I have read serveral forums, but the error is no exactly the same: http://www.totalblowhole.com/new-800043-3598.html http://www.pcreview.co.uk/forums/thre ...Show All

  • Visual J# Free game - Engineer your own World

    This is Windward's Christmas present to the development community. Download the Game – for Free! Happy Holidays from Windward Studios. Windward Studios, the creators of Windward Reports, is making Enemy Nations available for free. Sim City meets Civilization meets Age of Empires Enemy Nations combines the world building of Sim City, the large scale and detail of Civilization, and the combat of Age of Empires. Award Winning And you don't have to take our word for it - read the reviews. Enemy Nations is one of the highest rated games ever published. See why T. Liam McDonald of Computer Gaming World called it “The Best Game you Never Played. ...Show All

  • Visual Studio Express Editions NoNullAllowed Exception with DateTimePicker and Combo Box

    Hi All I have a datetimepicker and combobox that are bound to a bindingsource connected to a sql express database. When I create a new record using the associated binding navigator I use the datetimepicker.value = now property to enter todays date into the control. When I save the record using the binding navigator I get a NoNullAllowed exeption from the database. If I manually select the date using the drop down of the datetimepicker I don't get this exception. A similar problem happens with the combobox in that if I use suggestappend or suggest to select the value by typing in the combo box I get a nullexception but if I choose the v ...Show All

  • Windows Forms two projects

     i have two projects in my solution. how can i use a form form my 2a project They are two windows form project. I try to add reference from de 2a project to de 1a but a receive a msg , only dll or another thing , not exe files.   thank you for your reply. I try to use another project with windows form's in my current project. I add a 2o project to my current project and try to use a form , but i dont find it in my 1o project ("Reference"). My projects is in VB .net 2003.(Visual Studio) I try to add a reference of 2o project to my 1o project and i receive de msg "A re ...Show All

  • Visual Studio Team System TF GET docs confusing

    The itemspec description says: Itemspec  File or folder to retrieve. If no itemspec is provided, Team Foundation performs a recursive get of the current workspace.   But then in an example later it says this: C:\projects> tf get /recursive  Retrieves the latest versions of all uncloaked items from the server folder and all of its subfolders to the C:\projects directory, creates working folders where necessary. Which is it   The whole current workspace OR everything at and below the current directory in the current workspace   I found out a coupl ...Show All

  • Visual Studio Is there a way to analyse inside a function?

    Is there a way to analyse inside a function I've browse till the CodeFunction with the help of FileCodeModel; but can't go further I've also try to analyse my file with CodeDOM; but I got NotImplemented exception on Parse function... Hi, Currently not, you have to parse the code on your own. I sent a suggestion to the VS wish list some months ago. Maybe for VS "Orcas"... ...Show All

  • Visual Studio Tools for Office How to include an MSI to be installed as part of an install? (Or, how to call msiexec )

    I'd like to install the Office2003PIA as part of my VS2005/VSTO app.  If I include the .msi as a file, I cant set a custom action, since .msi files are not supported I know it should be msiexec.exe /i O2003PIA.MSI, but I don't see how to do this... Hi Bob! I say your posting where you asked how you could solve the "O2003PIA.exe has changed since it was initially published." (http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=113981&SiteID=1) and I now facing the same problem. I then say this posting, and it seems to have solved your problem, but I did not quite understand how you did it. Could you please elaborate on ...Show All

  • SQL Server SQLExpress & Reporting Services

    Hello: I downloaded & installed the latest SQLExpress CTP but I could not find the RS 2005 component. Does SQL Express CTP support RS 2005 or Is this a seperate install Documentations are really confusing. Some say Express supports RS and some say they do not. Thanks -RTU Microsoft decided to include Reporting Services in Express based on customer feedback.  Here is a link that includes a matrix to differences in Reporting Services based on release:  http://www.microsoft.com/sql/2005/productinfo/rsfeatures.mspx . The current Express CTP doesn't include Reporting Services.  I don't know if ...Show All

©2008 Software Development Network