Answer Questions
totte500 Changing Computer's Regional Setting Causes Lock Problems On Databound Controls
Hi, I'm developing an application in VS2005 Beta2 with VB. I have one form with databound controls which dragged from Data Sources window on it. When i change the computer's regional settings (only exchanged numeric symbols (,) to (.) ) and then i can't move on textboxes which have decimal and integer data type on my data form. After changed regional settings back it ran normal. Is this a bug How can i solve this problem. Note: Changin ...Show All
megadith Event Publisher not Publishing
For some odd reason be it myself or Visual Studio (more so myself) for the life of me cant get my Event to raise in my custom user control. I'll post the code for any logical errors I might have over looked on my side. Here goes... public class MyUserControl : System.Windows.Forms.Control { …. private Image _labelImage = null ; & ...Show All
Entity_X Deploying a Database with Win Forms App
I am posting in this forum because nobody has been responding to these in the SQL forums. I am hoping someone here would have some input on deploying a DB with your winforms app. I have traditionally done web app and client server programming and am have been playing around with a new tool (Win forms) app that I eventually want to distribute to other developers and a couple of business people in our organization. I have done apps in the past ...Show All
Naria Double Buffring Question
Hi ppl , I am doing a project in c# and as far as i know there are some "magic" lines in which you able to write in the constractor of the form you create which will take care of all the double buffering mission. So& ...Show All
Hutch EnableVisualStyles() within NTD app
Am I correct in assuming that you cannot use visual styles from a partially trusted assembly ...Show All
SavageE ToolStrip coloring
This seems way too elemantary, but nevertheless, I am having a problem with it. (in a new VB.NET project) Setup in Designer: - Form.BackColor = SystemColors.Control - ToolStrip.BackColor = SystemColors.Control Result in Designer: - ToolStrip color is "lightish blue" (but the dropdown tool in the ToolStrip (for adding buttons, etc) is colored SystemColors.Control) Setup in Designer: - Form.BackCo ...Show All
Yasir Mahmood DateTimePicker
Hi, Is there any way to handle with 'Null' values in DateTimePicker control when it is bound to datasource Any sugestion... Thanks You could also use Infragistic's NetAdvantage UltraDateTimeEditor. It can naturally work with Null values. As I answer to vsnewbie, search on www.codeproject.com for a Nullable DateTimePicker, I think it's better. You will need to handle the ...Show All
Jangid Dockable windows with pin and autohide feature
We need to provide a feature in NET 2.0 with Dockable windows with pin and autohide feature (Similar to the solution explorer window) I tried to accomplish this using the VS.NET 2005 Beta 1. But could not go further. Any hints Thanks Jubin you should check out the Magic Lib form Crownwood....there are links and info to the source on this site Hi Jerry, Thanks a lot for the prompt response. I did check ...Show All
RanaRani parsing html...
Hi, Is there any good code out there showing how to parse an html file using c# I want to have access to tags, attributes, text, tec... Any help Thanks ok, found a way of doing it with regular expressions: "<(.|\n)* >", bu ...Show All
DanNova Finding ComboBox Item By Value
I know about the FindString() method, but it's only for the DisplayMember. Is there a way to search by ValueMember What's the normal way to handle what I want to do I simply had to set the .SelectedValue property. It's a little ...Show All
Eric Morceau MSMQ Polling
From what I have read there is no other way to check the message queue other than polling it. Please say this is not true. Why isn't there a messagearrived event Could someone clear this one up for me Thanks, Trey ...Show All
Debil Bitmap editing with different bitmap formats
I have experimented with the Bitmap class and image processing. All the work I have done is on 24 bit images. To manipulate the pixels I use unsafe code and pointers. Ie for 24 bit images I have one byte for red, one for green an ...Show All
Adil Saleem Parent - Child windows
Hello all, i think this is pretty easy question for you, but i have no idea how i can do it. I want to have a windows application in which the main window will be always open and the "child" window will open inside the main (all the children windows will open inside the main). Something like a form with some menu items and when you click on them they open other forms in the main window's area. How can i set that the main window will ...Show All
Audalio DataSource XSD Problem
Every time I make a change to my datasource xsd file, it automatically sets the CommandCollection access level to protected. This causes me to get compile errors for "Inaccessable due to protection level" and I have to go change it to public. Am I possibly doing something wrong in the way the xsd is set up, or is this unexpected behavior thanks dave Hi David, We don't actually support changing the ...Show All
Jorge Luis Deployment Project
Would you please help me to solve these problems: 1. This problem appears when I build my deployment project. Symptom: appears with License Agreement and Read Me Dialog, when I select a *.rtf file but when I select property License File as (None) it's&nb ...Show All
