William Bartholomew's Q&A profile
Software Development for Windows Vista Proxy credentials settings for cardspace
I failed to check Internet IDP because of following error: =============================== There was a failure making a WS-Trust exchange with an external application. The Identity provider end point was not found. Inner Exception: Metadata contains a reference that cannot be resolved: 'https://xmldap.org/sts/mex'. Inner Exception: The remote server returned an error: (407) Proxy Authentication Required. ... ================================ My corporate proxy requires auth, but doesn't apply default credentials. Writing sample .Net app with following config forces correct proxy auth. ========== <system.net> <defaultProxy useDefaultCredentials="true"/> </system.net> ========== How to make it applied by Cardsp ...Show All
Visual C# Capture Key Presses in Windows
Hello, I would like to build an app that acts similar to ALT+TAB (a key combination causes a form to pop up, hide the form when the keys arent held down anymore) and I'm just wondering what I would need to do to capture keys in Windows Will I need to access the Windows API directly to accomplish this Are there any examples that somebody could point me to that show how to do something in C# based on a KeyDown in Windows Thanks! Michael J. Brown wrote: I'm not sure that method will work unless the Control has focus.. as I understand it he wants to override Alt-Tab functionality and create his own Alt-Tab method in Windows.. is this correct or are you wanting similar functionality in your spec ...Show All
Smart Device Development MSMQ Over http in .net cf 2.0
Hi, I am trying to use msmq over http (or srmp) in a smart device application (.net cf). I have been able to send messages over http in a desktop application ,but I am not able to do the same in .net cf. Is msmq over http supported in .net cf 2.0 For Windows Server 2003 I had to install a msmq over http component , is there something similar that needs to be done on the device/emulator Am I missing something here Thanks, Deepthi Hi, I am trying to use msmq over http (or srmp) in a smart device application (.net cf 2.0 windows mobile 5.0 emulator). I have been able to send messages over http in a desktop application ,but I am not able to do the same in .net cf. In fact I am not able to ...Show All
Visual Studio Team System Subscriptions stopped working!
I rebooted TFS yesterday, and since I have not been receiving any subscription events. Checked the event log and this error came up after rebooting...No other errors since. Anyone seen this before TF53010: An unexpected condition has occurred in a Team Foundation component. The information contained here should be made available to your site administrative staff. Technical Information (for the administrative staff): Date (UTC): 11/7/2006 8:00:41 PM Machine: COMPUWARE Application Domain: TFSServerScheduler.exe Assembly: Microsoft.TeamFoundation.Common, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a; v2.0.50727 Process Details: Process Name: TFSServerScheduler Process Id: 2488 Thread Id: 2564 Account name: PFDOMAIN\TF ...Show All
Windows Live Developer Forums Scale and messages language?
The default scale is in miles, can I setup the scale in km units The server messages appears in English, can be setup so that they appear in other languages Thanks!! Thanks a lot! Now my map is in km scale! Another question; MapControl.Features ... Are there other Features no documented in SDK How I can get the MapControl.Features documentation ...Show All
Visual Basic Need Password (VB2005,SQLServer2005)
CLOSED Why would you need the password Just reset it, or temporarily bypass the authentication code. The only way to get the password is with a dictionary attack, computing hashes and seeing if they match (a big waste of time). The whole point of hashes is that no-one can ever see the password. You have the code, why are you asking such a question ...Show All
SQL Server SSIS Object Heirarchy
Can someone point to any links where I can get some info on the Object Heirarchy of SSIS ...Show All
.NET Development How to access COM interface of a running C# program?
Hello everyone, I am trying to access the COM interface of a running C# object. Is it possible to do so I can create a new instance of the object with objNameVettLateBound = Activator.CreateInstance(objTypeNameVett); and call the exposed methods of that object without a problem. I was wondering if it was possible to grab an already running instance of that object Thank in advance. Google for " Running Object Table ". ...Show All
SQL Server Perfecto
hi, i want to know how to do that: table: costtypes fields : typecode values: amount, vat, duty, table bills: fields: billid, costtype, amount value bi1 amount 1000 bi1 vat 10 bi2 amount 200 i need to create a view that will display amount, vat, duty as fields. note that these are values in the table. so that i will have billid amount vat duty bi1 ...Show All
Visual Studio Express Editions Events handling
Hi I am looking at Raising and Handling events. I have come across a problem that I need some help with please. I have a poject which has 1 form(form1) and two classes (Class1 and Class2) A instance of Class1 is created in Form1(objClass1) A instance of Class2 is created in Class1 (objClass2) Within Form1 I pass a integer value of 10 to a public property(number) within Class1 If the number > 10 raiseevent myevent which is handled in Form1. No problem works fine. Now within the Class1 I create a instance of class2 (objClass2) and pass an integer value of 10 to its public property (number). Again if the number > 10 raise an event (myevent2). Now the issue: If I place the event handler for myevent2 in Cl ...Show All
SQL Server Get week number with changed @@datefirst question
I want to get the week number (according to ISO rule i.e. if most of the working days fall in the JAN set it to as week number 1). I know one stored procedure is available at MSDN to achieve this task. It works fine for me if the @@datefirst is set to 1 (i.e. Monday) but i have a strange requirement of calculating the week number according to ISO rule but the start date of week can be any day for example Saturday. When I try to run that procedure with my unique criteria I get wrong week number for some years Can any one tell me the more generic solution Your help is appreciated thanx What I understood is, 1. Need to find the Week Number for the Given Date 2. If the Jan-01 of the year fall after Wednesday then it wil ...Show All
Visual Basic Referencing Text on another form
How can I make a reference to a textbox on one form to another so that it's text will show up in a textbox on my other form. Example: on Form1 I have textbox1 with information typed in, and on form two, i have textbox2, where i need that information to appear. I just need the reference from that form so I can use it on my other form. Thanks Now that I've use Visual Basic enough, I realized that just doing this: textbox1.text = "Hello" + My.Forms.Form1.Textbox2.Text & " World!" does exactly what i wanted. Thanks ...Show All
Visual Studio Custom source for connector
Hello again, In my DSL, I want to create connectors which doesn't connect from a shape but from a compartement of a shape. I couldn't find any explanations so I ask this question here... The reason for this: I have a Component element which has two elements (Contract and Implementation) embedded. In the Component's shape, two compartements are defined for these elements. But there are no shapes added because this would result in a rather ugly mix of many different shapes when many Component elements are added. A Contract element has a reference to an Assembly element and this relationship I want to create via the compartement item and not via a shape. I hope you understand my short overview... Best regards Christian Hi Gareth My name ...Show All
SQL Server Timeout
I have a datawarehouse and a Step is timing out. The step involved inserting records... I am calling a stored proc from a VB script in the step...from ISQL this step taks a long time but works fine. Thanks, JavaWaba Hey JW: What's timing out Is SQL Server timing out, or is the step in your SSIS package It may make a difference as to where to look for a solution. Also, as always, are you sure the stored procedure is well-designed and efficient ...Show All
SQL Server Using SQL Server 2005 Express in a Windows peer-to-peer workgroup
Does anyone have a experience or links to resources for implimenting SQL Server 2005 Express in a Windows peer-to-peer workgroup Thanks. I don't have any specific documentation on this, do you have a specific question I'd be interested to hear if others on the forum have any experience doing this type of deployment, anyone Regards, Mike Wachal - SQL Express team ...Show All
