Answer Questions
Corrine How do i assign this?
let say i wanted to sum up all the price in my database and assing it to a listview table. how do i do it what i did was .... myRS.Open("Select SUM(Price) FROM Store",myDb) how do I assign it to a listview where doe ...Show All
dsffdda Two problems!!
I know how to draw line, rectlange,... But how to draw point And could you tell me, how to save something(plot), which is in picturebox simple code please! For point: either draw a very short line or a bitmap with one pixel. ...Show All
Casual Jim Server down?
Anyone able to connect It's saturday, 8:30 pm (pacific). looks like its workin! ...Show All
robertkwapiszewski Dataset Changes Using Two Forms Linked to One Dataset
I have created a simple database program using the new automation tools supplied by Visual Studio 2005 and SQLServer 2005 Developer Edition. I have created a link to a single data source containing one table. In the first form, I have used the data source tools to drag a "DataGridView" to the form , creating a BindingSource, TableAdaper, BindingNavigator and DataSource In the second form, I use the same data source to drag the same ...Show All
mok Suspending anchoring temporarily
Is there a way to temporarily suspend anchoring in the designer Anchoring is great, except when I want to actually resize the form in the designer without having the controls move around during the process. ...Show All
Arumugam Share one form across several application
Hello, I wonder is there a good solution to share one startform across all the applications without including this form every time in the app. it's kinda like a dll method where we only need to reference to it. and also a change in the form will reflect across all the applications. I am bumping this thread because this is something I REALLY need to know, and I believe that you, JRQ, can answer my question. I ...Show All
Kieren Smith clickonce accessing a sql server
I have read that you can have a direct connection to SQL server with a clickonce application. But there is nothing out there about how to do it. I'm curious to know the restrictions on this, are we allowed a direct connection or do we have to move to an application server. If you have to move to an app server are both .net remoting and web services allowed Thanks T ClickOnce is just the deploy ...Show All
sammour80 Missing buttons on a Windows Forms Form
Hi, I'm working with C# windows forms for more than 3 years but now I'm facing a strange problem: One of the customers reported that he can not see the 2 buttons (Add and Delete button) on the initial form of a simple c# application we provided for him. This is a really simple form with a tab control and 3 tab pages. The 2 buttons are on the first tab page and the customer says that he can not see them. This is strange because We don't have ...Show All
Technical Support Icons on toolbar is disappeared
Hi, Icons on toolbar is disappeared on some computers. How can I solve it Thank's Alexei Are you using .NET 1.1 That's a known bug, see http://forums.microsoft.com/msdn/ShowPost.aspx PostID=8021 for a workaround Hi, It happends on XP only. When I run VisualStyles it disappear icons on toolbar. Thank's Alexei ...Show All
Ajay Sudan Need a push in the right direction - Floating Box?
I am trying to emulate a similar drag and drop behaviour as is found in the forms designer in .net Studio - When a control is selected an outline of the control appears and can be dragged around the form. What is this behaviour called ...Show All
Yaachiru Clientside controls in IE
Hi all, I've been working on running a clientside control through IE. The control is a dll which comprises of 3 other dll's. Basically the aim is to give the user graphical directory access to pick files for uploading. Currently I have the component work ...Show All
Shanem DataBinding to ComboBox, setting to -1 index
I am making a database interface with VS 2003. I use a bunch of comboboxes so that the user can select from a list of items stored in the database. For example, a user chooses a Tester for a particular test, the list of Testers is in a seperate table. I am generating the combobox list with databinding, but I want to have it default to -1 index, just like a combobox does when you manually add items. I have tried setting th ...Show All
bkejser MSI Files in Click Once applications
Hi, I am using a MSI package within a Click Once application. The MSI runs at the beginning of the Click Once deployment but it installs the files in its own “TargetDir”. I want the MSI to install in the same directory where the Click Once application files reside. How do I do this The reason why I have a separate MSI package is that it contains files from an external app and I do not want to package its files within my Applic ...Show All
Guy Serfaty where is the "default" solution?
hiya, In VS2003, when i opened a project, I got a default solution that has the same name as that of the project. In whidbey, the default soution seems to be missing, even after I click "show all files"...Is this default behaviour, or&nbs ...Show All
rnbguy Concurrency Violation
Hi All I have a form which I have build with the VS dataform wizard which has put me a datagrid on the form and navigation buttons with Add new, Update and Delete buttons on as well, the data set is bound to just 1 table, a ...Show All
