hesper's Q&A profile
Visual Studio Datasource ReportView
Hi! I want to set a DataSource for my LocalReport. There was no error shown after compling but the ReportViewControll: "The Source of the ReportView wasn't defined" objDataAdapter = New OleDb.OleDbDataAdapter(connstring, objConnection) ds = New DataSet objDataAdapter.Fill(ds) ds.DataSetName = "Aufenthalt_ds" Me.DataGridView1.DataSource = ds.Tables(0) 'The Dataset is accurate because the Grid have Data in it. Me.ReportVi ...Show All
Visual Studio 2008 (Pre-release) Radio-Ticked Submenus in pure XAML
Hi, I'm working on data binding a radio-ticked submenu. So I have a data object which has two properties; one of which is a collection of strings, the other of which returns the string within that list which is "selected". I want a submenu to display the collection, with the selected item ticked, and so when the user clicks on one of the menu items, the property value of the selected item is updated. So the code for simply populating the ...Show All
Visual Studio Team System Visual Studio Team system - Developer - Code analysis results
Does VSTS use any guideline to know from the Lines of Code and the type of application to find out the number of errors that should be generated Using VSTS can we generate a report to display number of errors or warnings which can be predictable for different kind of applications (like Windows, WEB etc) based on the lines on code. This is not a feature of VS2005. We will of course continue to look at adding new features in futur ...Show All
Visual Studio Page Margins are jacked up
I have created a simple report with just a title and some lines in the header. I set the page margins to .5 inch all around. Centered the title and drew lines on either side all the way to the margins like: ------------------------------- Title ------------------------------- It looks great on the screen, but when it prints the left margin is quite noticeably wider than the right margin. Is this a known bug or am I missing something ...Show All
Windows Forms Datagridview comboboxcolumn selection should automatic set values in other columns.
hello. I have a datagridview that is bound to a table called 'Orderlines'. These lines are the ordered products in a salesorder. One of the colums called 'product' is a comboboxcolumn, that shows a list of products. Whenever in a row a product is selected through the comboboxcolumn, several other columns should be filled with values from a table called 'products'. Does anyone know a way how to accomplish this. should I work with ...Show All
Visual Studio Express Editions MyMovieCollection Starter Kit
Gday All, I just downloaded the amazon enabled version of this starter kit and been looking over it but when i run it all is fine including the search online function but wen i try to add the highlighted result to my collection i get the follow prompt 'There was a problem adding this to the DVD collection' and in the debug window i get this. I'm rather new to VB and .net so any help would be great. " ID column is changing to proposed value 3 ...Show All
Windows Forms Multiple File copy to Web Server
Hi, Long time reader, first time poster... Any help is appreciated. I have a few questions regarding Winform controls embedded within an html page. For more info please see the appendix. Now, for the questions. 1. A button on my control executes& ...Show All
Smart Device Development Prompted to install virtual switch driver even though I just did
...and I'm running Virtual PC 2004 SP1 on that machine as well, although it hasn't actually been able to access the network cards lately either. I have reinstalled Virtual PC and I have installed the separately available driver and I still get the same error message when I try to enable the NE2000 card in Options | Network. I don't have any hard data to blame VS2005 for VPC breaking, but it's the only major recent software addition I c ...Show All
Visual Studio Computer Shuts down on Install
Hi, I'm trying to install vs2005 - default install - from Disc 3073 Enu MSDN TE for Softw Dev. This is on a clean machine (formatted HDD + XP PRO + SP2). Every time the computer shuts down (in fact 'turns off' without warning) at about the same point during installation (near the end of vs2005). I have rebuilt this computer (Acer TM636LCI) from scratch 3 times now (twice enu, once dutch) but it keeps on failing. Please ...Show All
Windows Forms Inconsistent set of Dlls
When I started up the terrarium client v1.0.21 a message box comes up that says this: "Your runtime has file version: 1.1.4322.573 but you are picking up these dlls with a diferent version: Version: 1.1.4322.573, Assembly: c:\windows\microsoft.net\framework\v1.1.4322\mscorlib.dl ...Show All
Software Development for Windows Vista qWave issue
Hi, I'm playing with the qWave API. I manage to get QOSCreateHandle, QOSStartTrackingClient and QOSAddFlow working, and I do get a QosHandle and FlowId returned. However I have a problem with QOSQueryFlow: //QOSQueryFlow QOS_FLOW_FUNDAMENTALS buffFund; ULONG size =sizeof(buffFund); OVERLAPPED overlapped; if(!QOSQueryFlow(QosHandle, FlowId, QOSQueryFlowFundamentals, &size, &buffFund,0,&overlapped)){ / ...Show All
SQL Server Install Developer Edition & Express?
Hi: I have installed SQL 2005 Developer Edition and VS 2005. Do I need to also install SQL 2005 Express edition too My version of VS2005 is proffesional. I cannot seem to find SQL 2005 Developer Edition in the Server Explorer of VS2005. So I am wondering if I need to install SQL 2005 Express. Before I had SQL 2000 and MSDE installed with VS2003 and there was no problem. Thanks So I do not need to install express edition. Okay. So w ...Show All
Visual Basic VB and Excel - Change Event - Moved
Trey, I moved your post to the VBA fora where you are more likely to get the support you need. Good luck! Renee ...Show All
.NET Development No of threds in DotNet
hi, i want to know how many threads will be thier(running) when an dotnet application runs. No he's not, the GC runs on a user thread (or threads). There is no fixed number of threads running in a process (using the CLR), what you have is a main thread a finalizer thread and a debugger helper thread as a minimum. The CLR your code(managed and unmanaged) and the framew ...Show All
Visual Studio Express Editions Putting a 12 hour clock in a group box
Hi VB Pros, I was able to put a simple 24 hour clock in a group box as a label. Is it possible to put a 12 hour clock in there Thanks, Is there a book/s that detail this kinda stuff Elgee Forgot to mention, you also need to set the Text Value for each Label. Like Label1.Text = " Later than the current Date/Time" Label2.Text = " Less than the current Date/Time" ...Show All
