Software Development Network Logo
  • Audio and Video
  • IE Development
  • Visual C#
  • SharePoint Products
  • Microsoft ISV
  • VS Team System
  • Visual FoxPro
  • SQL Server
  • Visual Basic
  • Game Technologies
  • Windows Vista
  • Visual C++
  • Smart Devicet
  • .NET Development
  • Visual Studio

Software Development Network >> Gert Christiansen's Q&A profile

Gert Christiansen

Member List

Raptorix
gregu33701
pdianne
TheJet
sandeepam
tweetys
Jessica Alba
sajiv
Speedbird186
eroe
PankajJSingh
Alexander Ekzarov
LLIAMAH
js06
Vasic
Sukanya
atngold
Tryin2Bgood
acm programmer
KarimRadi
Only Title

Gert Christiansen's Q&A profile

  • Visual Studio Team System 64 bit support?

    Can i install Team Foundation Server on Windows 2003 Enterprise x64 Edition I havent seen it listed as a supported OS. If not will 64bit be supported any time soon Hi, At the moment you can only install the TFS data tier on a 64bit OS when using a dual-server configuration. Check the section on "64-Bit Operating System Support" in the TFS installation guide for more information. I don't expect to see 64-bit support until the next release of TFS. Regards Anthony ...Show All

  • Visual C# Passing properties as delegates

    Let's say I have the following: class Foo { private int myInt; public void SetInt(int i){myInt = i;} } And then somewhere else, I have this: delegate void MyDelegate(int); // Define a delegate that matches the signature of the Foo.SetInt function class Bar{ void DoStuff(MyDelegate someDelegate){ .... } // A function taking the delegate as an argument } Now I can easily pass SetInt as a delegate to the DoStuff function, no problem there. But what if I'd used a set property instead of the SetInt function, like so class Foo { private int myInt; public int MyInt{ set {myInt = value;} } } Is there any way I can then pass the MyInt property as a delegate to another function I suppose I could do it by wrapping it in an ...Show All

  • .NET Development 50% of solution

    How to get from clipboard the data of unknown format, and then put it's back without loosing anything For example: 1) Copy some cells from Excel to clipboard, using buttons. 2) In my program, getting data from Clipboard, and putting it in my variable called vClipData. 3) Closing Excel. Than opens it again. Creating new document. Clearing the Clipboard by copying blank sumbols. 4) In my program, putting value of vClipData to Clipboard. 5) In Excel click right button, than click Paste. In that case I must see in Sheet data, that I copyed in 1-2st steps. Well... Please solution (VB,C#), if posible... Thanx to anyone. mmmmmmhhhhh... Yes, the main problem with ClipBoard, is the data format, but, to me, this ...Show All

  • Visual Studio Tools for Office how to add custom toolbar and button in outlook express?

    how to add custom toolbar and button in outlook express using VSTO plz give me some sample. Thanks for your posting. VSTO works with Outlook 2003 stand alone version, Outlook 2003 professional edition, not Outlook Express. You will be best served by posing this question to a forum or newsgroup wholly dedicated to application-specific issues such as yours. Here is a link to resources that will help you: Please read first: Non-VSTO Question/Issue Resources http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=174275&SiteID=1 Outlook · General programming issues: outlook.vba newsgroup http://msdn.microsoft.com/newsgroups/default.aspx dg=microsoft.public.office.developer.outlook.vba&lang=en&cr=US · ...Show All

  • .NET Development POST WebRequest

    Hello, I'm trying to log in to a website programmatically. My first thought it was to construct a string with the requested values . Example for the following login form :   <!-- login form -->   <form action="/login.php" method="post"> <input type="hidden" name="action" value="login"> <input type="hidden" name="url" value="/forum">   <script type="text/javascript" src="clientscript/vbulletin_md5.js"></script>   <table cellpadding="0" cellspacing="3" border="0">   <tr>    <td class="smallfont">User Name</td>    <td><input type="text" class="button" name="username" id="navbar_username" size="10" accesskey="u" tabindex="1 ...Show All

  • Windows Forms Getting error "You do not have privileges to run this application"

    I have a Windows Forms application I wrote last year in VS .NET 2003, which I've upgraded to VS .NET 2005 today. It includes Crystal Reports 11 Release 2, and I've made a setup for it. I've just tested it by installing it on a new PC, and I'm getting an error that says simply, "You do not have privileges to run this application". I've searched for this error using both Live.com and Google, and really haven't found anything useful (both search engines yield just one website that lists this error message - interestingly enough it is not the same website). I am hard pressed to figure out why the network administrator account, which is what I used to install the app and test running it with, does not have privileges in order to run i ...Show All

  • Visual C++ Getting an error RC2188 (Visual Studio 2005, C++)

    Hi, For some reason I'm getting an RC2188 error from the Resource Compiler when accessing the Resource View. There is no documentation for this error. Situation is, I have an RC2 file with my version info in, which is not to be edited by Visual Studio. When the message comes up, it has the path to the RC2 file with a (6) after it. Presumably this is the line number which is #error this file is not editable by Microsoft Visual C++ Anyone have any idea why this is now causing an error (has been working fine in this configuration for months) Thanks in advance Ian. Ian Daysh wrote: I implemented the Automatic Build Number Increasing Macro as found here . Did you see Modify by ...Show All

  • Visual Studio Team System Change location of a build type

    I did a "Get Latest Version" on a Build Type and now I need to change the local path. How do I do this Also, why didn't Team Explorer update the new local path Instead I got this error the next time I tried to Open the Build Type: TF42012: The build type <name> is either not valid or was not found. Please verify that all required files are checked in and up to date. I made sure everything is there. If I click "Build" at the top, it doesn't even list the type any longer. I need to get it back into the default build type directory with the others, but I can't find a quick way to do it. Thanks! ...Show All

  • Visual Studio Express Editions TabControls

    Simple question. How do I change the name of the tab So that I can name the tab instead of seeing Tab1. Thanks. If you are setting the tab text as a constant string through out the life of your program then you could just set it in the designer. If you are wanting to set it at startup of your app then place it in the form load event ...Show All

  • Visual C++ LNK2019 Linker Error in VS .Net 2003

    I had about many projects in VC++. I have converted all to VS .Net 2003 versions and compiled them into a solution. All of them compiled correctly execpt one which reports the follwoing kind of error. LNK2019:Unresolved External symbol "Public: static struct CRuntime Class *_stdcall C3DContourView :: GetThis Class(void)"( GetThisClass@C3DContourView@@SGPAU RuntimeClass @@XZ)referenced in function "public:virtual int_this call CPPModellerApp::InitInstance(void)"( InitInstance@CPPModellerApp@@UAEHXZ) Like above i got some 3 errors and also the following one. LNK2019:unresolved External Error: "_declspec(dllimport)public:static struct CRuntimeClass *_stdcall CDIPDoc::GetThisClass void("_imp ...Show All

  • Game Technologies: DirectX, XNA, XACT, etc. XInput wrapper

    How are people wrapping up XInput Many games only care when the player starts or stops pressing a button. State changes. Edges. XInput lets you check if the button is currently down or not, but leaves the rest to be handled at a higher level. Is XNA Framework planning to handle any of this I wrote a quick wrapper that just checks for state changes and fires off events using delegates. This is a good start, but requires an update from the game loop to check for those changes. Even at 60Hz, I imagine it's easy to drop edges, and god forbid the game hitches due to some nifty effect. Losing an input would be pretty annoying for a fighting game. Lacking interrupts, it seems the best solution might be to dedicate a thread to monitoring control ...Show All

  • Visual Studio Express Editions listitems, how to change back colour of them individually

    hello i have a list box, and for example it may contain 20 items. when a new one comes in is there a way to make the new item background colour change only, i can only make them all have the same back ground colour. then when another new item enters the list and all items get shunted down the text retains the back colour it just had. i can post the code i have if required. many thanks in advance, ian You will need to use a owner-drawn listbox. There is an example in this msdn article . ...Show All

  • Windows Forms C# How to make a form click-thru-able (hard to explain in one line!)

    Hi, I was considering making a cursor replacement application in C#. To do this i made a form with a PictureBox and a Timer. The Timer would synchronize the form's position to the cursor coordinates. The form was using a TransparencyKey and was TopMost. However, when I click anywhere, the form handles the mouse event, meaning that I can't do anything with the computer other than click on the cursor (not really that useful!!).... how can I make it so that clicks "go through" the form OR! Is there some way in C# of drawing images, etc. beyond the form's surface Thanks in advance! - Javawag Sorry, I think you've misunderstood my question... As the application I am making is just a cursor replacem ...Show All

  • Visual C# help me to convert vb.net property to c# syntax

    Public Class Class1 Dim strCasenumber As String Sub Class1() End Sub Dim h As New Hashtable Public Property Item( ByVal key As String ) As String Get Return strCasenumber End Get Set ( ByVal Value As String ) h.Add(key, Value) End Set End Property End Class C# has very limited support for indexed properties. You'll be stuck if you have more than one property in your VB.NET class. If not, you can use an indexer. The original VB code looked wrong, I'll make corrections as I thought necessary: public class class1 { //private String strCaseNumber; private System.Collections.Hashtable h = new S ...Show All

  • Windows Forms Problems with .SWF files in WebBrowser =(

    The problem is quite strange ... I .Navigate() my WebBrowser to any .swf file, and it appears normally .... imagine it is a flash-game ... I press any button on the flash "scene" and thats OK, but after the first CLICK others don't work o_O ... But they : "don't work" VERY strange: if I click on any button, the button changes its appearence as I would really click on it, BUT - the scene doesn't change - as if I didn't click on it :/ I tested it on MANY .swf's - all the same. And at the same time - if I open the .SWF files in IE - everything is OK. Also I noticed, that clicks begin to work in WebBrowser after alt-tab ... I found the "answer": http://forums.micro ...Show All

©2008 Software Development Network