oZiNhA's Q&A profile
Visual Studio Express Editions Next page - HasMorePages
Hi, I fill my printdocument with handly positions. Page 1 works correct. But it doesn't go to page 2. Dim intHoogte As Integer = 120 while (blablabla) If intHoogte Mod 73 = 0 Then ev.HasMorePages = True intHoogte = 120 End If intHoogte += 15 End While After this code, the text for page 2 appears on height 120 on page 1. Guessing a bit here. I assume this code is inside a ...Show All
SQL Server Problems with sending Event Notifications to remote service
Hi! Just set up my first Service Broker test. Wanted to send an Event Notification from one instance to another. Finally, the message arrives but profiler shows that the message is still being continously resent (and rejected as being duplicate). What am I doing wrong With best regards, Artus -- /* Local Event Source.sql */ USE master GO CREATE DATABASE NotificationDB GO ALTER DATABASE NotificationDB SET ENABLE_BR ...Show All
Visual C++ Platform SDK DirectShow Filter Link Errors (C++ Standard Library)
My question is this: If I add the following two lines of modified code to ezrgb24.cpp in the Platform SDK DirectShow\Filters\EZRGB24 sample to include support for the C++ Standard Library, with no other changes, the project fails to link with errors relating to unresolved external symbols. #include <complex> using namespace std; How do I modify the included Platform SDK makefile build and/or environment to ...Show All
Visual C++ read struct from file
this is a beginner programmer questions, at least i think so. CFile::Read( void* lpBuf ,UINT nCount) i can pass a struct (first param) and the length of that struct (second param) and then i will have a populated struct. How can i do the same thing with a managed c++ function The size of an int is 2, size of a double is 8, and a long is 4, how can i adjust my struct that i am reading in to account for this offset ...Show All
SQL Server Cannot in install samples.
When I try to install the x64 version of the AdventureWorks sample database I get an error indicating that the file is corrupt (data1.cab). Is there another version or somewhere else I can go to download the sample .msi files Currently I am going to http://www.microsoft.com/downloads/details.aspx FamilyId=E719ECF7-9F46-4312-AF89-6AD8702E4E6E&displaylang=en and downloading SqlServerSamples_x64.msi and AdventureWorksDB_x64.msi. Thank yo ...Show All
Visual C++ Activex control newbie question
Is there a difference between OCX files (Activex Control) to a DLL component that is created using ATL Which method is better Also, can I package DLL into cab files to embed in HTML Or can I only do this with OCX files steve bushner wrote: Is there a difference between OCX files (Activex Control) to a DLL component that is created using ATL Which method is better Also, can I package DLL i ...Show All
Visual Basic VB2005 and webbrowser control
Hi, I am trying to use the webbrowser control as a list view for viewing files on the disque. My main purpose is to use build-in fonctionnalities like thumnails view withaout having to write code (reinvent the wheel). It works great but I don't know how to programatically control the way the browser display files. I mean, how to control the "view" property (list, details, thumnails, etc) of the web browser. I also would like to remove that menu ...Show All
Visual Studio Team System Migrate work items from Beta 2 to Beta 3?
Ok, first of all let me state clearly for the record. I fully realize that MSFT does not officially support work item migration from Beta 2 to Beta 3. I also realize Beta 2 did not have a GO-LIVE license with it, so I am officially on my own on this one. Having said that, "un-officially" is there anything I can do to half-way get this to work When my team moved from Beta 1 Refresh -> Beta 2, we exported all of our work item ...Show All
.NET Development The Undo operation encountered a context that is different...
This is not specific enough information for me to know what I did wrong and where. Does anyone have any insight to this It appears to have something to do with asynchronous socket I/O completion. System.Transactions Critical: 0 : <TraceRecord xmlns="http://schemas.microsoft.com/2004/10/E2ETraceEvent/TraceRecord" Severity="Critical"> <TraceIdentifier>http://msdn.microsoft.com/TraceCodes/System/ActivityTracing/2004/07/Re ...Show All
Windows Forms VB.NET 2003 No Touch Deployment
Please give me a link/reference where i can learn the .net 2003 No touch deployment. Here are couple of links to get started. http://www.datadirect.com/developer/net/faq_deploy/index.ssp http://msdn.microsoft.com/library/default.asp url=/library/en-us/dv_vstechart/html/vbtchno-touchdeploymentinnetframework.asp Thanks, Sameer ...Show All
SQL Server Does RS have a time on authentication tickets? (Updated - VS Web Svr related)
Background: I have successfully impleted the Forms Authentication from the MSDN samples for both ReportManager and for a separate website that I built which makes RS web service calls. This all worked until I installed Visual Source Safe. Not that I'm necessarily blaming VSS, but that is literally the only thing I did to my machine after getting the Forms Auth to work. Issue: It seems as if RS is losing the fact that I'm authenticated. ...Show All
Visual C# Newbie: Two Questions on Generated Delegate Class
Hi everyone, I'm new to C# 2.0 (moving over from Java) so these might be easy. I have two questions I'd like to ask regarding delegates. I know that when I declare a delegate the C# compiler automatically generates a class that extends MulticastDelegate . Here's a simple delegate declaration: delegate bool Charlie(bool b1); First Question When I use ildasm to view the generated class for Charlie I see there is a generated c'tor& ...Show All
Windows Forms VS 2003 and framework2.0
Hi, How can I point VS2003 to framework 2.0 I have both 1.1 and 2.0 installed on my development machine and for some reason I cant install VS2005. How can I point VS 2003 to 2.0 framework. In this scenarion, will I be able use new features of 2.0 such as datagridview, enhancements in ADO.net and other new features Thanks, I am very sorry but you are not going to be able to get Visual Studio 2003 t ...Show All
Visual C++ HI there I FIND a BUGS In VC6 .. and i think its soo big that One should never Use VC for any development
hi there. i am a computer engineer and recentlly i was working in VC and i find out that it has bugs .. and most shocking was VC compiler can't able to give correct answere if we increment two variables togather .... :| i don't know what to say ..... what ever ok here is the code ... the two variable iarrayCounter and ino are of int type and they increment at the same time but give different value . but if just one put ino on the same line ...Show All
SQL Server MOM 2005 Reporting error
Hi I m using MOM 2005 SP1 FR with MSSQL 2000 SP3 and i get this error on one of my reports : Erreur de Reporting Services -------------------------------------------------------------------------------- Une erreur s'est produite lors du traitement du rapport. (rsProcessingAborted) Obtenir de l'aide en ligne Impossible de lire la ligne de donnees suivante pour le dataset PerfAnalysis. (rsErrorReadingNextDataRow) Obtenir de l'aide en li ...Show All
