handsumblondy's Q&A profile
Visual Studio Team System beta2, personal website starter kit problem
downloaded latest team system beta 2 today, created new personal web starter project, when i attempt to create an administrator account here: http://localhost:1689/asp.netwebadminfiles/security/users/addUser.aspx no mater what i type, it continues to say "please enter a different password". you are instructed to create an admin account for your personal web site by the new starter project. ideas ...Show All
Windows Forms Raising Events from DataGridComboxBox to Form in which Grid is defined
From one of the DataGridComboBox classes I am raising an event and in my form class I am declaring columnstyles as withevents so I can capture the event in my form and do some processing. This does not seem to be working. Anyone done ...Show All
Windows Forms Dbl click btw rows in grid?
Hi, Some time double click between rows on data grid cause UnHandeled exceptions. Any body experianced this How could avoid/ignore that Can you catch Application.ThreadException or AppDomain.UnhandledException ...Show All
SQL Server sysmaintplan_log_detail comment and question
Greetings all I have a comment and query regarding sysmaintplan_log_detail. Firstly, the comment: SQL 2005 BOL calls this table sysmaintplan_log_detail (an _ between log and detail) and my version of SQL (9.00.1399.06) doesn't have that last underscore (i.e. it's called sysmaintplan_logdetail). Secondly, the question: how would I link this table into the calling task I would ultimately like to view from which maintenance plan it orig ...Show All
Visual Basic Problem reading Chinese characters in Excel file using Visual Basic
I open the excel file, which contains Chinese characters, to read its contents, with: Set appexcel = Excel.Application Set appexcel = CreateObject("excel.application") appexcel.Workbooks.Open "file.xls" temp = appexcel.Cells(1,1) appexcel.Workbooks.Close appexcel.Quit Set appexcel = Nothing PROBLEM: When the excell cell contains Chinese characters, temp reads them as just question marks, . QUESTION: Ho ...Show All
Visual Studio Can I use third-party compilers with the VS IDE?
I wish to use GCC with the VS IDE. Is this possible Regards, Asger Yes. You can accomplish this by File/New/Project From Existing Code. Choose the Visual C++ as the language of the project. On the screen after specifying the folders for the source code, choose the option for an Extenal Build system and fill in the details for GCC on the following page. Thanks, Sean Laberee http://blogs.msdn.co ...Show All
Windows Live Developer Forums The icon of wlm8 doesn't have the 48*48 format
If use the large icon on desktop,it become indistinct. ...Show All
SQL Server Reporting Services HTTP 401 Unauthorized Error
I have IIS 6.0 on Windows 2003 spk 1 configured for digest authentication. Using a bland test html document, I can authenticate via IIS using my domain credentials to the html document. I then attempt to access the report manager folder document and get HTTP 401 unauthorized as a message. Not sure what I have to do to the reporting service piece to have it allow digest authentication This is interesting! I did ...Show All
Software Development for Windows Vista capture a frame
Hello! My program captures avi file from TV-tuner for further processing. I need to get every frame during capturing and to know when the frame start and stops. Thanks a lots. You can use the sample grabber filter. This sits in the graph and calls back to a method in your app for every sample. Or you could write your own in-place transform filter that picked out the start/stop times from the IMediaSamp ...Show All
Windows Forms does anyone build windowsform with c++?
all i have seen is windowsform with c# ,is C# more effective in building windowsform than c++ C# and C++ are almost the same language and syntax. It's just that C# is the official language of the .NET Framework, so you see most code examples in C#. Also, the initial version of the standard Visual C++ .NET compiler (2003) didn't have a Forms designer, so many coders use the CSharp compiler, because it's friendly. ...Show All
SQL Server A native exception occurred: synchronizing data between the MS SQL Server database and PDA
ISSUE: While synchronizing data between the PDA and MS SQL Server database, using Active Sync connection, the sync process fails at times and displays an empty error message box and occasionally it shows the following exception: Error During Synchronization: A native exception occurred. ExceptionCode:0xc0000005 ExceptionAddress:0x01627b28 Reading : 0x1e000000 OK to terminate CANCEL to debug & ...Show All
SQL Server The subscription to publication is Invalid
Hi, I have two SQL 2000 Server running on Windows 2003 Standard Edtion. I am using merge option to replicate database as Transactional option is excluding some tables. Both server are not in Active Directory and I am trying to replicate over the internet. I got following error message while using Merge option: Error Message: The subscription to publication 'XXX' is invalid. Error details: The subscription to publication 'XXX' is i ...Show All
.NET Development Type.BindGenericParameters() replacement?
According to the documentation, Type.BindGenericParameters() has been deprecated. Fine. However, I don't seem to see any planned "replacement".... how are we supposed to accomplish what BindGenericParameters() did now If it's because you plan to remove the features pertaining to being able to get a Type instance for an unbound generic type and then bind them (which would seem inline with C#'s decision to not allow you to use typeof() un an unb ...Show All
Smart Device Development Handling Sliding Keyboard + Some ARM Assembly decoding
Hi, Apologies in advance if this may be off topic, but i think it is an interesting and challenging issue related to WM device programming ( besides, no one has been able to assist of yet in other news group ). My device has a sliding keyboard...when that keyboard is slid open on the WM2005 Today screen, the keyboards enters a "num lock" state. This is where some overloaded keys that act as the phone dial-pad ONLY outpu ...Show All
SQL Server how to clean all messages of a queue ?
How to clean all messages of a queue Online books says it can be done as below: RECEIVE * FROM ExpenseQueue But it only delete a row every time,and I found all the three statement only delete a row: RECEIVE * FROM ExpenseQueue RECEIVE TOP(1) *&n ...Show All
