Natalia Glagoleva - MSFT's Q&A profile
Visual C# theme your application
Hi can i apply a costum theme to my program .. i mean.. did you see yahoo mess you see that have a diffrent theme.. can it be done in c# Unfortunately there is no built in way of doing this short of manually controlling the painting of all of those controls and forms you want to look special and there are a number of articles out there on how to do some of the parts of this manually (which is rather time consuming unfortunately). If d ...Show All
SQL Server Send Mail
in SQL2000 there was a stored procedure XP_SMTP_SendMail . Is there something similar in SQL2005 Look for database mail in the new sql server 2005: http://www.sqlservercentral.com/columnists/cBunch/introtodatabasemailinsql2005.asp (XP_SMTP_SENDMAIL will continue to work anyway) HTH, Jens Suessmeyer. ...Show All
Visual Basic WebBrowser control in VB 2005
Hi all. This code snippet from .NET 2003 ( http://support.microsoft.com/default.aspx scid=kb;en-us;311282 ) handles the opening of a new browser window using a webbrowser control. This allows me to have the pop-up window of a URL from my "form1" web page to open my "form2" web page, rather than in an independent instance of Internet Explorer. Private Sub AxWebBrowser1_NewWindow2(ByVal sender As Object, ByVal e As AxSHDocV ...Show All
SQL Server Page Layout not same as Preview when using Filters
I have a report that has filters. When I set the parameter and press view report the data filters in the preview screen. But when I hit the print layout button it isn't filtering the data. Is this a bug or was it designed this way Trish ...Show All
Visual Studio Express Editions vbe layout toolbar problems
can anyone suggest a solution as to why the layout toolbar is not illuminated when in design mode. i need to align labels, text boxes, etc., hi, what do you mean by illuminated i didn't understand this part and what's the relation between toolbar and form control alignning best regards ...Show All
Windows Forms more memory usage...
Hi, Can anyone explain to me why a windows forms app that only consists of a maximized window, done entirely with the Vc#.net designed, uses almost the triple of memory that an app like MS Access does Is this the price to pay for .NET Thanks ...Show All
Windows Forms Sending keystrokes...
I'm trying to emulate sending a "CTRL-N" to a form in a Windows app after checking for a previous instance of the application. Once I determine if the users has the existing application up, I activate the current window, send a keystroke&n ...Show All
Visual Studio 2008 (Pre-release) how change bindings on the configuration file
hello. I've started to learn indigo and i'm reading david pallman's book.i was wondering if anyone could give me any pointer on how to translate this code to the september ctp: <bindings> <wsProfileBinding> <binding configurationName="Binding1" reliableSessionEnabled="true" orderedSession="true" /> & ...Show All
Windows Forms XmlDocument -> Clipboard
Well heres what I have XmlDocument Data = myFunc(string xmlindata); //returns an xml document Clipboard.SetDataObject(Data, true); //Adds to clipboard Now, doing that works like a charm, it goes to the clipboard, and I can even verify that the object appears&nbs ...Show All
Visual Studio Team System Team Builds error when connecting to the build machine.
Hi! I'm currently trying to configure a build machine into my team foundation server environment, but I cant get it to work! When I'm from a client is trying to trigger a build of my project I get the following errormessage: TF42046: The build service used in the build process is not reachable. This error occurs when either the build machine is off-line, the required service is not running, Team Build is not installed on the build machine, Team ...Show All
Visual C# A newbie question on Interfaces
hi, I'm new to C# and OO in general. I can't seem to undestand the pertinence of interfaces. From my understanding, the interfaces define the signature of the methods while the class implements these methods. How is this better than simply doing away with interfaces and simply implementing the method in the class Apologies for the rather novice question, an example to illustrate the pertinence of interfaces would ...Show All
Visual Studio Express Editions candidate function(s) not accessible
one of my farvorite Error messages, the one kind that doesn't give a hint why!! I wrote a user control, add a public function to it. Now I put the user control on another Form in a other project, compiles fine and shows the conrtol when startet. If i try to access(add the code to access these) these self added public function of that control, it say that: candidate function(s) not accessible. when compiling. Why is that so A ...Show All
Windows Forms Index was outside the bounds of the array ?
Hi, I know mostly this problem comes from my programming, but I 'd like to explain it, maybe some of you come with a solution or work around or any other idea to get rid of this ........thanks Pressing F3 on a column in grid1 loads gr ...Show All
Windows Forms Gridview
I need to retrieve data or a column from a selected row in Gridview to a textbox. How can I do that.......please ...Show All
Software Development for Windows Vista persistence service
Hello! I'm new with Workflow Foundation and I have some questions about Persistence Service. I want to develop an application that will be crash proof...so I guess I need to use Persistence Service(crash proof=if my machine for one reason or another fails, I want that each unfinished workflow to resume) I would also like to know the status of each running workflow...how can I do that How can I use persistence service to save each ste ...Show All
