Answer Questions
masri What's the right way to progamatically update values in a relationship?
What I'm trying to do is change a value for all child rows of a parent record. This works fine until I try to update the data source. Then I get a Concurrency Violation. I understand that this is caused becuase the data adapter  ...Show All
Bala Atur Hepl : Image in Label
Hi, I have problem with label. I have added image (animation gif) to label. It's good. But image larger label and i do not want resize label and form. I want have scroll in label. Can i do it or use other control ! If you know, please tell me. Thank so much. I think you need to use another control. Labels doesn't support AutoScrolling which is the one you've described. A Panel with a PictureBox i ...Show All
HOBO Wrong content type ?
Application: ---------------- "An unknown error has occured. Please review the even log for more information" Event log: ---------------- "Client found response content type of 'text/html; charset=Windows-1252', but expected 'text/xml'." Any ideas ...Show All
CC.NET OpenFileDialog "hangs" on Windows 2000
I have a WinForms remoted application using a simple OpenFileDialog control. When I instantiate the dialog, the program hangs and never responds. This only happens on Windows 2000. The program functions perfectly on Win XP & Win 98. The ...Show All
Ring0 Update Windows Datagrid
I'm kinda lost on how I would reference the textbox that's created when I click in my datagrid cell and edit. How do I get the changes back to the dataSet There is no need to get the changes back to the dataset.& ...Show All
BenECM netwrok and windows information
Hi, How can I find out the Windows and Network information of the local machine Any example what exactly are you looking for System.Environment class has some good information such as OSVersion, UserName, UserDomainName, and MachineName.  ...Show All
carmima use part of name from one object as name for another object
Hey I would like to use part of the name of one object as the name of another object Imagine I have an object called myObjectFoo1 I can remove part of that name, to myObjectFoo How do I name a different object with myObjectFoo I of course don' ...Show All
ClydeB Searching for data using DataBinding
Hi every body Note: the thing i will talk about is applicable on the attachment file.... I have made some program, and this program needs searching I am using (DataBinding) to connect the data with (Textboxes) to make (Editing) and (Deleting). The user of the program must make search for a record, so i made (Searching form) and i used (Datagrid)in it. When the user finish from Searching form, the values(records) that choosen (from the user) wil ...Show All
angiedolfin Read line by line
Hello I have a TextBox full of lines of text and now all I want to do is just read them Line by Line ! Regards Doesn't look like TextBox supports that, but I know another way using the String.Split function. public void&n ...Show All
LenKelly AVI and background problem
Hi. Friends. I just got a horrible problem in creating a user control. Any help will be greatly appreciated. I display an avi file by using directx component. Then, on this avi animation movie, I need to display a string such as “500”. I u ...Show All
bobiav Show download progress to users when loading an assembly in ie
Hi everyone, I have a windows forms control hosted in ie. I would like to show the download progress info when the users launch the application via browser just like Java Web Start (that rocks) does. Is there anything similar in .Net Thanks. Bruno  ...Show All
Sandro Franchi Fast Question; How to make a dashed pen?
How would I go about to make a dashed pen Pen grafPen = new Pen(/*what arguments*/); Since im kinda new at C#, how do I set property of the pen Could you give me an example All help appriciated! MVH - King Karl ...Show All
Philippe Bonneau Windows Service project - Trying to setup my function inside class
I am new to creating windows services in VB.NET. I have created a new Windows Service in VS 2005 and trying to encorporate a function I coded. Obviously I'm not doing this right and need some help. The code looks like this so far. My hopes is to schedule this function to run every night on our server. Public Class HEDI2 Protected Overrides Sub OnStart( ByVal args() As String ) ...Show All
Newbie71 ISA firewall issue
I am trying to set up a terrarium server on an extra machine here at work. Inside the office it works great and everyone connects to the server. We can all send and get bugs. When I try to connect from outside the firewall, I&n ...Show All
Harry_Leboeuf Header Text Alignment in Datagrid
I have created a tablestyle and gridcolumnstyle collection for a datagrid. One of the attributes that I set for some of the columns is the HeaderText.Alignment = Horizontal.Right property. When displayed, the column data align very nicely (mostly currency dat ...Show All
