Already purchased the new Motorola Droid? We want to hear from you! Tell us what you think about it and Google's Android 2.0 software.

 

Having problems asking a question? Have a general question about Experts Exchange? Let us know!

 
Top .NET Solutions: 676 - 700 of 716
 
I am developing a VB.NET application.How can i change the Background of individual dates in a MonthCalender control..
Ok this is the problem I have an image, lets say its 600 in width and 300 in height I want to scale image so it fits inside a boundry of 320 by 240 (or any other size I set) Then I wa...
VS2008, VB.net, DotNet 2 Hi i have developed a component that has an access datasource in the control project with a dataset and table etc, when i build the control and start a test project...
I am not totally sure how to do this, but I have and update function that was built programatically. for a shopping cart. Now the function checks if the customer made and order that day. t...
How can you link a NODE selected from a TreeView to a DataGridView?  When a Node is selected in a TReeView, I want to display the details in a DATAGRID.
Need sample code to change button's name at runtime in vb.net.
Hey guys,                    I just wanted to know if sqlconneciton object is part of ado.net technology?
I need to programaticly take screen shot of execting program. I found some code online (and added to it), but it seems to hang my system when I run it. When it runs the: SendKeys.Send("^...
I have a vb project that I created in visual studio 2005. I can't remember if i created an "AJAX Enabled" web project, or just created a normal one and added in the stuff manually into the web...
Hi, I am a bit lost here , I have to pass value to card reader using a borland dll written in C** , in it I have a date  and time , I got no problem with the date but the time  doesn't see...
Hi, I am working on web Application with Silverlight video control. It is working fine, but i want to run my video always. And I have two videos in my application, i want to run one by on...
Hi, I've created a ODBC connection in my c# winform .NET 2.0 application.                         string connectionString = ConfigurationManager.ConnectionStrings["DEV"].ConnectionString...
How do I add a column to a datagrid from another table?  I have a windows form application that binds a DATASET tables to a Gridview.  The dataset consists of multiple tables each has relation...
Hey Experts, I'm using my 1 hour personal development time to write a little form game.  I would prefer to obviously do this with DirectX etc, but I don't have that SDK installed here, so a...
which one is valid? why there is a "xsd:" after "<" ? can I nest assign inside project?
I have an application with 2 classes.  One class has a DataTable that I want to access from another class.  For example: Form2.cs     public class Form2 : System.Windows.Forms.Form         { ...
Hi, I have a datatable with 3 columns.Need to avoid duplicate.I am using this code..donno where I am going wrong     Dim dtFileListnew As New DataTable 'datatable for files tab Cheers
Hey Experts, I have done a quick DLL to reduce code required to connect to my SQL database, unfortunately it requires me to create a contructor object with various parameters (ParameterName...
I have a modal form that shows a form with a devexpress report control sitting on it. On some workstations when I call Show on the report form it doesnt appear unless the taskbar icon represe...
How can I maintain the XML relationships (Parent / Child) when I read a XML file into a dataset.  The code below will read my XML file into a Dataset.  Each Node is loaded into a table like "H...
Hello,  I'm using the following code to allow a user to download a file from my site. I want to keep track of the downloads. I'm having the user download the file from a folder outside the web...
I currently have the attached TOOLBOX and PROPERTIES/PROPERTIES windows open at all times in VS 2008. How can I get the two PROPERTIES subwindows (PROPERTIES & EVENTS) to display all th...
Dear, i m using XtraGrid for WinForms, I am  biggerner of ths grid, i have columns like Invoice#, InvoiceDate, , InvoicePrice., PaymenTerm i want to add 4th column and there should be a va...
Hello, I have a function which creates simple html input text lines in a code-behind page. I need to modify the code so those lines are disabled or read only so I added "sHTMLInputText.Disa...
Hi, How to implement "yield" in VB.Net. I am haivn code in C#  private static IEnumerable<FrameworkElement> GetAllChildren(FrameworkElement parent)         {             Stack<Framework...