Fleurin's Q&A profile
Windows Forms Saving Files From ListBox
How might I go about saving items from the listbox to a specified area on my hdd I have it showing files from a LAN, then after selecting a file, how do I save it What exactly are you trying to save The list of items, which item is selected, the contents of the selected item...something else In general saving information to files is done using the System.IO.File class; check out the documentation and see if you can find what you are lookin ...Show All
SQL Server == The SQL Server service failed to start ==
I'm newbe with SQL Server , I'm looking for help with sql server express edition 2005. At the end of installation ocurrs an error: The SQL Server service failed to start. For more information, see the SQL Server Books Online topics, "How to: View SQL Server 2005 Setup Log Files" and "Starting SQL Server Manually. Error Number : 29503 . (Summary file) Rest of components has status : Successfully installed I've go installed .N ...Show All
Visual C++ Can't #Include <gdiplus.h> to my Win32 application
Hello, I'm trying to use my native code that using GDI+ in my CLR application using the Visual Studio 2003 but it refuses to include gdiplus.h But it generate many and many of errors to me and I show you few of them below: d:\Program Files\Microsoft Visual Studio .NET 2003\Vc7\PlatformSDK\Include\GdiPlusImaging.h(67) : error C2501: 'MIDL_INTERFACE' : missing storage-class or type specifiers d:\Program Files ...Show All
Visual Studio Team System Team Foundation Client for Visual Studio 2005 Professional
Hello! I installed Team Foundation Server 2005 Beta 3. Then I installed Team Foundation Client for Visual Studio 2005 Professional. And I can perfectly work with Team Explorer from VS 2005 Pro. What limitations will I have if I use VS 2005 Pro with Team Foundation Server 2005 Thank you. Vladimir. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=151798&SiteID=1 This post might help you. ...Show All
SQL Server executing package as job
Hi, I am having trouble executing a package as a job in SQL Server 2005. I can run the package fine manually from sql server but when I create a job for that package and run the job I get an error that says The package execution failed. The step failed. I am completely lost at this point. Any help would be greatly appreciated. Thanks Brian This article describes what can go wrong and how to trouble ...Show All
Visual Studio Express Editions Error C2248
I searched for other cases of this error, and could not find anything similar to this. The online help hinted at the cause but the solution did not work. I was unable to paste into this form (Win 2000, IE 6 SP1), so I have pasted some code samples at http://spaces.msn.com/members/robertjohnson/ If anyone can be bothered to read through this turgid example I'd like an opinion on how to get it to compile. It worked on VC 7 compiler, and it's prob ...Show All
Windows Forms Refreshing a Listbox
Hello, I have a listbox that has its datasource property set to a custom collection I created. The value and display members are assigned to properties that belong to the object contained in the custom collection. I want the additions and deletions  ...Show All
SQL Server increase the speed of the report
Hello, I am working on a report in SQL Server Reporting Services 2000. [CODE] SELECT TOP 200 * FROM necc.dbo.vw_rop_report_profit_per_call WHERE [Call Day] = case when @callDate = '' then [Call Day] else @callDate end [/CODE] >> I have apromt for the user to enter the date. >> If the user does not enter any date, then the report will show all the first 200 records. >> This query is running too slow. To increase th ...Show All
Windows Forms Datagrid Problems
hi is it possible to turn off "DataSource " Property of the datagrid so that ,i can manually enter the values for the cells at the runtime pls help shabari As far as I'm aware, no there isn't. But you don't have to&n ...Show All
Visual Studio Team System Custom Rule: class data member should start with x_
Hello, I'm getting trouble writing a rule that checks a class data member starts with "x_". Exemple: public class Thing{ private string x_ThingName = string .Empty; private bool w_IsObsolete = false ; //FALSE public Product(){} } This is my test : if ( ! member . Name . ToString() . StartsWith( "x_" )){ failed = true ; } I think i don't use the correct object. ...Show All
Visual Studio Team System Style Dialogue Box Not Displaying
Has anyone experienced a problem with the Style dialogue box You get to it either by clicking the ... button under the Properties pane or Format > Style from the menu. Every time I try to change the style, the dialogue box will display and quickly close in under a second. Clicking on it multiple times eventually results in VS2005 to crash. I have tried to uninstall and reinstalling but I suspect the uninstallation is not completely clean. 1. ...Show All
.NET Development URGENT!The 'Microsoft.jet.OLEDB.4.0....' provider is not registered on the local machine.
hello everyone, I'm trying to write a little program that reads and writes to an ms access database using C#. I am getting the following error. The 'Microsoft.jet.OLEDB.4.0, Data Source=c:\db1.mdb' provider is not registered on the local machine. I have tryied to set the platform target to 'x86' but it didnt change anything, also tryied downloading the latest version of .jet.4.0 but the one on my computer is newer so there is nothingto ...Show All
Visual Studio Express Editions uninstall tool screen blank
Hi, I'm almost certain that I do NOT have any beta Microsoft products. However, just in case, I tried running the uninstall tool over the internet, because I want the Express products. But all I get is a flash of something, and before I can read it, I get a white blank screen. After half an hour, or so, I closed the window, & I found it's log which ends, [12/3/2005 2:1:40] <3700> Issue Uninstall Visual Studio componen ...Show All
Visual Studio Team System Team Explorer in Visual Studio 2005 RC1 Team Suite
I just installed VS2005 RC1, and the Team Explorer tab that i was used to seeing in VS2005 Beta 2 seems to be missing. I am using Team Foundation server as a source control environment, and I am not able to connect. Does anyone know if it is hideen somewhere Correct...we'll have TFS Beta 3 available for download in the next 3-7 days. It is the only version that is intended to work with Visual Studio 2 ...Show All
SQL Server this should be easy but it's not.
I have written 2 custom connection mgr’s. One connects the data from an oracle source One connects so I can put the data on a sql server. These both work well and it makes it a lot easier across development, test, production. But now I would like a good way to do this I have 10 tables to copy from oracle. The only difference is just the name of the table. static string [] g_tables = { &qu ...Show All
