Big Smile's Q&A profile
Windows Forms access to Setup1.Version
I would like to read the version property in the build project properties from within my application during run time. Does anyone know how to do so I want access to the Setup.Version project added to my Solution. The Applic ...Show All
Windows Forms How to make ScrollBar work with a panel
Hi, I have a panel that alters in size. And when the size gets larger than the container the panel is in I want a scrollbar to appear. I have set the AutoScroll property of the panel to true but it doesn't seem to work... ...Show All
Windows Forms DataGridView - How do I STOP sorting it?
Hi, I have a DataGridView that I sort using the DataGridView.Sort(myColumn, ListSortDirection.Ascending) method. How do I tell the DataGridView to STOP sorting I'm trying to stop it from automatically sorting (moving) new rows as they are added. I want new rows to stay at the bottom of the DataGridView until the user has finished editing, then I want the DataGridView to sort again. I'm using VS2005 Beta 2. Many thanks. ...Show All
Visual C++ Help with setting up GDI+
Hello, I am looking for assistance in setting up VC++ 6.0 or Visual Studio 2005 to use with GDI+. I have both software but unsure which is best to develop GDI+ on. I have read through Christian's article on starting with GDI+ at the following URL: http://www.codeproject.com/vcpp/gdiplus/startinggdiplus.asp I also downloaded the appropriate GDI+ files from this article, rather than the full SDK: http://www.codeproject.com/vcpp/gdip ...Show All
Visual Studio .vstemplate - how to specify different <References> for different platforms?
Hi all, I can get my item template to show for Smart Device and Windows projects by using the following in my .vstemplate file: <ProjectType>CSharp</ProjectType> <ProjectSubType>SmartDevice-NETCFv2</ProjectSubType> <TemplateGroupID>SmartDevice-NETCFv2</TemplateGroupID> My problem is that I want the References included for SmartDevice projects to be different from the References included for ...Show All
Windows Forms DataGridView - slow
Hi, this DataGridView is really giving me headaches like you can see in all the topics I start :) This time it's about performance. I'm using a DataBound DataGridView and performance for painting on it, etc. is good as long as it contains no data :) However, as soon as I load 10 columns in it with about 200 rows, performance really drops. Resizing the form that contains the grid becomes real slow even with column auto size off. Painting selectio ...Show All
Visual Basic How to update VB.NET 2002 code to VB.NET 2005 code
Hi I would like to know if is possible to update VB.NET 2002 code to VB.NET 2005 and if you know some procedures that can help me Thanks Do you mean VB.NET 2002 The only version prior to that is VB6. If you mean VB.NET 2002, I would not have expected any huge problems. Is there not a migrate wizard There is for C#, I import a project, it migrates it ( I think changing only the ...Show All
SQL Server Variables Not Seen In Custom DataFlow Destination
I have run into a HUGE problem (possibly a BUG)! I have a custom XML Destination script which uses a FILE Conn to send to another path using the original file name. (found in my foreach container (varFileNm) The problem is that my destination will not use the value found for the varFileNm. I can see the value just fine in the Flat File Receive, but I can't see the value in my custom XML Destinati ...Show All
Visual Studio Team System Error 32000
Hi All, I keep on getting error 32000 when installing foundation server. what could be wrong The exe causing the exe is SetupWarehouse.exe. Any ideas Rudi I am also getting error 32000 while installing team foundation server beta 2. This is the detailed error: [10/26/05,06:37:53] vs70uimgr: DisplayMessage_START:Error 32000.The Commandline '"D:\Program Files\Microsoft Visual Studio 2005 Enterprise Server\ ...Show All
Visual Studio 2008 (Pre-release) visualbrush and 3d
I am trying to set the material brush to a visual brush cant seem to figure out,why I dont see anything < Window.Resources > < VisualBrush x:Key = " qaz " Viewbox = " 0,0,100,100 " Viewport = " 0 0 1 1 " TileMode = " None " ViewportUnits = " RelativeToBoundingBox " ViewboxUnits = " Absolute " > < VisualBrush.Visual > < TabControl Height = " 100 " Width = " 100 " Opacity = " 1 " > < TabItem > ...Show All
.NET Development how to read properties from a config.ini file
hi i wan't to read from a config file .eg: config("Connectionstring") i know how to load a xmldoc...eg: xmldocument.load("C:\config.xml") but how to retrieve the values in the nodes regards Remco For handling INI files there is a good artikel on The Code Project: http://www.codeproject.com/csharp/kratinihandler.asp INI's are not XML. When you want to read .NET Config Files (XML) for you o ...Show All
SQL Server MDX Query designer working correctly?
I've been working with the MDX query designer in Reporting Services 2005 (RTM Developer Edition) and have come across a behavior that does not seem correct. I can build a report using the wizzard, preview it, deploy it, and all is good with the world. But if I so much as click on the Data tab in the report designer, the report becomes invalid. Is this by design, or is there some other way to edit a report created with the MDX qu ...Show All
Visual Basic Basic help for dummies, please!
I've just started my 16 lessons in Visual Basic Express 2005 and I'm learning my first programming since old GFA Basic. But my goal doesn't seem to be part of the lesson plan, and that is to simply send "H1carriagereturn" to com2 at 4800 N81. I've tried the code snippets, (probably don't know how to use them), and looked at examples of long serial port programs, (don't understand anything about them). I've tried the simple ...Show All
Visual Studio 2008 (Pre-release) How soon a WinFX build that works with VS2005 RTM?
As VS2005 goes RTM tomorrow (15th Oct), how long will it be before a WinFX build that works against it is released Regards Richard Blewett - DevelopMentor http://www.dotnetconsult.co.uk/weblog http://www.dotnetconsult.co.uk Our intention is to have the release of WinFx Runtime Components be the Beta2 release of Windows Vista. That is planned for Dec 2005. I hope that helps your planning. -Ford ...Show All
Visual Studio Team System Can/Will beta 2 SCC/WI data be preserved in the GA release
OK, we're interested in starting to use beta 2 for our next big project, however I need to know if the data we create using beta 2 can be preserved (or at least migrated) in the GA release Does the "go live" license apply to TFS too Dave We haven't been dogfooding it for 2+ year - It's been about 8 months :) A converter from SourceSafe has been planned from the beginning as you suggest and is available in the Beta. The issue of ...Show All
