Ryan Ternier's Q&A profile
Visual Studio "This page cannot be displayed" in Visual Studio Documentation
Hi, From several years now, we have been buying the full version of the MSDN documentation. It's been helping us much since then. Unfortunately, we have been experiencing some problems using it on our Intranet ( Our network is not connected on the Internet for obvious security reasons ). There seems to be more external links when refering to an other article in MSDN than before. The question is, do you plan on using more and more external ...Show All
Visual Studio Tools for Office excelsheet without listobject
Hi, Actually as per my requirement I want to generate columns separately and fill data below that column separately. And this will not be possible with listobject. Thats why I want to bind data to excelsheet without using listobject. How can I make it possible. Please provide some code if possible. Thank you Hi Prashant, You could 1) Use multiple single column list objects 2) Use a named ra ...Show All
Visual C# database
Hi, How can i store information in a database And then when i want to read information from 1st id, how can i do it Sorry for being idiot, Guilherme Take a look at common task samples for ADO.NET in .NET Framework SDK. Here's link to online version of it: http://www.asp.net/QuickStart/howto/doc/adoplus/overviewcontents.aspx If you run into specific situation/error let us know. ...Show All
Windows Forms How do i make a Wizard that appears only the first-time ?
hello, i really have no idea on where to start about this, if anyone can help me, Thankyou no, a simple wizard that helps importing a different filetype, in fact what i'd like to know is , how do the program knows it's the first time it is launched thank you ...Show All
Windows Forms fancy code generation
Hi all, I was wondering if it is possible by using an appropriate custom CodeDomSerializer to generate code outside of the InitializeComponent() method. All the examples I've seen generate a few additional statements inside this method. But, for instance can I&nb ...Show All
Windows Forms To start application.EXE at System Tray while Start/Boot machine
Hi, Pls send your possible answers for my below query. How can i run my own EXE (which is developed in Visual Studio .Net frame work) at system tray, when i start or boot my machine. I think, we can use RunOnce Registry Key for this. But i dont know the procedure to use the RunOnce Key. Pls let me know. Thanks, Vijay. You probably ...Show All
Visual C++ How to implement mouse over for GroupBox Control
hi I want to implement mouse over event for groupbox control.Also i am not that good VC++ so anyone who provides a solution , explain in detail please.As there is no mouse over event in VisualStudio2003 for groupbox, how do i implement it. About the application. I am making a dialog based application in VC++.There i want to use a groupbox and use mouse over event. Thanks Sonu You're better off directing this qu ...Show All
Visual C# Searching subdirectories
Hi, I want to search files in a subdirectories. I tried to search the following with System.IO.DirectoryInfo: C:\Documents and Settings\Ruben\My Documents\* But it said illegal characters in path. Is there a simple way to solve this Ruben Thanks a lot, it's just that SearchOption.AllDirectories that I needed. ...Show All
Visual C# C# and assignment operator code formatting
When I write code, I usually line up all the "=" operators and I like it that way. However, the VS2005 wouldn't let me keep the "=" the way they are. It will automatically remove the additional whitespaces it has on either side of the "=" operator. Is there a setting that I could turn off to tell the VS to not format my "=" operator This is what I like. int myInteger1 = 1234; string mySt ...Show All
Visual Studio Team System Newbye question
Hi, i want to know where can i start learning about MSF For Agile Development, there are resources as WebCasts, or maybe a book (Introducing series). Thanks for helpme and squeeze my english (i'm colombian). Hello Captain, We don't have a lot of resources yet but as we get them, we will post them to http://www.microsoft.com/msf - stay tuned. My book is coming along and will be available early next year. Cheers, Randy MS ...Show All
Visual C# ugh error
this is the code that causes the error: DestinationNode.Nodes.Add((TreeNode)(OriginationNode.Clone)); and this is the error: (it underlines 'TreeNode') 'System.Windows.Forms.TreeNode' is a 'type' but is used like a 'variable' could someone please help me with this ...Show All
Windows Forms Alpha transparency for a form
Hi. Consider this: I want a form that is completely transparent. On this form I want to draw shapes and images (using Graphics.DrawImage etc. ), that are alpha blended (the images are png with soft edges). Is there a good way of doing this Up until now, I tried using the TransparencyKey property on the form, but this does not give alpha blended transparency. Thanks Chris Is there noone who knows an ...Show All
Visual Studio Team System What version of TFS is installed?
Rather sheepishly admitting I've kind of lost track with which version of TFS I have installed it is definately either beta 3 or beta 3 refresh, could you tell me a way I could check Click Help/About Visual Studio, select "Team Explorer" and see what version is reported (it should be something like 8.0.50727.147). I don't know off hand which build number corresponds to which release, but if you pos ...Show All
SQL Server How to restor the table after deleting the rows?
Hi there, I accidently deleted some rows from a table in SQL Server Enterprice manager. How can I restore these rows Thanks a lot. Yolande Usually you restore the last database backup and all the incremental log backups (if necessary). But this only works provide you have been taking database/log backups. ...Show All
Visual Basic DLL Files
I wrote a text to speech Windows application program in VS.NET using VB on my computer at work. I have followed all of the steps on my work's computer- it worked fine. Now when I have tried to create the same application at home (using the same code and steps); I am getting errors when I try to run the application. I do not receive any build or task errors. Please advise what I should do. I have already installed t ...Show All
