Answer Questions
TELOPHASE OpenGL control
Hello everyone ! I'm new to windows forms ( actually I started kinda...today)... I was able to bind an OpenGL context to a form, and later create a GLForm derived from Form. Both worked perfectly, no flickering at all, but I was rendering directly in the form. I'm now trying to create a OpenGL control, derived from UserControl, which alows me to render only in that control. I was able to create the control and render onto it, but ...Show All
AnthonyEY pdf viewer component for .net
how to view pdf documents in a .net app any .net 'free' control for this how to use this control to search through and highlight pdf documents... opening pdf docs are quite easy. There are threads in this forum that may interest you: http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=60739&SiteID=1 http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=145176&SiteID=1 The two threads discusses how you can view PDF file i ...Show All
jodonnell74 Redrawing buttons...using inheritance
Hy, I'm interested in How can I iherit and redraw a controll > button, textbox, toolstrip menu etc. I have been searching for tutorials and documentation and I haven't found anything yet. I'm trying (for example) to make a hexagonal button.> to redraw it (not to draw one whith the gdi....i know how to do that)....I whant to inherit it from vb and redraw it... How hard is this Are there any tutorials Have you done this before Ok...i'l ...Show All
Holiday how to populate a datagridview?
how can i populate a datagridview without a database i'd like to use it as a list. i can't find a sample file. i want the c# version, please convert it. thanks for your help Hans Guan, that really helped. maybe you should have a look at the sticky at the top of these forums. The datagridview faq. Or perhaps something like this will help. It should get you started. Note that if possible, its probably better to use a ...Show All
SaulRodriguez Application Domains
Has anyone had any issues within creating separate appdomains I'm trying to load a DAL.dll component I built into another appdomain (so I can unlock the dll by unloading the domain) and I keep getting a serialization errors, that this type or that& ...Show All
JerryShea Windows Forms Icons
Hi everyone, I'm using VB Express 2005, and it's been working well so far, but I am trying to change an icon on a form, but although it shows up on the editor, when I run my program, the icon is the same as it was before. This has happened to many of my forms, I have observed. Can anyone help me with this problem Did you set the icon through the Icon property on the Form You aren't programmatica ...Show All
merrickchaffer Get click event in empty panel.
I have a custom control. It contains a list of controls. Whenever any of these controls are clicked, the parent control is informed of the click. The problem is that I need the parent control to be informed on any clicks inside it even if the click did not occur on a child control (ie. in the space between the controls). I was surprised to find that the click event for the parent control is not being fired in this event. How do I get click ev ...Show All
break_r CODE FOR PRINTING
Please HELP!!! I am a college student in an online only environment. I need to create a windows application that displays "Hello" and prints the numbers 1-10. I have completed everything else, but every time I try to program the print button I either get an expression expected notification during the build, or if I have a successful build, I get an IOException error. How do you make the button output the numbers to a printer I am lo ...Show All
Nanneq Unhandled Exception Handler without form
I am creating a windows application that does not have any forms. It is supposed to run in the background as scheduled. How can I manage all unhandled exception (as you would using Application_Error in ASP .NET) if my code is in a class&nb ...Show All
Karol Stachurski UserControlTestContainer error
Project builds fine, but I get this error as soon as I run: "Assembly 'C:\\Documents and Settings\\sdemyon\\Desktop\\Max\\IMax.Max.BaseTier\\obj\\Debug\\BaseTier.dll' doesn't contain any UserControl types." Program runs fine when the exe is run from the bin/release folders, but not from within the IDE. Any Ideas Thanks, Scott i just solved the problem in my solution by un- and realoading the dlls projekt. I g ...Show All
J Hill Finding the right Browser window
I am working on an Intranet application and a popup winform client. The popup client allows messages to be sent to the client notifying them of a new message. The message is in there web based inbox. I have included the linklabel control s ...Show All
flakzeus Searching files in directories
hi.. how do i search files in a directory using file attributes like modified date,file size,create date time using .Net. Regards dhn Take a look at this article at C# Help: WMI Made Easy For C# . Forgot to give you the link to a greate MSDN Article: Comparing WMI and the FileSystemObject . Sorry for the double post, i can't edit my posts with this browser. The forum software isn't comp ...Show All
nrv A product like TaskVision
Since the TaskVision product is no longer available for download, if you are looking for a simple multi-user defect/feature/task tracking tool, there is a product called "OnTime" from Axosoft that is very similar, but has a ton more features. ...Show All
ScottTTx How to close a form without validating a DataGridView
Hi all... I am using a DataGridView in my Windows Forms application in order to access an XML database. I have some problems using it. One of them concerns on when the user closes the form using the upper right corner X button. First of all, I tell you that I followed suggestions posted here about this problem, but this didn't work. When I am in edit mode on a cell, and try to close the form as I told, grid validati ...Show All
sam2005 Controls emulating Mac interface
Well, I am a young windows programmer and I really admire Mac interface. Buttons and toolbars are perfect, don't you think Do you know any .NET or ActiveX controls emulating Mac interface Thanks in advance. www.dotnetskin.com www.dotnetskin.net Enjoy. ...Show All
