Answer Questions
Manu Calling Child Controls
Hi, I have a problem referencing the controls in a child class and as I am fairly new to c# I am not sure whether it is actually possible to do what I want to do..phew!! Basically I have a standard dialog th ...Show All
QAniket I cannot install nvidia graphics drivers on Windows Vista beta 2
I am having problems installing my Video card drivers with my Dell XPS M1710 on Windows Vista beta 2 every time I try to install nvidia geforce Windows Beta 2 x86 drivers it says that you are installing the wrong graphics drivers for your operating system please install Windows Vista to continue. Can anyone help:( This is off topic, I would try posting in the Windows Vista Groups as this group is for th ...Show All
James Klimek User control properties : Drop down list?
I have created several user controls, and I know it is easy to make properties of the control that the designer can show in the properties view. What I want to know, is how to make the property a drop down list or enum type value ...Show All
Dacryphil TabControl bug or my misunderstanding
I have a tabcontrol with 5 tabs added in order. I add the event handler for selectedindexchanged. For some reason the order inside the tabcontrol gets shuffled. Is this suppose to happen source code below. To induce the bug. Click on tabpage 5 first then click on tabpage 3. Clicking on tabpage 5 diplays expected results both using index and enumeration. Upon clicking on tabpage 3. Both index and enumeration changes order. #pragma once namespa ...Show All
Dave B.. Updating image of single listview item?
Hi is there a way to update just a single item instead of the whole view Example: ... myListViewItem.ImageIndex=-1; myListViewImageList.Images[0]=new Bitmap("somepic.bmp"); myListViewItem.ImageIndex=0; //now do update the item ... The effect I would like to achieve would be the only redrawing of the updated item. You can simulate that by clicking on the updated item. Tthis causes to redraw only the selected item. Greetings ...Show All
ScottC_BC GetRaiseMethod
I have a button on a form. The click event is handled by a Procedure. Is there any way to get the name of the procedure, using Reflection for instance: Public Sub SaveData() handles btnSave.Click ' some code end Sub. I would&nb ...Show All
Bay Prince something simple..
I have two forms.. frmA and frmB.. i have a textbox on frmA.. a user types in the testbox and clicks the submit button.. frmB appers.. and displays what ever they typed in frmA.. how do you do this.. i can already make frmB apper..&n ...Show All
atulverma82 Installing Framework 2.0 with non-admin
Hey all, I want to know if it is possible to install DotNet framework as a prerequisite with non-admin permissions (using ClickOnce) Thanks. Regards, Zeffy. Use System Management Server to push it out to your coporate desktops on startup of the desktops, then direct users to clickonce URL Negative ...Show All
Julien Lavigne du Cadet Cannot assign ImageList in Beta 2
It appears that the Imagelist property is no longer available on the toolstrip. Yet, Image Key and Image Index are still available programmatically. Is there any way to assign Imagelist or has it been removed permanently from toolstrip If the latter is the case, what is the recommended way to assign images, ie. via local resource or use project resource file and is it possible to reference them directly via an index ...Show All
bsaucer toolbar inheritance
I am trying to have a toolbar where the buttons have an off state, over state and pushed state each with it's own image. So, I started by creating a new control which inherited from the toolbar control. But upon further investigation,&nb ...Show All
Merlino Performance
I have a pretty huge app. When I'm resizing it it lasts for few hundreds of years. I don't have time for rewriting some slow controls, so I'm wondering if somebody knows how to clear windows option "Show window contents while draging" This is only solution now for me (it really helps).. So please.. Thanks a lot. But my problem actually was large number of split panels and such stuff. When i took them of it was ok. Thanks anyway, ...Show All
mike in nyc I need to run an exe as part of the install
I need to run an exe that installs an ODBC driver for an odd database. How can I get ClickOnce to see this as a prerequisite and run it if the driver isn't installed If you really want to make it a ClickOnce prerequisite, i.e. place it in the ClickOnce manifests, you'll probably need to use Mage to edit/update the manifest. If the ODBC driver doesn't show up as a project reference, then I don't think we can ge ...Show All
mohammed barqawi Calculate StartDate and EndDate of Week
Hi Every body, How can i find start date and end date current week for example now we are in 35 th week of year and start date is , in turkey 23 08 2004 but when i use dateadd function Dim c As Date c = DateAdd("ww", 35,&n ...Show All
wvbotha Flickering Problem with Windows Form containing DataGridView
I'm writing a User control where i'm displaying a windows form on click of a button and the Form contains a DataGridView. This dataGridview would typically contain 4000-5000 no of records. Now when i'm resizing the Form i can see the VERY NOTICIBLE flickering effect. How can i reduce it Any suggestions...... [NOTE] I have set the DOCK property of the DataGridView to FILL so that on resize of the FORM the dataGrid should be resized to cover the ...Show All
CBrookes86 extreme n00b
I can't lie, i'm a complete n00b when it comes to most of this, but I really am trying to learn this stuff. I am using one of the VB templates I found off of one of the links someone posted in this forum. So I guess my& ...Show All
