Answer Questions
CULE_Developer Linked Scrolling of 2 TextBoxes
I have 2 TextBoxes with content of the same height. How do you link the scrolling so that scrolling one also scrolls the other Best example use of this would the diff comparison feature of SourceSafe. Yes, I will try to make a sample asap. I've created a new sample with realtime scrolling. I put it in the original post . I have a piece ...Show All
schmaltzkj Build of project reloads User Controls in Toolbox every time.
Hi, I have noticed that the toolbox in VS 2005 contains a tab for every projects in my solution that contains a component derived class. During builds of the solutions each of these tabs are being refreshed / rebuild and it can take a little time. Is there anyway of stopping this refresh, or is it a matter of removing the tab from the toolbox Maybe this is a bug that has been fixed post Beta 2 Thanks for your help Graham ...Show All
Jesse Bradlee Delegate not calling function defined under Windows forms ?
Hai ...., I have designed a basic client-server chat application (asynchronous mode) in windows forms. Client project i.e client application is having one Interface screen, to send and receive message, and one class file that&nbs ...Show All
AdriaanDavel WINFORMS
I have a small question: I have a form(a){Main Form} and form(b){login form}. I want to load form(b) as dialog to form(a), when form(a) is loaded. Please help..! The reason that the UI of Form A is not visible is because ShowDialog blocks all commands after it until the dialog (Form B) is closed. Just move the ShowDialog code to the Form_Load method instead of the constructor like so: pri ...Show All
G.T. DrawIcon on Memory Graphics.
Why will DrawIcon not draw the AlphaData on a Memory Grahics Object I thought it was because the bitmap was 24bpprgb, but then why does the following code fail. The bitmap object is definately 32bppArgb. DrawIcon works fine a Controls Graphics Object. ...Show All
coddy Databinding problem
Hi everybody. I have a form which contains a user control. When the form loads, I'm populating some DataSet, and assigning the dataset refernece to one of the control properties. The control contains other control that are bound to various paths on that dataset, adding new rows, modifying, etc. Now, I want to update the changes back to the database with dataadapters. I can put a Update button on the control itself, or in the form containing ...Show All
Lifeng Lu - MSFT Create Word Documents
I am creating a 2.0 application and I have the need to generate Word documents. I will create a base DOC that has some content and formatting. I am looking to programmatically insert content and data using C#. What is the best approach for this ...Show All
Peter Butler can I use a datagridView combobox column when using RAD databinding?
hiya, I'm well impressed with the RAD databinding of the datagridView, when binding to single database table. I'd like to add a gridView combobox column which will be populated by a lookup table. I can't see to do this in a RAD way.Is it possible Even if not possible, is there any way that I can manually add code to handle databinding and updating of this gridView combobox column, without having to disturb the other, RAD bound column ...Show All
pincpanter Making sounds from windows forms
Hi, I want to cause an audible alert when something happens in my app but can't see any obvious way of doing it. I'm sure it must be simple - any one have any idea how this can be done Thanks. How about the beep ...Show All
rohit505 All Green Lights and No Critters
I have installed 1.2 Terrarium on 2 machines of mine. (Behind a firewall, port 50000 opened and NAT support checked) All lights are green but i dont get anything coming into my terrarium. I have this thing running for at least 24 hours so& ...Show All
Jack McArdle 5 errors that I dont really get why they there...
Hey, in my spell check code I got 5 error and I dont get them, I downloaded a "DLL" and I added the stuff in just like it said to, and then I added in the code, so here is the code that has errors in it, I am gunna say the line and then next to it will be the code, the errors are underlined and bold: CODE: LINE 140: Private Me .SpellChecker.MisspelledWord += New NetSpell.SpellChecker.Spelling.MisspelledWordEventHandler(Me.S ...Show All
bsun minimize forms
I have a series showdialog forms open, it is like, form2.showdialog in form1, form3.showdialog in form2 then when click form3 minimize button, a strange situation. one computer will minimize all 3 forms, which is what I prefer. the other computer will minimize only form3, put it in the bottom left of screen. why two computers have different behavior same OS and version of .NET yes, same OS and Framework. XP professional SP2 an ...Show All
Robert Tarantino Cool things you can do with taskvision!
Well, in 1.0, you can log tasks. In 2.0, the ideal feature would be like how IssueTracker works. You can add fields on the fly, and you can create custom reports on the fly. I would like to see TaskVision 2.0 become less task oriented,&nb ...Show All
C#Mart Get Current Clicked Column Header?
I can do it if my DataGrid is bound to a DataTable or DataView, however what if my grid is bound to an ArrayList DataView Method: private void dg_MouseDown(object sender, System.Windows.Forms.MouseEventArgs e) { DataGrid.HitTestInfo hti = dg.HitTest(e.X, e.Y); &nb ...Show All
David M. Kean - MSFT EventDescriptor and discovering attached handlers?
Given an EventDescriptor, how do you discover the attached event handlers I had orginally thought this might be impossible since you don't know how the event is implemented (i.e. it might not be backed by a Delegate) but I suspect CodeDomSerializerBase.SerializeEvents is doing it somehow. Thanks, Ray This IEventBindingService appears to allow me to bind to events easily but it does not appear to giv ...Show All
