Scott Taylor's Q&A profile
Smart Device Development Project Settings Errors
1>corelibc.lib(wwinmain.obj) : error LNK2019: unresolved external symbol wWinMain referenced in function wWinMainCRTStartup 1>atlsd.lib(Allocate.obj) : error LNK2001: unresolved external symbol _CrtDbgReportW 1>atlsd.lib(AtlTraceModuleManager.obj) : error LNK2001: unresolved external symbol _CrtDbgReportW 1>atlsd.lib(atltime.obj) : error LNK2001: unresolved external symbol _CrtDbgReportW 1>atlsd.lib(ATLComTime.obj) ...Show All
Visual Studio 2008 (Pre-release) How to show a calender in xaml
I'm having a trouble with how showing calender in xaml. I'm looking for windows sdk but no answer. Please give me some suggestion. Thanks a lot. If I got the question right you are searching for a calendar control in WPF. we do not ship the calendar control as part of V1. However we are hoping to make public some equivalent samples before the release. HTH ...Show All
Visual Studio 2008 (Pre-release) WinFX Runtime Commponents v3.0 Beta2 Install
Observation. Looks as though the install requires C:\Windows directory and does not work with a machine with C:\WinNT Can you please give some details regarding your observation This is not the case, and there is most likely something else occuring. Mark Gabarra This posting is provided "AS IS" with no warranties, and confers no rights. ...Show All
Visual Basic May i know what happen here??
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click PictureBox1.Image = "1.JPEG" Label1.Text = "what text" End Sub when i clck this button, the text "what text" will appear. but the picture stil can;t be display. the error showed is " value of type string cannot be converted to 'System.Drawing.Image'" May i know what happen> Che ...Show All
Windows Forms BindingContext[...].Position not working
Hi, I am working on a window form app and have successfully bind the data to the controls with the following code Code: .... dsMail = new DataSet(); sqlDataAdapter.Fill(dsMail, "myTable") ; DataTable dt = dsMail.Tables["myTable"]; lstSub.DataSource&nbs ...Show All
Visual FoxPro Windows Directory
How can I find the full path of the Windows Directory in VFP No matter what version of Windows I am using and what drive it is installed. For example: Windows 2000/XP/2003 could be C:\WINNT or D:\WINNT_OS or other Windows 9x/NT could be C:\WINDOWS or F:\WINNT or other You can use this function : GETENV ("windir") or GETENV ("SystemRoot") ...Show All
SQL Server SQL Server 2000 Database Limitation
Hello All, I am currently consulting with a company who uses MS SQL Server 2000 standard. They currently have a software application that they lease (ASP) to clients and host on their own server. Each instance of the application requires its own database. They are currently at 1050 databases on a single database server, but anticipate increaseing their client base to about 5000. To date their administrator has not noted any performance issues w ...Show All
Software Development for Windows Vista Query for pending Activities with access prvilages for a specific role/user
in regards to previous question (see http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=188027&SiteID=1 ): Is there a prefeared way to query for "pending" Activities with access prvilages for a specific user Arjun Banker said that in beta2 this would be possible through an api. What api was he talking about, and how would I use it to solve my problem You can use WorkflowInstance.GetWorkflowQueueData: foreach ( ...Show All
Visual Basic Using Visual Basic 6 with CLR Profiling API
I am using the profiling api with Rotor. However, I've found that using C++ to implment COM interfaces is very, very painful. Has anybody created profilers using Visual Basic 6.0 dll's having objects that implement ICorProfilerCallback If not, should this work in theory (writing a profiler in VB6 instead of C++) Does anybody have any idea where I can find a typelib for the Profiling API that would include a definition of ICorProfilerCallbac ...Show All
Visual Studio DataSet objects created in .NET IDE's "Design" view not checked in to VSS
Background We set up our development environment according to guidelines set forth in “Team Development with Visual Studio .NET and Visual SourceSafe” ( http://msdn.microsoft.com/library/default.asp url=/library/en-us/dnbda/html/tdlg_rm.asp ). Multiple developers working on a common project use the "isolated development model," as described in this document. All code is under source control. IDE Microsoft Development Envi ...Show All
Visual Basic VB express edition with odbc connection
I want to connct through odbc in express edition .........can any one help me Price, If you are going to refer a user to the documentation please be so kind as to give a reference: http://msdn.microsoft.com/library/default.asp url=/library/en-us/cpref/html/frlrfsystemdataoledboledbconnectionclasstopic.asp ...Show All
SQL Server Varibale manipulation and expressions
Hi There I realise this is a braod question, perhaps some could just direct me to a good link or try help. In my package a have a result set variable, i use an execute sql task to load this result set variable with a list of tables. I then start a foreach loop mapping each table name in the result set to a @TableName variable for each loop. I then perform an execute sql task , in the execute sql task i use an expresion for the actual sqlStatemen ...Show All
Visual Studio 2008 (Pre-release) Pixel width "Thickness" for shapes
Is it possible to draw shapes with a single pixel width I am working on an engineering program in WPF and need to scale drawings. The current thickness of 1 is more than one pixel (presumably anti-aliased) and is very "fuzzy" - that's an engineering term! The same drawing drawn with GDI looks much crisper - another engineering term. Ideally there would be a special thickness, say 0, which would always draw at one pixel width no m ...Show All
Windows Forms How do i add a comment or a description inside a Function or Method
What i did is a CLASS file with all my functions and methods in to it, but i was looking a way to add comments or a brief descriptions just like VB.NET do when you create a instance to a object and using is method or propert ...Show All
Windows Forms Bug?? Creating window
Have 1.1 VS 2003 This: Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load Dim F As New Form1 F.Show() End Sub Gets a handle error. Why sh ...Show All
