Marta Segura's Q&A profile
Visual C++ Error 4 fatal error C1001: An internal error has occurred in the compiler.
Hi, I am trying to update an application from VS2003 to compile under VS 2005 Pro. Works fine under VS 2003. At the following line ======= template < class BASE> BOOL (WINAPI CDialogMinTrayBtn<BASE>::_TransparentBlt)(HDC, int , int , int , int , HDC, int , int , int , int , UINT)= NULL; ======= I get: Error 4 fatal error C1001: An internal error has occurred in the compiler. c:\projects\emuleplus\src\Dialo ...Show All
SQL Server No support for SQL Express or SQL Developer edition running on Virtual PC?
Am I miss-reading something After spending hours upon hours trying to install VS2005 Beta 2 June CTP edition, I stumbled across some documentation that basically says that SQL Express is *not* supported running on a Virtual PC. Has anyone else run into this problem This is the documentation that I found: http://download.microsoft.com/download/9/9/5/99599cc4-93ee-4252-85dd-23abff8631b0/RequirementsSQLEXP2005.htm ...Show All
Windows Live Developer Forums MSN search App Id
Hi I'm trying to make an application using msn search api but I can't get my application id. I've read I should go to http://search.msn.com/developer but that page doesn't work. I also got a code example that had an id to test it in case you just want that, but it gave me an error. Any idea where to get a working id Thanks L I have opened the page http://search.msn.com/developer/ now - it's ...Show All
.NET Development Delegate.Combine()
Is there a way to combine delegates in-place I'm trying to deserialize a delegate for which I need to create an unitialized Delgate (via FormatterServices.GetUnitializedObject) in order to resolve references during deserialization. Once all references are resolved, the delegate will need to be initialized but the refererence to the unitialized multicast delegate cannot change. I can use reflection to initialize the delegate and the Combine met ...Show All
Windows Forms Problem DataBinding A MaskTextBox Control
I have a MaskTextBox control I'm databinding to an entity (social security number mask). This works for displaying the data, and I can edit the field just fine. Unfortunately this locks my form and I can't get the cursor to any other controls. I have to kill the app with CTRL-ALT-DELETE. Anyone else have this problem I'm doing the same sort of databinding to regular TextBox controls on the same form and they work just fine. ...Show All
Windows Forms Draw Windows Standard SizingGrip
Hi, I was wondering if anybody has a sample how to draw the SizingGrip by overriding WndProc Thanks, Tom Tom Frey wrote: Hi, I was wondering if anybody has a sample how to draw the SizingGrip by overriding WndProc Thanks, Tom You'd have to do this in the paint handler. Use DrawFrameControl with DFC_SCROLL and DFCS_SCROLLSIZEGRIP (via P/Invoke). ...Show All
Visual Studio Team System I can not execute building a web site in team builds?
hi All! I met proplem with building a web site. I read many article, i sure that the solution file mapped to correctly path of source folder. while i running build, only a file has name: "BuildLog.txt" was droped down in "Drop Location". the content of buildlog.txt file is below: please help me if you find out the way to solve this issue. thanks. Build started 6/5/2006 4:42:35 PM. ______________________________ ...Show All
Visual Studio 2008 (Pre-release) Cursor from Geometry
Hello, is it possible to convert Mouse Cursor from Geometry I have a bit of UI on my screen, which I'd like to turn to a Mouse Cursor. Thanks. I guess you could hide the mouse cursor and RenderTransform/Translate a DrawingBrush or Image in response to the MouseMove event... Not what you'd wish for, but doable... ...Show All
Visual Studio Express Editions Impression etats - vb express 2005
Bonjour, Comment imprimer des etats dans un projet dans Vb expres 2005. Merci d'avance. Start by checking out the help files for 'Printing' there is some useful information here. Also check out the following URL which deals specifically with printing. http://msdn2.microsoft.com/en-us/library/xdt36c58.aspx Do a search of the forum for printing, and you'll find a few discussions on printing from VB ...Show All
Visual Basic How do I navigate to a folder and capture the path?
How do I navigate to a folder and capture the path I've searched the documentation and all options seem to require you know the path in advance. I'd like to have a button on a windows form that allows me to navigate to a folder and capture the path to a string. Is this possible dennist685 edit: is there also a way of capturing the properties of a file by selecting it thanks reneec this is something I c ...Show All
Visual FoxPro Using controls to display info from a table.
I have a table with employee info in it ranging from Pay scale to date of birth. I have 3 fields: Full-Time, Part-Time & Temp. If the field is true I have a 1 in it & if false a 0. I'm creating a form to display info from my table yet I'm not quiet sure how to display the full-time/part-time or temp info. Would a check box section work or option buttons. I don't want the person viewing the form to ...Show All
Visual Studio Express Editions SCHOOL PROJECT ON VB - I have a problem
Public Class lbloperacija4 Private Sub cb10_CheckedChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cb10.CheckedChanged If cb10.Checked = True Then cb20.Checked = False cb30.Checked = False   ...Show All
Smart Device Development VS2005 RC : No Windows Mobile 5, No Win CE 5 Projects with C++
When I create a new Smart Device Project with VC++, choose a win 32 app, I only get a PPC 2003 and Smartphone 2003 projects. How do I get Windows Mobile 5 (PPC and Smartphone) and Windows CE 5 projects with VC++. With VB and C# I get them. Keen to explore the new API features. Using the Release Candidate of VS2005, complete install. Hi, Did you install windows mobile 5.0 SDK: for pocket pc http://www.m ...Show All
Windows Forms Help! Primary Key/Foreign Key not being added to my database?
I'm stumped. I have Parent/Child (i.e. Master/Detail) Form. The form is layed out using textboxes as opposed to a Datagrid. I have created everything using the Visual Studio Designer. When I run the form, everything works as it should! My Primary Keys and Foreign Keys are generated and I can see them. However, when I go to look at my database (MS Access) all the fields & records are listed except the Primary Key in the Parent Table and t ...Show All
Visual Basic How do I write a code that returns/replaces the cursor automatically to a chosen TextBox?
Hello, I have a Visual Basic.Net form with just one TextBox that I am using to receive multiple/series of data (via array/index), but the cursor never returns back to the TextBox. The cursor can only return manually with the aid of mouse or tab. How do I write a code that returns/replaces the cursor automatically to the same TextBox every time I press /click the button Best Regards Chike I believe ...Show All
