| Thread | Last Post | Replies |
|
| TreeView flickering while searching nodes | 05 Oct 2007 10:28 GMT | 3 |
I see a lot about TreeView flickering while adding nodes to a treeview control, but not really about what I'm experiencing. I'm adding nodes to a TreeView control, but first, to ensure I don't already have a node somewhere in the tree with the same name, I
|
| Binding DateTimePicker question | 05 Oct 2007 03:49 GMT | 6 |
I thought that my DateTimePicker was bound to my binding source in my entry form, but it does not behave as though it were. Here is the AutoGenerated code for that control: // modifiedDateDateTimePicker
|
| Embed Form in TabPage | 05 Oct 2007 02:32 GMT | 4 |
Can somebody provide an example on how to embed a form in a TabPage. I have a bunch of tabPages that behave pretty much the same, so I created a base form with the basic functionality and from there I am going to create instances of that base form and embed them in TabPages, is it ...
|
| Container Control Question | 04 Oct 2007 16:23 GMT | 3 |
I've created a Control class and have added the System.ComponentModel.DesignerAttribute attribute to make the Control object act as a control container at design-time. [Designer("System.Windows.Forms.Design.ParentControlDesigner,
|
| Use an icon inside a WinForm? | 03 Oct 2007 19:03 GMT | 2 |
I'd say it's a dumb question... But so far I haven't been able to find a way: I have some .ico... is there a way to use it INSIDE a WinForm? Like a simple bitmap, but choosing which resolution (index) I want to display? Thanks a lot.
|
| Create a control | 02 Oct 2007 18:14 GMT | 1 |
I am using Visual Studio 2005 to develop a Windows Form Application in C++. My form has some controls like picturebox, label, and so one. But I need to create a class where I would save other things.
|
| Spurious internet activity in simple forms application | 02 Oct 2007 01:18 GMT | 3 |
My vs2005 windows forms program is trying to access the internet at runtime. There is no network access in my code. Could it be due to the framework or the infragistics controls? I know that at build time the framework's license compiler tries to use dns or other internet access. ...
|
| change location of control | 01 Oct 2007 19:18 GMT | 2 |
I have a form that inherits from another form. I want to change the location of a specific control. For this I have a method in the base form which does only this: public virtual void SetLocation(int x, int y)
|
| How to disable Start menu or prevent it to open? | 01 Oct 2007 17:04 GMT | 4 |
I need an app to run in kiosk mode, so user will not have access to start menu and taskbar while the app is running I was able to hide / show the taskbar with the following code when app starts / exits
|
| Sent Crystal Report as pdf via Outlook | 01 Oct 2007 14:03 GMT | 6 |
is it possible to sent an Crystal report as pdf file via outlook in code?? does someone have a code snippet to get me started?? Thx!!
|
| DllImport issue! | 01 Oct 2007 06:58 GMT | 3 |
I have a dll created using vc++(Unmanaged).So when we are using this I have to give to full path of this dll as a parameter of DllImport attribute. The parameter takes only const string value. It will work fine by hard coding, but what will be case when I deploy this project?
|