Answer Questions
Ben Haynie Displaying Contents of DataGrid cell different than the bound contents
Hello, I have implemented a data grid that allows one to use RTF (or a TEXTBOX) over the DataGrid Cell. Since the RTF/TextBox has a lot of content in it, I would like to show a <VIEW> on the DataGrid cell, if the RTF has content ...Show All
fred1 ToolStripContainer
After using a ToolStripContainer for my menu i'm not able to see my MdiChildForms in my Mdi app. Pls help. Thx in advance Martin See the following post: http://forums.microsoft.com/msdn/ShowPost.aspx PostID=14593 ...Show All
GBob Slow Database Update
Hi there I have a SQLExpress DB with a number of tables. Most are for user entry and that all works fine. I have 2 tables that are connected to datagridview. They are both feed data from a TCP connection. The feed sens on average 20-30 packets per second. The data comes in on a seperate thread and I do a BeginInvoke to populate the grids with the data. Each row of the table has about 15 columns. After each row is updated I do an Update() to writ ...Show All
Johnson.R xsd.exe from winform
I am running xsd.exe from an app, unfortunately, I can't copy xsd.exe to my apps bin because of dependancies, but it works fine if its run from the SDK's folder any ideas I hate to have them browse for the exe ...Show All
Chrisjune Windows Forms Whidbey Chat Today
11 AM PST today!. Come join the discussion at: <a href="http://communities2.microsoft.com/home/chatroom.aspx siteid=34000109">http://communities2.microsoft.com/home/chatroom.aspx siteid=34000109</a> ...Show All
rrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr When to use User32.dll and how?
Can someone tell me more about User32.dll How does it work and how can I use it I know that I must have this on my program: [DllImport( "User32.dll" )] But all the rest is that what I can't understand. So can you explain some things to me or just give me some link to website which tells more about it. I'd like to know what I can do with this. I've seen (and tried) Jelle van der Beek's example of drawing on screen itself and I'd like to know more ...Show All
mnsh Socket Question
Are sockets available as objects that you can drag into a form If they must be created from code, what headers do I need to include (I suppose specifically for winsock). How do I use SSL for my sockets Where would I include the headers The main .cpp file I tried including winsock.h in stdafx.h but every build failed with it not being able to find such a file. I tried including it in my main Project.cpp I don't get the missing file error, but I ...Show All
AndersChen help, warning, error icons
Hi, Is there somewhere i can get the help, warning, error icons in .NET Framework Thanks I use the Pro version of Visual Studio.Net, I have a folder called "VS2005ImageLibrary", there is really a very good collection of icons in many formats such as gif (animated), bmp, png and ico (included warning, help and error icons), you must found it at: Program Files\Microsoft Visual Studio 8\Common7\VS2005 ...Show All
Jacek U. folder browser doesn't show folders
Hi, I am using c# 2.0 (framework 2.0). We are using folder browser control. When I run the application from vs.net 2005 IDE, and ask the application to show folder browser..it shows the folder browser box with ok and cancel buttons only. It doesn't show the folders...so user can not select any other folder. However, if I run an EXE of the same application and run it ( i.e. now not from IDE) then it works just fine, and available folders are show ...Show All
rebus Remotely Creating community with READ_CREATE rights and adding an IP in trap destination
Hi all, There is an SNMP service comes with windows installation. To send and receive SNMP traps we can create a community with READ_CREATE rights in it and can add a destination IP for the traps. Can we do these tasks remotely either through programming or by sending SNMP set commands. Thanks in advance Regards Fawad Hamid We are interested in this too. Did you find out how to do it ...Show All
John_Nicholas_1982 Application.Exit
Hello all, I have a strange problem that i'm hoping you guys/gals can help me with. I have written an application that i need to update on a regular basis. I have purchase an autoupdater problem that allows me to transfer files from my webserver to the client. But, before i can use it, the application itself has to be closed. I execute the Application.Exit() command and the program appears to close, but it's still listed in the task manager as ...Show All
Steve Kass Design mode of custom control hosted in UserControl
Here's my problem. Throughout my code in a custom control I check to see if it's in design mode. If it isn't I don't do anything, if it's not then I do. (I have to do this because I'm using MSHTML and it works as soon as&nbs ...Show All
Sushhant Duggal property best way
what is the right way to get a value in the following case >>> class NameBuilder Private _name As String sub new(byval initName as string) Name = initName end sub Public Property Name() As String Get Return _name End Get Set(By ...Show All
Richard Dalley Setting default text property
How do I set the default text property for all controls, labels, etc. for a project Unfortunately, you cannot customize this in VS.NET. Each control or component will have it's Text property set to the name of the Control class ...Show All
Need the scoop Basic Application Design Question
I am new to windows forms as all of my previous work has been web applications. With that said, please forgive what may be a simple question. I am building an application that looks as follows: Toolbar TreeView DataGridView TabControl Based upon the node selected in the TreeView, the right pane may display as above or it may contain a different set of controls. In addition, based the row selected in t ...Show All
