Answer Questions
petersonmd extract ascii-char from Keys enumerate
Hi, I want to extract the ascii-char from an KeyEventsArg. Theres KeyCode, KeyValue, KeyData, but i dont find the actual ascii-char (ex. "a", "1", ..) in it. And didn't find any system/function to convert KeyValue to ascii value Can any one help me (I have to do this to intercept barcode input without putting it in a textbox first) thanks, Filip. Cast e.Ke ...Show All
MasterBrain007 DocumentText property in WebBrowser Control for framed HTML page
Please answer me on this question: When I open framed site (page with using frames) and use Me.TextControl.Text = webBrowserControl.DocumentText For sample in Me.TextControl.Text I can see only short HTML code : <html> <head> <title></title> </head> <frameset rows="*,0" frameborder="no" border="0" framespacing="0"> <frame name="mai ...Show All
Ckiszka ComboBox - intercepting user input
Ok, my ComboBox is set to style "ComboBoxStyle.DropDown;" Whenever the user types some text in there and selects a different component, or presses enter - I want to proccess the input. Intercepting pressing enter is easy. But how do I entercept that he say switched to another control I tried intercepting Focus "Leave" event, but that triggers even when the user selects a different item in the list. Any idea Thanks! ...Show All
MarkV Layout manager
Hi everyone, i have menu in a windows form that which menu item open its form. I want that a new form stays in front of the old one, example, i click on the Add menuItem and the Add form is displayed, then i click on the removeItem and the Add form disapears and the Remove form is displayed, very common. In java is used card layout for this. How could i do that in .NET Thanks and sorry my english. ...Show All
Scott Dorman DateTimePicker column
Does anyone know if Microsoft will be including a DateTimePicker column in the DataGridView (for underlying date values) The current article says "TextBox, Image, CheckBox, ComboBox, Link, and Button column and cell types" will be included. I'm hoping ...Show All
Jamea Jani Disabling windows forms designer temporarily
Hello every body As you know when designer code grows and becomes giant its so bothering to modify the source code and then turn back to the designer (It consumes alot of time). The question is "Is there a way to disable windows forms designer for a while " Thanks in advance . No this is not possible. If this was possible, then this could cause the design to become out-of-sync with the code file. Although, you not u ...Show All
maxcredible ToolStrip.ImageList
Why does ToolStrip.ImageList not function like the 'ole ToolBar.ImageList property in the designer 5 mintutes with your new flagship development product and already something to annoy me. Hmm, interesting. What do you miss about ImageList ToolStrip supports it, but mainly for compat for folks porting over from toolbar - it is not exposed in the designer. ToolStrip supports having ...Show All
Shammi Jayaraj error when log in window(too many parameter)
my computer using win 98,there is bad sector with my harddisk,the win.com file is missing,i get another file from another computer which using win 98 too,but when i start my computer,it stay at dos ,and say it is too many parameter,but i can enter safe mode of window.What can i do & ...Show All
Sam Chang Strongly-typed access to a resources (satellite assemblies) .dll from other projects?
I can't figure out if it is possible, (using VS 2005 and .Net 2.0), to get strongly-typed access (including IntelliSense at design-time) to resources stored in a seperate .dll. Our project has about 5 seperate executable programs. Each has it's own VS Project. Many of the resources (strings and icons) need to be shared between these Projects, and they need globalization/localization. We have an assembly consisting of a single resources.resx f ...Show All
Ron Wright Table existence in a database
How may I find out if a specific table exist in my Microsoft Access database, by ADO .NET For example I have an Access database named "MyDataBase". I want to figure out is there a table named "MyTable" in this database Regards! M.Sa ...Show All
Martin Vobr Eumerate Sub-Folders
All, I am trying to write something that you can point it to a directory, ex. c:\library, and it will tell me what the sub-folders are in that directory. The reason that I am doing this would be to create something of a dynamic library. &n ...Show All
icesun sqlserver reporting tool
can anyone tell what are pros and cons of using sqlserver repoting tool. how easy we can learn the tool The ReportViewer control offers the following benefits: Processes data efficiently. The reporting engine built into ReportViewer can perform operations such as filtering, sorting, grouping and aggregation. Supports a variety of ways in which to present data. You can present data as lists, tables, charts and matrices (also known as cros ...Show All
Anjan Ghose Retrieving the values from a datagrid
I select values from the database and display them in a grid but first I apply formatting to the values. So from the database I may get the value 5236.2389 but the grid may display $5236.24 due to my formatting. What I want to do is&n ...Show All
Camlan Rename
hi i have a solution named test when i buikd it an exe file will be created named test. what i want is when i rename the solution to test2 the exe changes to test2,but iit always stays test plz tell me what shall i do ...Show All
MrWilliam Reading eml file
Hello, what's the best way to read an EML in a windows form Anyone has any samples (in c# if possible) Best regards. This would be really helpfull in light of the release of Exchane 2003 SP2. It puts rejected e-mails in the UCE folder, and you have to open each one to see who it came from. It would be nice to be able to quickly parse the "from:' addresses and put them in a text box for easy Cut-and-Paste ...Show All
