caesar2k's Q&A profile
.NET Development Mht Email (Html Archive)
It is possible (out of the box) to send Mht email now in .NET 2.0 I've taken a look at LinkedResource & AlternateView and I'm able to send out emails. However, there is no documentation on what is going on behind the scenes. Tell me exactly what you are trying to send and what the content type is. It should be fairly painless as you can send any content type of your choice. What exactly do you want to know t ...Show All
Visual Studio 2008 (Pre-release) User Controls Atomicity
Hello, I wonder if it's possible to manage 'atomicity' of the user controls (basically I need to hide all implementation details for events) For instance I'm coding D'n'D operation - within OnDargOver I catch e.Source and apparently instead of being a UserControl, e.Source returns just some visual, belonging to my UC - like rectangle or ellipse. The workaround I found so far is to do smth. like: FrameworkElement candidate = (Framewor ...Show All
Visual Basic DELEGATES CALL BACK ON WINFORMS WON'T WORK
Hi, I'm trying to create the following scenarion You have 2 winforms A and B A has a Sub that will pop a msgbox("oi") and a button that pops form b forms b has a button that raise a event on A and run the sub with the msgbox i tried the code bellow, it worked in a console version, but is not working when in a winform could you help me code bellow: ''''FIRST CLASS Public Class CClock Inherits System.Wind ...Show All
SQL Server Storing values from an array to a SQL database
Im not sure if this is the correct forum to ask this question for suggestions, but im gonna go ahead and ask anyways. I have an array that has the x, and y co-ordinates of a graphic that was moved around by the user on the screen. Each user will create a name for the different motion, say Motion1..2...3..etc. (so each motion is considered a different set of x and y co-ords). Im trying to figure out the best way to save this data. i thought ...Show All
Visual Studio Team System Project Portal has several page components that do not load properly
On the project portal page, the builds, bug rates, and quality indicators all render as: The page cannot be displayed The page you are looking for is currently unavailable. The Web site might be experiencing technical difficulties, or you may need to adjust your browser settings. In beta 3, the components render like this: http://static.flickr.com/27/57070871_8a413e1772.jpg v=0 The SQL reporting services are connecting, but ins ...Show All
Visual Studio 2008 (Pre-release) Vista 5342 and the WinFX Feb06 CTP
Hi, I got a short question on WPF and Vista. I recognized (again) that a default install of Vista does not contain a "WinFX runtime". I heard on Channel9 and read in several blogs that WinFX will be an integral part of Windows Vista (of course, this makes sense!!!). Now why do I have to recognize that there is nothing at all and I have to install a runtime manually Will this procedure also affect the final release of Windows Vista Or ...Show All
SQL Server problem inserting datetime
Since two days, I suddenly experience trouble inserting datetime values on my contracters sql server As example I can created a table like this: CREATE testDateTime (dateTime DATETIME) and insert: insert testDateTime (dateTime) values ('13-8-2005 11:56:39') this works OK on my local Microsoft SQL Server 2000, but since two days not anymore on my contracters Microsoft SQL Server ("The conversion of a char data type to a datetime data ty ...Show All
SQL Server File..Save Copy of <package file> As... not available
According to the help for SSIS, one method of deploying an SSIS package to a SQL Server, http://msdn2.microsoft.com/en-us/library/ms137565.aspx, is to use the File...Save a Copy of <package file> as... menu option. I don't have that menu option at all. And yes, the package is in focus. My save menu options are simply; Save Selected, Save <package file> As... and Save All. I am using Version 9. ...Show All
Visual Studio Express Editions Could Anyone kindly tell me When will MS deploy the Final version of VS2005 and SQL 2005?
Could Anyone kindly tell me When will MS deploy the Final version of VS2005 and SQL 2005 And I also want to know ,will the projects of beta2 easily convert to the prjects of the Final version Thanks a lot. Tonny - The launch date for Visual Studio 2005 and SQL Server 2005 has been set for the week of November 7th, 2005 . See http://msdn.microsoft.com/launch2005/ for more information. We are doing everything we can to ensure tha ...Show All
Visual Basic Making a picturebox have a transparent background
I have a picture of a panda with a pink background (panda_down.bmp) and I was wondering: how do I get that pink background to be transparent Draw the image yourself in a paint handler, and use the imageattributes class to make 255/0/255 ( magenta ) transparent. ...Show All
Windows Forms RenderMode default style different in Express?
I tried out VS 2005 with C++ Express. I really liked the system style that it used (I believe it was Media Center style). When I got Visual Studio 2005, it overwrote my Express Edition, but now the style is something different (it has gray tones as opposed to blue and orange). Is there any way to get / add back the Media Center style Also, are there any other differences between "normal" VS 2005 and the Express Editions ...Show All
SQL Server Transforming a "?" to NULL value
Hi SQL Champs! I have a flat file source where some data are an question mark ( ). Importing this to SQL serever, I want to exchange these ( ) with an NULL -value. How do I do this most easy in SSIS Do I need a another tmptable first, and then derived Many thaks kurlan Derived Column Transform and the conditional operator. The exact syntax will depend on what you your column is called, and the data type- [Column] == &quo ...Show All
Smart Device Development how to get my Pocket Pc 2003 SE work in VS .NET 2005 beta 2??
Sorry..I just accidentally clicked button post.. ...Show All
Game Technologies: DirectX, XNA, XACT, etc. More input required
Does anybody know a few very good graphics magazines I'm interested in theory more than "how to"s. For graphics-theory oriented magazines, you will need to turn to the ACM and subscribe to the SIGGraph journal. That's where you will get extremely cutting-edge material (warning: The material is for "advanced" graphics developers. You won't find any "How Tos" in that magazine) ...Show All
Visual C++ Adding a property to a class, help please!...
Hello. Since Classwizard is gone from visual studio 2005, I cannot seem to figure out how to 'add a property'!...How can you do that Hope someone can help me out! thanks... Much of the Class Wizard functionality has been streamlined into other parts of the IDE. If you see your class listed under the Class View pane, right click on it, and you can add a member variable. Now, if you really mean a property, a n ...Show All
