Shreveport's Q&A profile
Windows Live Developer Forums Clarification
So if i'm right, Microsoft is releasing MSN Messenger Activity API's for the protocol Good, in a way, but will Microsoft change they're licence to allow us to create applications (such as MSN Messenger Robots and 3rd Party MSN Messenger Clients) that will connect to the .NET Messenger Network , because if not, then this is really just for refrence.... Yes, although the protocol itself you don't have to worry ...Show All
SQL Server Is there an API to work with Data Source View/Report Model properties directly?
Hello, More clearly, the question is what is the best way to programmatically access data source view and report model files. I don't see this functionality available out of the box. Any wrapper classes I need to automatically rename/change display names inside the model after it has been generated. Thank you, Leonid. ...Show All
Windows Forms How will I center a text box and a button on a form at runtime?
I have a form 'Form1' with a textbox and a button control on it. These controls are aligned vertically, one under the other. How will I make sure, that no matter what the size of the form Form1 is (either maximized or less), the text box and button remain always centered on the form By 'centered' I mean, centered horizontally and vertically. Assuming your TextBox is named textbox1 and your Button is named button1, handle your ...Show All
Windows Forms Aligning a form on top of the taskbar on the desktop
Hi, I've seen a few apps which place a long streched form on top of the windows taskbar (the one with the startmenu in it :p), now it sits there always on top and other windows don't resize behind it, but on top of it. Meaning th ...Show All
.NET Development Calling Javascript from C#.NET
Hi, I have an HTML page with contains both Javascript and a .NET control on it. the html is: <html> <head> </head> <body> <SCRIPT LANGUAGE="JavaScript" src="javascript/projectJS.js"> </SCRIPT> <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" W ...Show All
Visual Studio Team System VS 2005 Team automatically includes local files into the solution/project
Visual Studio 2005 Team - Architect with/without Visual studio sourcesafe 6.0d Visual studio 2005 team architect automatically adds the local exisiting files into the solution or project by default. "Exclude Files" doesn't work the same way that in VS 2003. For example if you close your project and copy some source files in to the project folder. after you reload the solution, VS 2005 recognises those files as newly added files ...Show All
SQL Server SSMS equivalent of "Poll server to find state" ?
In SQL Management Studio, is there a way to turn off polling among the registered servers I liked this feature in SQL 2000 because it caused less network traffic, and fewer entries in the target machine's Event Viewer. More strange behavior... SSMS polls standalone default and named instances, but not cluster default and named instances. I would like a way to turn off polling, either an undocume ...Show All
SQL Server service broker error : Connection handshake failed
When I configure SSB in two machine to send message, I get a error message in target machine SQLProfiler: "Connection handshake failed. There is already an existing connection with the same peer and this connection lost the arbitration. State 80." Then I get another message "This message could not be delivered because it is a duplicate.", but I am sure the configuration of routes is r ...Show All
Windows Forms showing popup menu on a listview
Hi I have this code to show a context menu when i right click on a treeView, I want the same effect for the Listvew can anyone show me how...I want it so that when i right click on an item in the listview it comes up wi ...Show All
Windows Forms RichTextBox & Microsoft Office Word 2003 Rich Text Format (RTF) Specification
How can I find what features of the Rich Text Format specification is supported by the RichTextBox I am trying to add drawing objects via \shp , but it is clear that this feature is not supported by the control. Any direction where I can find a RTF control which if compliant with the Microsoft Office Word 2003 Rich Text Format (RTF) spec Thanks, Jim ...Show All
Visual Studio Visual Source safe
Can u pls desscribe step by step how anyone can implement source safe in VB.net application through ms visual source safe. thanx in advance When you say implement SourceSafe... do you mean implement a SourceSafe client (or server) of your own in VB.NET or do you mean make Visual Studio act as a SourceSafe client ...Show All
SQL Server Visual Web Developer 2005 Express -- with SQL Server Developer 2005?
Can someone here confirm or deny that Visual Web Developer 2005 Express Edition doesn't work with SQL Server Developer Edition 2005 I was about to order SQL Server Developer Edition 2005 on Amazon, to use with Visual Web Developer 2005 Express, when I read a user comment that the two are incompatible with each other. Does anyone know for sure if that is true What I'm wanting to do is develop an ASP.NET web application on a web ho ...Show All
SQL Server Setup hangs
Question 1: I choose to install the whole thing. Then it installs and it takes very very long time, but i see the progressbar i slightly filling up. Then at the very end it hangs up when installing/extracting some kind of images. Dont remember exactly what it stand... And it was at the very end and i checked everything it worked "almost". I havent understand the program yet... Question 2: I tryed to connect to a server and it found my server as ...Show All
Visual C# Keeping data table open on same record on new form
Hi! I have a record open in a datagrid on one form; I'd like to move on and open another form with the same record appearing (this time with the fields as labels). What's the most efficient way to do this For example, copying the field values into a struct and passing it in the constructor of the new form, then using these values searching for the record on the new form using a new datasource attached to the table seems cumbersome... Thank you i ...Show All
Windows Search Technologies Expose WDS via ASP.NET web page
Hi I successfully have a web page returning results of a WDS query, but I would like to be able to expose the body of the messages ( the only WDS src I am searching is emails, PST's to be exact ) The WDS query returns the results but I cant figure out how to get at the body of the messages.. thanks! Microsoft Office SharePoint Server 2007 for Search is the server side scaleable search engine. http://office.microsoft ...Show All
