Answer Questions
cwr1 Outlook 2003 Clone
When I build the Whidbey Beta 2 Outlook 2003 Clone sample, referenced at http://download.microsoft.com/download/c/2/e/c2ebe6df-c57b-49a5-b3f3-59393e3cf245/outlook.msi I get 11 errors and 213 warnings. The warnings are mostly about obsolete properties. The errors are mostly "System.Windows.Forms.Dat ...Show All
Anddos Moving published app to different servers ?
If a ClickOnce application is published to a test server, say, how does ClickOnce deal with moving that application to a different IIS server, such as production Also, if a software house wants to distribute a ClickOnce application to a number of different customers, for them to deploy on IIS servers within their organization, how does that work The answers to both questions are effectively the same as for a ...Show All
skillpoint How to make form to not invalidate, erase and repaint it
Hi, I need my form not to repaint under direct draw... Have you some advice thx Why don't you want it to repaint itself If you're doing the painting yourself, you can do that in your paint message and you can use SetStyles to make all painting occur in the paint message, that should place all painting under your control. You may also overload EraseBackground and return true ( that you've handled it ). yes, thanks, override eraseback ...Show All
Rafael Gómez Application.Exit Problem
Hi I am facing a weird problem with Application.Exit in Windows 2003. After this statement is executed, the application does not go down and CPU usage goes up to 100. This problem occurs only in Windows 2003. Windows XP (SP2 and SP1) are just&n ...Show All
Pelephant1 Threading, Binding
Could someone tells me how can I update a List (of objects) from thread other then control's thread. I have a DataGridView bound to the list and when I update the list from other thread I got 'InvalidOperationException': Cross-thread operation not valid: Control '' accessed from a thread other than the thread it was created on Regards, Vasil The DataGridView control has a method called Invoke on it (as do ...Show All
BansheeDave how to give value to parameter in a query of dataset in C#.net2005?
I am in C#.net2005 I have a listbox bound to a dataset, in the dataset, I built a new query: SELECT ServiceID, ProductDetails, ServiceNotes, ServiceCharge, DeliveredDate, CustomerName FROM [Freedom Scooter Service Reminder] WHERE CustomerName = "@CNAME" AND DeliveredDate IS NULL in Code, I want to give value to this parameter "@CNAME" , so that the listbox will show the records with given CustomerName. by the way, the value of ...Show All
Thaya Looking For ValueMember From ComboBox
I am trying to find the value that matches my variable and set the index, but I'm getting errors. The combobox is bound to a sql table: DestinationCombo.DisplayMember = DisplayName DestinationCombo.ValueMember = ValueName DestinationCombo.DataSource = SourceTable Then I ...Show All
megachuck1 Possible bug w/ DrawIcon under rotation?
Hi, I'm using a rotation Matrix to Transform a Graphics object so that I can rotate my drawing "objects" around the center of the image. This is working fine except when I try to rotate an icon. I'm using Graphics.DrawIcon(Icon, int,&nbs ...Show All
RoVis Size of the explorer window Title bar in C#
Is there a way in C# that i can use to get the size of the titlebar of the window (windows explorer window) i'm cutting the form for making good interface using regions and graphicPath and so. i did well & every thing is ok ...Show All
ceebee Outlook look&feel with Whidbey
I've seem microsoft guys brag about how easy it is to create an Outlook look and feel (Outlook nav bar, grid etc) using the new Visual Studio 2005. I have just installed VS2005 beta1 and I couldnwt find an Outlook navbar component in there... I ...Show All
donkaiser Pixel colors found using GDI+ are different!!!!!
I have .jpeg image with dimension(2000 * 1500), scanned with 200 DPI....When I check pixel color of some (x,y) in Photoshop and retrieve same pixel in GDI+ using bitmap.GetPixel(), I found the difference of 25+ in each color(R,G,B). And When I use&n ...Show All
Kailux draft fonts in Crystal Report 9 VS .NET?
how can i have a draft font in crystal reports for .net everytime i print with draft fonts it always shows up as arial pls help me! yea the default windows printer is indeed the Tally line printer that supports the draft font in question. In design view the Crystal report displays ...Show All
GethWho Please help with web Browser
I need help with my status strip. I have made my progress bar work correctly and it displays "done" when it is done, but i need help; In IE, when you move you mouse over a link, it displays the url for that link in the status strip thing. I would like someone to please give me the code for that in VB 2005 thank you Use the StatusTextChange event. private void axWebBrowser1_StatusTextChange ...Show All
edutrom Please Help
I am trying to deploy an application to our web server and I get the error Cannot Continue. The application is improperly formatted. Contact the application vendor for assistance (I am the vendor). This is the details: PLATFORM VERSION INFO Windows : 5.1.2600.131072 (Win32NT) Common Language Runtime : 2.0.50727.42 System.Deployment.dll : 2.0.50727.42 (RTM.050727-4200) mscorwks.dll : 2.0.50727.42 (RTM.050727-4200) dfdll.dll : 2.0.50727 ...Show All
Pedro_Ignacio To bind or not to bind?
I have a fairly straightforward application tied to an Access Database. I've been using datasource for my combo boxes and datagrids and what-not. Should I be using databinding instead What is the benefit to binding as opposed to other methods Thank you for any help you can offer me on this topic. So by the sounds of it, Binding will ensure that changes made to the data in the application are updated to th ...Show All
