Software Development Network Logo
  • Game Technologies
  • Audio and Video
  • Visual Basic
  • Visual C++
  • Windows Forms
  • Visual FoxPro
  • IE Development
  • .NET Development
  • Smart Devicet
  • Microsoft ISV
  • Visual C#
  • SharePoint Products
  • VS Team System
  • SQL Server
  • Visual Studio

Software Development Network >> Windows Forms

Windows Forms

New Question

need to make the outlook 2007 TODO BAR!
I am trying to use Selection = MultiExtended in my listboxes
HyperLink Column in GridView
DataGridView and BindingNavigators
Scrolling in virtual mode DataGridView slow
Speeding up background image
I want open a specfic powerpoint doc from vb.net
How to specify WSE in the prerequisite components?
Misrouted Messages In Tab Control
Changing the databasource of a DataGridViewComboBoxCell at runtime

Top Answerers

qmatteoq
AnnyJacky
dzimmy
Tzal
GRK
thomaskremmel
blackmamba
yodafett_77
tranders
SkiesOfBordom
sitemap
Only Title

Answer Questions

  • Tall Dude checkbox.text databinding?

    im glad for this sample codes you have shared..but with my limited understanding of the language(vb.net) i would like to ask some questions such as where am i suppose to insert this codes( or my similar version of codes) (1) Shall i create a sub procedure and insert this codes...(2) or must i insert it in my checkbox's object sub procedure, also when you say that this is "one of the easiest way of binding data".. are thier also another method which involves more clicking than encoding tenx guys, i think i can manage from here,things started to make sense now.. regrds -mel- if you check out the link in my previous post, you will find all the answers.. Sucsess one of the easiest way ...Show All

  • Newmanb1 Odd ComboBox behaviour

    Hi, I'm getting a strange behaviour with a ComboBox control, I'll try to make the situation clear: I have a DataTable, wich is correctly filled by a SqlDataAdapter, used as DataSource for my ComboBox. I correctly set the DisplayMember and ValueMember properties and the ComboBox displays and it also returns the correct value after the user has clicked on it. The problem lies here: I need to set the SelectedValue property before the user can do any interaction (I have to display a specific name) but before the ComboBox has been clicked, no matter what I do, the SelectedValue has always a null value!!! I even tried something like: comboBox.SelectedValue = new Object(); but it does not work at all. Any clues Thanks ...Show All

  • jam281 <System.ComponentModel.LookupBindingProperties("DataSource", "DisplayMember", "ValueMember", "lookupMember")> _

    Public Property DataSource() As Object Get Return DataSource End Get Set ( ByVal value As Object ) DataSource = value End Set End Property return datasource is highlighted and says: variable datasource is used before it has been assigned a value. a null reference exception could result at run time. i wonder what should be done, my program is crashing for now if i try to go in design mode. and datasource = value is also highlighted and it says: recursive call ..   hrubesh wrote: Public Property DataSource() As Object Get Return DataSource End Get Set ( ByVal value As Object ) DataSource = value End Set E ...Show All

  • elhussein application manifest errors

    I'm getting the following error message at on one of my customer’s pc when installing an update to a deployment. All of my other customer’s are working fine. Has anyone experienced this issues or has seen this message "Reference in the deployment does not match the identity defined in the application manifest" Here's Microsoft’s explanation. http://msdn2.microsoft.com/en-us/ms229001.aspx I also saw somewhere in the past, that you needed to deleted the local internet cache on the client’s pc which was done. I've also uninstalled the click once app using add/remove programs. So I guess I'm not sure what to do. Here's the actual error: Reference in the deployment does not match the identity defined in the application ...Show All

  • Harald Mejlholm Application.Exit(); not working when backgroundWorker.IsBusy!

      Can you please tell me why is that and how can I solve it   if (backgroundWorker.IsBusy)         System.Diagnostics. Process .GetCurrentProcess().Kill(); Application .Exit(); Does the work, but I have a feeling that this is not a proper way to do it!   Please help. Thank you in advance. So how to "stop" BackgroundWorker It is CancellationPending set to true and it is still busy. Do I have to wait to finish sth doing by backgroundWorker before run it again It should be not busy after cancel it I think. hi, I am facing exactly the same issue as faced by aztec2_step . ...Show All

  • mdrelyea how to represent 2 D data in Grid View?

    Hello, Can anyone help me in this.. Is there any way out to display 2D data in a Grid... Means a data which depends on 2 entities... Sort of bar chart data... or let say Matrix form.... You can do some calculation base on your logic and assign value to datagridview cells manually instead of data-bound,you can also set the row header text if you want. If you provide more information about your requirement,I'll give you a sample. Is it possible to create different row headers for each rows as it is needed for matrix In this case all the other columns are bounded. Of course it's possible to create different row headers for each rows.Maybe this thread make some sense to you. ...Show All

  • deklund DataGridViewRadioButton Cell, Column

    Hi, i'm trying to use the DataGridViewRadioButton Cell, Column, but I need to show an Image instead of a string. Is there a way to do that Thanks MamaKike wrote: Hi, i'm trying to use the DataGridViewRadioButton Cell, Column, but I need to show an Image instead of a string. Is there a way to do that I'm afraid you have to implement it by yourself. You may refer to the link I posted and this part extracted from FAQ: public class TextAndImageColumn : DataGridViewTextBoxColumn { private Image imageValue; private Size imageSize; public TextAndImageColumn() { this .CellTemplate = new TextAndImageCell (); } ...Show All

  • kkos error 1706

    Hi, Experts, When I Build my setup project in vs2003, normal window install process started, then I got error 1706 (No valid source could be found for product Visual Studio .NET Professional 2003 - English. The Windows installer cannot continue). I have to cancel out several times. However, at the end the build finished with: Build: 3 succeeded, 0 failed, 0 skipped Then when I run setup.exe, and the application.exe on client machines, I got several unhandled exceptions. What has caused error 1706 in this case How can I tell if it is related to any of those exceptions Is ignoring it an option Thanks! Try putting the original VS2003 install CD-ROM in the drive... ...Show All

  • JVJ How to avoid that a component can be dragged or moved

    Hello to all, I have a big trouble in my designer host application. I need that a component (in this case an object that represent a Magnetic Tape object) not allows be moved or dragged into the deseigner host because a magnetic tape allways is present in an specific position. Someone knows how to do to avoid to move a component . Thank you I have seen that using the Transactions you can detect the process that a component is running. When the component is being moved, the description for the transaction say some like this "Move QMagneticArea1", when the component is being resized, the message is "Resize QMagneticarea1". I see that a transaction can be cancelled using the method Cancel() in the ...Show All

  • Dirk DC Problem installing from publish location after using application blocks

    I have been using click-once deployment without issue until I installed 2006 Enterprise Library and tried to use the data applications blocks. Here is my error log when I try and install the app now. PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727.42 (RTM.050727-4200) dfshim.dll : 2.0.50727.42 (RTM.050727-4200) SOURCES Deployment url : file:///C:/Documents%20and%20Settings/jstorti/Start%20Menu/Programs/GTECH/lmdb.appref-ms Server : Microsoft-IIS/5.1 X-Powered-By : ASP.NET Deployment Provider url : http://hqjstorti3/lmdb/lmdb.application Application ...Show All

  • Dave Irvine ClickOnce Server Error: access denied

    I'm trying to publish my app to one of our internal web servers at my company. Whenever I click "publish" I get the following error message: Error 1 Failed to connect to 'http://servername/appname/' with the following error: Unable to create the Web 'http://servername/appname/'. Server error: Access denied. 1 1 appname The web server I'm trying to publish is running Win2k3 and IIS6. I personally have admin rights to the machine. Are there certain settings in IIS that I need to be aware of ...Show All

  • athnetix Night Vision

    I am working on a military application that needs to support a "night vision" mode - that is, make the application appear in a green scale color pallet to make it easier on the eyes in reduced lighting. Now, I know I can take an approach that will "skin" or "theme" my application to make it appear green (our GUI COTS product Infragistics NetAdvantage makes this possible), but it still isn't a 100% solution because we would need to re-do all of our images/icons that we use in the app to a green scale version, and then code the functionality to change the images at runtime when needed. Further, because we display maps and map information, there isn't an easy way to change all of the maps into a green scale. Havi ...Show All

  • BitShift Deployment Installer issue/problem

    This was working fine with VS.NET 2003 on one of my big projects. I was able to configure the installer to remove a previous version of the software and that worked fine. Even if told it not to, it would still work fine. In VS.NET 2005, if the application is already installed and i set the "RemovePreviousVersions" flag to true OR false, when running the setup file, I get this error: "An error occured attempting to installer [AppName]" Details: Another version of this product is already installed.  Installation of this version cannot continue.  To configure or remove the existing version of this product, use Add/Remove Programs on the Control Panel. See the setup log file located at 'C:\DOCUME~1\ADMINI~1\LOCALS~1\Te ...Show All

  • RichardCUK Storing custom class in Application Settings

    I would like to store a class defined by me in the "windows from application settings". This is not easy to do, but it seems to work, mostly: 1) Open Settings.settings with the Settings Designer. Because the dropdown list doesn't allow me to chose my own class, I just use a property of type string. Close the Settings Designer and save the changes. 2) Open Settings.settings with a text editor. Change the type to my class. save the change. 3) Open Settings.settings with the Settings Designer. A property wiht my the type of my class is displayed. Nice :-) From my code, I can create a new instance of my class and assign it to the application settings, save them and read them again. This works for all fields in my class wh ...Show All

  • IExplorer Blues Host Controls in Windows Forms DataGridView Cells

    Hi all, I'm trying to create a new cell within the new DataGridView (.NET 2 Beta). For example, I'm trying to create a cell which contain a RichTextBox, I succeed with the appearance of the rich text box controll but there is a lot of irregular behavior. Does someone did it already(not particular with RichTextBox) and can send an example. Unfortunately Microsoft example in the link below doesn't accessible. http://whidbey.msdn.microsoft.com/library/default.asp url=/library/en-us/dv_fxmclictl/html/e79a9d4e-64ec-41f5-93ec-f5492633cbb2.asp 10X in advance, Nir Oren I have successfully created a Calendar Control (after fixing Microsofts example).  Here's the code.  It should be saved to a file and then added to your project. ...Show All

2345678910111213141516171819

©2008 Software Development Network

powered by phorum