fuul's Q&A profile
Visual Studio 2008 (Pre-release) how to create .xps files
can anybody know how to create .xps files programatically You probably want to start here . Pay special attention to the side bars. there is an XPS popup menu on the left and there are related links on the right. Articles and code samples for XPS documentations can also be found here Hope this helps. ...Show All
SQL Server Urgent, help with Authentication
The following question may be trivial, however, I just can't make it clear to myself, even after reading through the Books Online. I have two machines in the same network. A hosts Sql Server (named AS ), B access the database ASD in Sql Server AS . A has windows logon info as UserA and PasswordA , (administrator account). B has windows logon info as UserB and PasswordB . Application is running under this account. The Sql Server is set to Windows ...Show All
Windows Forms Visual Inheritance Context Menu Bug?
I want to use VI in a context menu, but it doesn't seem to work. In my base class I have a context menu, which is set to protected. In my derived class designer, I can see the context menu and add things to it. When I compile the code and show the context menu, only the original items appear. In the derived class' InitializeComponent function, I can see the new menu item being created, but it never gets attached to the base class context menu. I ...Show All
Windows Forms designer can't load form. Where is 'more information'?
after going from beta2 to rc1, the designer all of a sudden cannot load my forms anymore. instead, i get the infamous window with the red top that says some errors may go away building the project, while other need code changes. needles to say: the file compiles fine, the form could be opened with the beta2 and vs2003 designers and obviously doing a rebuild doesn't help at all. now what the additional error message says; Unable to load one or m ...Show All
Windows Forms Access MS SQL Server through Internet
How can i access another MS SQL Server in Windows Form throught Internet Thx a lot for all your help. MeMe ...Show All
Visual Studio Compare version option is disabled when working with remote VSS.
When I'm working in Visual Studio 2005 and using a remote VSS database the "Compare Version" option is disabled for checked out files both in the Solution Explorer and Pending Checkins. This functionality worked when I was connnected to a local database. Everything else seems to work fine. Is the "Compare Version" functionality only supposed to be available when working with a local VSS database ...John Hensley ...Show All
.NET Development Adding Reference to ObjectSpaces.dll
Just started trying the Visual Studio Beta 2. Trying to use the new ObjectSpaces functionality. Tried to add a reference to System.Data.ObjectSpaces.dll - don't see an available reference - any ideas Thanks. ...Show All
Windows Forms ImageList with EnableVisualStyles with Framework 1.1
I have an image list that contains some images...I use it with a treeview control to display icons. All works fine but when I call the Application.EnableVisualStyles() the image of my imageList are not displayed... Is this a bug or something that I' ...Show All
Software Development for Windows Vista Intel drivers for Vista
Hi, I installed a 13 days testing version of Windows Vista on a desktop PC (HP). Because of the missing drivers for the graphic card build in the motherboard it's only possible to use Vista in 16 colors with a resolution of 640*480 pixels. I searched for the drivers on the intel website but I didn't find any... The XP drivers also didn't work. Is there a way to fix this problem by hand Thanks in advance! Hey Chris P I am sorry for w ...Show All
Visual Basic Combobox Arrays and listboxes :-(
Hi all, let me tell you what I'm trying to do and maybe you can help please. I've got a combobox with three items (types of sandwich: Smos, baguette and broodje). When you click on Smos for example you get a list of types of sandwich that are in that group. (I've created an array list for this: aSmos). When you click on "Toevoegen" (add, in dutch) you can add the sandwich type to a second listbox(geselecteerdeBroodjes). So far so good :-) but i ...Show All
Visual Studio Team System Problems running reports
I think I've got TFS running pretty well with the exception of this one bug. I just installed Beta 3 and when I try to run a TFS report (Bug Rates for example) from VS2005 on my local machine it says, "Report is being generated" then... An error occurred during rendering of the report. (rrRenderingError) For more information about this error navigate to the report server on the local server machine, or enable remote errors If I t ...Show All
Windows Forms How to get files with multiple conditions
Suppose i want to GetFiles from a folder where FileName starts with 'A' and ends with 'A'. How do i do this Is this possible to do using Directory.GetFiles() ~nhd Yes, with a good constructed wildcard, you can. Here's an example of using GetFiles method to search d:\ and all files that starts with "A" and ends with "A", with any file extension: string [] files = Directory.GetFiles( ...Show All
Visual C# C# / SQL Error Message
When I add a SQL database in C# and try to add a table, I get an error message that states "The parameter is incorrect" Does anyone know how to fix this Thank you What is your connection settings on Visual Studio Write step by step what are you doing and what is your SQL Server version Express or Enterprise ...Show All
SQL Server Query Designer in SQL 2005 is total %#%!@
What happened to the Query Designer It's a modal window that doesn't allow you to drag tables from other databases into the query. SQL 2000's verion of Query Designer was so much better than 2005. What happened Are the developers at Microsoft completely retarded Also, why do I have to log into my database servers everytime I open "Server Management Studio" Who thought up that nice feature Probabl ...Show All
Smart Device Development listbox and datasource problem
Hi i have one problem with data in the listbox. if i assign Listbox1.datasource = ArrayList1; and then if i work with arraylist items (add, remove), in the listbox is no change. why That is expected as ArrayList produces no notification events, so control is unaware of changes. To refresh the list you can rebind the array list after each change. To do so change the data source to null and set it back to ArrayList. That makes A ...Show All
