Answer Questions
Rocker height and width
my web user control is composed by a panel (h=100%,w=100%) which contains a table (h=80%,w=100%) with a datagrid and a button and a panel (h=fixed px,w=100%)with another table. This second panel is first invisible and then visible when button is clicked. I try to put it in my web form where there is a table. My problem is that if the table in web form is short, the user control not resize and i can't see the second panel. ...Show All
Sista get duration form WMA & WMV
hi all, how can I get the meta data for wma or wmv files like (duration). can any one help thanks Dear Michael, first thanks, I see this artical , but there are anything more simple thanks I'm not aware of anything more simple than this. Michael Hi This blog entry should answer your question: http://blogs.msdn.com/tims/articles/100730.aspx Michael ...Show All
erikerik Printing an array in C#
Hello all! I'm writing a piece of tool that generates subsequent integers in a multi-dimensional array and I want know how to I can print(printing through a printer and not onto a screen) that array. My tool is currently able to print a string, an integer etc, basically a single value. Thanks! ok. I'd like to know how you would approach my problem. Please let me know. thanks! ...Show All
Dracoo How Can write and Read to the Setting file in windows Form Programmatically?
Hi I have been googling without success on how to write to a setting file in c# but cannot find any docs. I only know that I have to create a wrapper class inherit from ApplicationSettingBase but there my knowledge stop. What I would like to do is imitate the connection process when you create a connection in vs 2005. User press a button and connects to the Server/DB and at this point I would like to write to the Setting file program ...Show All
jimmyjos !!! IF MICROSOFT HEAR US!!!
I just saw another thread with "Can i make a app that doesnt use the .NET. The framework is too big 23 MB".. SO... Can Microsoft create a .Net Framework just for c# not for asp or j# or visual basic providing only the neccesary dlls Please!!!! Yeah, I agree, I sure as hell wish they would have. I love Microsoft, but this does seem to be a small oversight in my opinion. ya guess your right.. but h ...Show All
SSISy Boy Saving Data in DataGridView
Can anyone please send me a sample of easiest method for saving a modified data from DataGridView Thanks in Advance! Hi Here the example http://www.codeproject.com/cs/database/DataGridView2Db.asp Hope this helps ...Show All
Sandyee about properties of From control, reaplace default icon
I am learning vc#, have a question about Form control As title said, I created a microsoft windows application project in VS 2005 (Chinese S), and I want to replace the default Form's icon. I have found properties window and icon property. I have changed the value of icon to using my icon, and built the project, but application window doesn't show my icon and aslo doesn't show default icon, the icon change to one like a text icon. w ...Show All
smadhu Broken C# videos links
http://msdn.microsoft.com/vcsharp/programming/videos/ I'd like to watch most of them but many links are not found :( Aidas: Thanks for the feedback. I can repro this. I will notify the owner of the C# Dev Center. Michael Blome [MS] Visual C# Documentation Manager ...Show All
Marius Dumitru How can I use the timer properly??
To decorate my WinForm App,I used a timer to make the opacity of the form graduately transform when closing...but it did not work.,.wy Some one can help me You're close. What's happening is the form is closing before you have a chance to "dim" it. Try this... private void timer_Elapsed( object sender, System.Timers.ElapsedEventArgs e) { if ( this .Opacity>0) thi ...Show All
Donald D. Drake - MSFT Any good examples of how to use Applications settings
Hi, I'm trying to use Application settings to persist the size of a window between sessions in c# Express. I've tried following the help files but it's all way too complex - I can work up to comlpex once I've got something working! Does anyone know if there is a simple 'how to' anywhere, covering the basics What code do I need to add (to save ) What are the steps in the designer Many Thanks for any help Baffled ...Show All
David_W please microsoft or anyone tell me why !!!????
when i debug this code Process p=process.getAllprocessbyName(processName, Remote MachineName); p.Kill(); i have this exeption this feature is not supported in remote machine what i want to say is why microsoft make this function and told us that we can use it for remote machinr in msdn help i found: C# public static Process [] GetProcessesByName ( string processName , string machineName ) Param ...Show All
vagrant Creating custom controls dynamically
We have an issue on our project when we are trying to create custom controls dynamically. It's easy for me to create a new standard control dynamically such as a Button by writing the following: System.Web.UI.WebControls.Button btnSubmit = new Button(); Button btnSubmit.ID = "Submit"; btnSubmit.Style["Z-INDEX"] = "106"; btnSubmit.Style["LEFT"] = "64px"; btnSubmit.Style["POSITION&q ...Show All
Tayo sending e-mail
I have created a webservice and in I use the System.Web.Mail class to send an email. I would like to know like I can keep the message that is sent, since the MailMessage class hasn't any Save method. I use visual studio c# 2003. Somebody can help me If you send it using MAPI, it will end up in your outbox. The downside is that you have to be there, because you have to click OK to send using MAPI ( ...Show All
.net newbie WDS not indexing email
WDS is not index my email. I'm using Outlook 2003. In WDS I went to custom folders then to outlook. When I looked at the outlook subfolders there is a warning sign next to the two mailboxes I have opened with a message that the outlook mailboxes I selected is populated by an add-in program. I disabled all outlook add-ins restarted the computer and outlook. Then reindexed and still no email indexed. I'm using the Symantec AV 8.1 corp version. Tha ...Show All
Jesse Hersch DirectX Redistribute Error
I write a program using C# and DirectX SDK( aprl 2005). Trying to make setup files using V.S.2003 . Some error(Application has generated an exception that could not be handled) occured when using animation is in my program. How to distribute a program which contains animation, AllocateHierarchy, Frame to other people's computer Thanks for your help. I'm comfused with the version problem. In development environment, the version ...Show All
