Suncity's Q&A profile
Visual Studio Express Editions Visual C++ 2005 documentation
June 11, 2006 I am transitioning from Visual C++ 6 to Visual C++ 2005. I am using the Express Edition as my entry point. I have a concern about the lack of Visual C++ 2005 documentation. For example, why does the Microsoft Press "Build a Program Now" book series include versions for other Express Edition languages, but not for Visual C++ 2005 I don't see any Visual C++ 2005 books pending from Microsoft Press. Does this indicate a lack of support for Visual C++ 2005 Does this indicate that other major Visual C++ changes are pending Yes, I have perused the MSDN forums and the few currently available books claiming to be ...Show All
Visual Studio 2008 (Pre-release) dragging control will immediately crash visual studio
Problem repro: create a new windows application fx project, create button on the grid, drag it to another location. After about 0.5 seconds visual studio throws an error and asks me if I want to debug. If i choose yes, I can get to this call stack: > ntdll.dll!7c901230() [Frames below may be incorrect and/or missing, no symbols loaded for ntdll.dll] milcore.dll!53216a95() milcore.dll!5316ba53() milcore.dll!530d9318() milcore.dll!530d5b1b() milcore.dll!530d5b38() milcore.dll!530d93c2() milcore.dll!530d9204() milcore.dll!530d9464() milcore.dll!530d94b3() milcore.dll!530d57be() milcore.dll!530d57c8() milcore.dl ...Show All
Microsoft ISV Community Center Forums oledb connaction display xml
When I change my connection string from ADO to oledb my xml display is broken the error I go is wrong data type. I use ASP classic. Would you please help here. Thanks in advance! can you post the two connection strings, the original and what you changed it to. Could you post your query and some of the code you use to call the query. ...Show All
Visual Studio Express Editions How to set a date field to null
I have a bound text box showing a date field and I can enter a date into this no problem and save the changes. I have spent the past two days trying to find a way to allow the user to delete the date i.e. set the field back to null! I have found several articles on the net but nothing that provides an answer or explains why something that should be simple should be so hard!! I guess what you're asking is, you need a book on T-SQL I bought a book on SQL in general, it covered how to write stored procs, then I bought a series called the Gurus guide, from memory, which is full of excellent, in depth T-SQ ...Show All
Microsoft ISV Community Center Forums InternetExplorer, NavigateError event not firing
Hi, I am having trouble with the WebBrowser control, the server is sending back an error code but the navigateerror event is not being fired for some reason. I am trying to upload a file using the InternetExplorer control in MS Word . I have IE 6 installed. Is there any other way of finding out the response The code is below, thanks for your help. Option Explicit Private WithEvents WebBrowser As InternetExplorer Private strResult As String Const URL As String = " https: / / myurl " Private Sub Class_Initialize() End Sub Public Function SaveToServer(objDocument As Document, strUsername As String, strPassword As String) As String &n ...Show All
Visual Studio 2008 (Pre-release) Is MediaElement/MediaPlayer support broken in December CTP?
I have tried playing around with the MediaElement in both Independent mode and using a MediaTimeline but could not properly control the running Video. I implemented Pause/Resume as well as Stop/Play to restart the Video but both failed to work properly. Both will stop the rendering frame at the instance of Stop/Pause but will never re-render new frames once Resume/Play is called. In both cases the Video sound restarts at the beginning and only starts to re-rendering frames after it hits the frame location I paused the Video. In the case of playing the Video to the end I get the MediaComplete event and it shows the last frame ...Show All
SQL Server Transactions in Data Flow
If I want my data flow task to require a transactions, both Control and Data Flow have the TransactionOption property. Do I need to set both properties, or would setting the TransactionOption to Required in Control Flow imply a transaction in the Data Flow Just curious. Greg. BOL does a good job of explaining this. Here is the topic. ms-help://MS.MSDNQTR.v80.en/MS.MSDN.v80/MS.SQL.v2005.en/dtsref9mref/html/T_Microsoft_SqlServer_Dts_Runtime_DTSTransactionOption.htm HTH, Matt ...Show All
Windows Forms docking ...
why can we not have two controls on a form and both have Fill set for Dock property, so that when one control is collapsed the other one takes the remaining area and vice versa In the <A HREF="http://www.windowsforms.net/Applications/application.aspx PageID=20&tabindex=8">TaskVision</a> sample application is an xPander control you can leverage to do& ...Show All
Visual Studio Team System Unable to install Team Explorer
Hi Guys, I installed Team foundation server on SQL server 2005 evaluation version successfully. When i try to install Team Explorer (that comes along with Team Foundation Server)on Visual studio team suite beta - 2 version, it says to uninstall the pre-release products. In this case it is pointing to the visual studio 2005 beta2 -- ENU. It is allowing me to only install Team Explorer (Not allowing to install Team Suite 2005 beta version ). How can i install team explorer on beta version of Team suite My intention is to execute the Test cases using MSTEST.exe while the team explorer is installed...Please do respond... Re ...Show All
SQL Server "product level is insufficient" message during flat file import
I'm using the import wizard to create a new table from a flat file source. The table gets created but no data gets copied. What's wrong Here's the report: Operation stopped... - Initializing Data Flow Task (Success) - Initializing Connections (Success) - Setting SQL Command (Success) - Setting Source Connection (Success) - Setting Destination Connection (Success) - Validating (Error) Messages * Error 0xc00470fe: Data Flow Task: The product level is insufficient for component "Source - inSsrc_txt" (1). ...Show All
Windows Forms ClickOnce error "Calculating permissions failed"
I'm trying ClickOnce deployment for the first time. When I attempted to calculate the required runtime permissions ((myProject)-->Properties-->Security-->[Calculate Permissions]) I got the following error: "Calculating permissions failed. Object reference not set to an instance of an object." My project builds and runs just fine (couple warnings about undefined xml tags in config file seem unrelated). Can also create MSI installers just fine. So, I'm at a loss about where to begin solving this problem. Any help would be appreciated. Thanks! ...Show All
Windows Search Technologies We're sorry, but WDS has detected a problem...
wiwth your desktop index and cannot continue. Please reinstall WDS here: ... So I goes to the toolbar.msn.com site - download it, and it (the installer) tells me that it is earlier than the WDS I have installed. WDS is not indexing Outlook (I have a connection to Exchange Server - but store emails in a pst file). I also have an archive pst file. Nothing in Outlook is, nor has been, indexed. I would like to remove WDS - but can't!!! It's not in Add/Remove programs - and I'm gettin somewhat brassed off everytime I log on, seeing the dialog "We're sorry, but..." etc. I just want to remove it please. I was looki ...Show All
Windows Forms convert base64 to image
Could someone please help me on this, im about to tear my head off.... I am SIMPLY trying to convert a base64 string from an xml file to an image .... I have declared a DataSet object, called the LoadXml.. checked the size of the byte array which is the same as the origional.... ' Extract the image Dim& ...Show All
Windows Forms DataGridViewCheckBoxColumn
Hi, I would like to know how to change the appearance of checkbox in DataGridViewCheckBoxColumn. With normal check box control, we can change the appearance to button or normal. How can I do that with in DataGridView Hi, If you want to do this at design time, it's pretty easy. Go to the Properties window of the DataGridView, select Columns then in the Bound Column Properties section, click the dropdown ColumnType property. It will show you the available options for DataGridViewCheckBoxColumn. You can choose button or any other styles available. Hope that helps. Regards, Mamta ...Show All
.NET Development Help with detecting a barcode scanner event
Hi, I am a .NET programming newbie. It is my first time posting here so i apologize in advance if i got the wrong forum. If it is the wrong forum, maybe you could point me in the right direction :) I am developing a desktop Windows inventory application using the .NET framework. The user will be scanning barcodes into a TextBox on a Windows form. The barcode scanners that are used in the company are not programmed to automatically send a carriage return at the end of the scan. (I checked this in Word/Notepad and there does not seem to be an end of line character in there). Is there any way to detect when the user has finishe ...Show All
