Flips4me's Q&A profile
Windows Forms for DataGridView Control ,How to Get Cell's coordinate
for DataGridView Control ,How Get Cell's coordinate I know the Cell index ,But I dot know how to Get the Cell's coordinate good luck everyone How are you getting the cell "index" Also, what are you trying to accomplish Are you trying to find out what row or column is... clicked, perhaps ...Show All
SQL Server Cannot map tinyint to a SSIS data type in resultset
If I have an executesql task that returns a result set, if the result set contains a tinyint, I can't find what SSIS data type to declare the variable as. They all cause errors. Answered my own question have a look at my post http://www.sqljunkies.com/WebLog/simons/archive/2006/02/24/tinyint_in_SSIS.aspx ...Show All
Visual Studio Express Editions ok
if i declare iosteam like this #include<iosteam.h> i get " libcimtd.lib" is missing else #include<iostream> cout is an undeclared identifier the only thing that adds Libcimtd is UseOldIO.h but _mt isnt defined so it shouldnt be accesed Can anyone help id apperciate it. Add the line: using namespace std; If this doesn't work then please state which edition and ...Show All
Visual Studio Visual studio professional+inbuilt SQL Server Express
I am a student who downloaded the VS2005 Professional from the MSDN Academic Alliance website. I believe this has a SQL Server Express inbuilt. The setup went off fine, but now I am stuck because I do not see any admin tools (to create databases), or anything like a query analyzer. How do I go forward Also, I tried to see, if i could add features (assuming these admin tools werent installed the first time around). But the setup does not show SQL ...Show All
SQL Server Errors in DB Integrity Check
I set up a test database to try and understand table partitioning. Since deleting the partition schemas, functions and all relevant info on the database properties page, I am getting the following errors during the weekly database integrity check: Msg 8914, Level 16, State 1, Line 1 Incorrect PFS free space information for page (1:223) in object ID 60, index ID 1, partition ID 281474980642816, alloc unit ID 71776119065149440 (type LOB data). ...Show All
Smart Device Development CTime displaying the wrong time
I have a problem with MFC displaying the wrong time after creating a CTime object. This problem only occurs with MFC8 and windows mobile 5.0 and not MFC3 and PocketPC2003. Thi following code displays differently when creating a new MFC project in EVC++4 and VS2005. The time should be Tue, 04 Nov 2003 23:00:00 GMT adjusted for timezone which in my case would be 05 Nov 2003 at midnight. This is correct with the EVC++4 version but the VS2005 v ...Show All
SQL Server Exceeding 1 physical CPU with SQL Server Express
What happens if I put this on a machine with more than 1 physical CPU (I know cores aren't an issue). I assume it will run and I can do this, but it'll only schedule threads to 1 CPU and it's cores (like a kind of throttle). this is what Oracle is doing from what I understand. ...Show All
Visual Studio Team System How to config TFS for notifying by email to outlook (Exchange Server) via SMTP server
hi all! Before I used to familiar to track system,you know that we can config to any bug within track system be notify to the oultook. now i also want to do so with TFS, I had tryed config with sharepoint service, but i still have not get any email for notifying from others yet. please help me if you can solve it. thanks. when your installing TFS server it ask for email address from which mails are send to team. In order to get ...Show All
Smart Device Development Linking error with WM 5.0 using VS2005 RTM tools
Hi All, I'm compiling application for Windows Mobile 5.0 PocketPC. I have compiled sources with /QRarch4T /QRinterwork-return compiler options enabled and without these options. Also I have tried passing MACHINE:THUMB linker option but no success. Following are the error details : Error #1: Invoking CVTRES.EXE: /machine:thumb /verbose /out:"C:\DOCUME~1\seshah\LOCALS~1\Temp\lnk3CF.tmp" &nbs ...Show All
SQL Server Conditional Formatting - Export
Using the web viewer control in VS 2005, is there a way to conditionally format items for export only For example, user runs a report which gets displayed in the viewer. The report contains small images and or decorated text for links to additional reports. If user selects pdf from the export dropdown list and clicks export, I would like hide the images in the pdf and or format the decorated text differently. If the answer is no, is it du ...Show All
Visual C++ problems after updating sdk
Hello, I have visual studio 2003 .net. After I updated the sdk my programs wouldn't compile( they worked before). I mention that I have registered psdk directories with visual studio. this is the error I get e:\Documents and Settings\me\My Documents\Visual Studio Projects\2 10 2 10\stdafx.h(34) : fatal error C1034: afxwin.h: no include path set The include directories look like this: C:\vs\SDK\include $(VCInstallDir)include $(VCInstallDir)atlm ...Show All
Visual Studio Express Editions VS C++ and CLR
Does programs, compiled with VS c++ need .Net Framework I know that c# needs, but how about C++ I thought that the question is whether managed C++ applications require framework. Of course MFC and Win32 willl run without framework. Sorry if it was confusing. Max ...Show All
.NET Development Variant Size under Win64
Is someone how what is the size of a tagVARIANT under Win64 I only want to create code that works under Win32 and other code that works under Win64. All i want to do is to pass an array of tagVARIANT between my assembly and IE JScript engine which only works with IDispatchEx interface. My assembly must CALL / CREATE CONSTRUCTOR(Date, Number, Function...) / ASSIGN properties of JScript objects. I use GetNativeVariantForObject() .NET function w ...Show All
Software Development for Windows Vista Uninstalling WWF
I need to reinstall the WinFx Runtime Components - September CTP, but the installer says that I need to uninstall Windows Workflow Foundation Beta 1 first. I have already uninstalled it, but it seems that someting that is picked up by the WinFX installere is left behind. I have tried to clear the registry manually as well as the file system, but it does not help. I would really appreciate not having to do a complete reinstall ...Show All
SQL Server Mapping of SQL Server data types to Integration Services Data Type
Does anyone know of any cross-references between SQL Server data types and the new data types introduced with SQL Server Integration Services For example, Integration Services has "DT_DATE", "DT_DBDATE", "DT_DBTIME" and "DT_DBTIMESTAMP". So far, if I have a SQL Server datetime column, the only Integration Services type I have been able to use is "DT_DBTIMESTAMP". There must be a way to map the datetime type to "DT_DATE", "DT_ ...Show All
