Software Development Network Logo
  • Windows Forms
  • Smart Device
  • Windows Live
  • Visual J#
  • Visual Studio
  • Visual Basic
  • Microsoft ISV
  • .NET Development
  • Game Technologies
  • Visual C++
  • Visual FoxPro
  • Visual C#
  • VS Express Editions
  • SQL Server
  • Architecture

Software Development Network >> Blake05's Q&A profile

Blake05

Member List

MatthewE
Adnan Memon
Gleedo
Innovactive Engineering s.r.l.
Zim
wiu joe
HeatherA
Fduch
Ashokag99
cehlers
Anshuman Srivastava - MS
Melendez_Helder
topographicaltales
Ozcan Ozay
eSPiYa
Eduard Huguet
peter673341
geppy19
MonkWebs
Christian Arnold
Only Title

Blake05's Q&A profile

  • Visual Studio Displaying columns as rows and rows as columns

    I would like to display all the data in a table on one sheet of paper in a report.  I know it will all fit if I have each row of data go down the page like a column and set the paper to landscape.  Unfortunately I cannot get it all to fit by having each row go across the page with the paper set to portrait.  Otherwise this task would be simple, I could set the column names in the page header field and be done with it. It is almost like I need a cross tab report but with the value of each field in the summary area instead of some calculations. Does anyone have any suggestions how I might accomplis ...Show All

  • .NET Development Microsoft Cluster Service and .NET remoting

    Can you use microsoft cluster service to monitor the health of a .NET remoting application NLB doesn't really work for us because it just tests if the NIC still responds to a heartbeat sent out. We want to know if IIS is still up and running, in particular a certian application pool. Thanks for your time, Mike ...Show All

  • Visual C++ Initializing an array of pointers to functions

    I am writing a dialog based MFC appliation using Visual C++ 6.0. In my simplified test case, I added the following definitions to the header (TestDlg.h). typedef void FOO(); FOO show1{}; FOO show2{}; FOO show3{}; FOO *pfun[3]; At the end of the OnInitDialog() code (before return TRUE;), I attempted to initialize the array as follows: pfun[0] = show1; pfun[1] = show2; pfun[2] = show3; Each of these lines has compile error C2440: '=' : cannot convert from 'void (__cdecl CTestDlg::*)(void)' to 'void (__cdecl *)(void)' What is the proper way to initialize a function pointer array ------------------------------------ Two other t ...Show All

  • .NET Development WSE signed message throws SecurityTokenUnavailable error

    We have a client who is sending us a signed SOAP message using an X.509 certificate.  We have installed the cert with the public key on the server in the local computer/personal store.  The WSE filter is throwing the error Microsoft.Web.Services2.Security.SecurityFault: Referenced security token could not be retrieved. Here is a sample message that they are sending: <soapenv:Envelope xmlns:soapenv=" http://schemas.xmlsoap.org/soap/envelope/ " xmlns:wsse=" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd " xmlns:wsu=" http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-uti ...Show All

  • SQL Server Stored Procedure Problem - Couldn't find forum specifically for SP's

    Help me please. I have created a stored procedure and I'm not sure where I am missing the syntax problem. I am fairly new to SQL and have tried to research this problem and cannot find anything helpful. Basically I have to pick the results from the same tables but have a trigger of "hotel" and "not hotel" basically. I have to have one record return that pulls from two records in the same table. I think I have a major problem or understanding with UNION. Here is the procedure: SET ANSI_NULLS ON GO SET QUOTED_IDENTIFIER ON GO CREATE PROCEDURE SUR_PreArrivalRevised @StartDate Date ...Show All

  • Windows Forms Change cursor to hand on context menu

    Hi, How to change mouse cursor to hand on context menu Thank's Alexei Hi Alex, If you are usingVS2005 you coulld achieve your need. just put contextMenuStrip1.Cursor = Cursors .Hand; Regards Joy ...Show All

  • .NET Development Islamic Calendar (Very Urgently Need)

    hi Any body aware of Islamic Calendar and its functionality how to use in dot net application 2003 or 2005 [ Windows or Web development] Did Microsoft have developed any Islamic Calendar Control for dot net platform it is very urgent for me with kinds regards syed hanif sh How about this one: http://www.codeproject.com/useritems/FarsiLibrary.asp ...Show All

  • Visual Basic Having trouble with syntax

      Having trouble with syntax    What I'm trying to do here is get the value of the IDColumn.  I get a wobbly line under tbl at the bottom saying variable tbl is being used before it is assigned a value.  A NullReferenceException could result at runtime. Furthermore, I know ToString isn't going to do the trick, but I don't know what member will give me the value.  There isn't a value property, which seems a shortcoming. I tried Dim tbl As DataTable = DsHasbara.AuthorTypeDataTable.  One time it was accepted, another time I get a wiggly line under dshasbara.... saying dshasbara...cannot be used as an express ...Show All

  • SQL Server SQL DTS

    Background..... I have Front End VB6, and Back End Access... Access is mainly a Data Dump...a bunch of tables and data...NO queries, forms etc in Access...just Data and indexes My Question is.... Is the DTS Import Feature supposed to convert Access(including Indexes, Primary Indexs) into SQL Server B/c as far as i can it is doesnt do that If so where in SQL Server should I be looking b/c i must be blind. Second, i am getting this error when importing tables via the DTS...i have gotten this s few times before and found it was bad data...but this record the data is good..and i cant seem to figure out what SQL is telling me. ERROR MSG ...Show All

  • Visual Studio Team System FX Cop Error Code 8

    Im running Code Analysis in Visual Studio 2005 on a Web Application. I get an error that says Error - FxCopCmd.Exe returned error code 8. How do I get rid of this and why is it here Please see the response in the other thread. http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=206151&SiteID=1&mode=1 This is the return code signalled by FxCopCmd.exe when it encounters the framework version problem described there (or any other issue preventing it from loading the target file for analysis.) Thanks Nick ...Show All

  • Visual Studio 2008 (Pre-release) Com/Wcf Interop (Moniker)

    Has anyone gotten COM/Wcf Interop to work yet Clearly the MSDN article at http://windowssdk.msdn.microsoft.com/library/default.asp url=/library/en-us/WCF_samples/html/e2799bfe-88bd-49d7-9d6d-ac16a9b16b04.asp is incomplete. There are a few "COMmy" things that are incomplete in that... Hi, Do you have sample code on how to consume WCF complex type data service in .NET 1.1 and ASP ...Show All

  • Visual C# Obtaining version info and copyright from an unmanaged DLL

       How do you obtain the version and copyright info from an old unmanaged C++ DLL in C# System.Diagnostics.FileVersionInfo .GetVersionInfo(fileName); ...Show All

  • Visual Basic Directx8

    I have read tons of posts on the issue that I am having.  I am extremely new to this so I need somthething close to layman's terms. Can anyone help me with determing why I can't reference to DirectX8   I have it in the referencing list, but when I attempt to reference it in code (Dim directx As *****) it does not allow. I have downloaded myself into a confused mess through getting several version of the DIrectX SDKs and then moving files around.  If some one could tell me how to get back to ground zero (without all the downloads, ideally I want to delete them, but can't find them) and then get VB to start referencing the co ...Show All

  • Visual C++ Print Preview Issue

    Hey, Heres the problem.  I use the OnFilePrintPreview and OnEndPrintPreview methods of the various views.  I have overridden these methods just for some appilication specific calls, but at the end of that i still call the base class for these methods.  That all works well but when I preview a document and then open another document it fails,  basically i want to be able to call the OnEndPrintPreview method when i open a new document (just in case) but dont know what the message call is can you help Thanks Will Get the parent frame window and the active view with CFrameWnd::Get ...Show All

  • Visual Studio Reference to DTE

    I have a component which sits in the component tray. When the user clicks the control I want to add a file to the project. How do I get a reference to the DTE object I want to essentialy have a control (in the component tray) which adds code into a solution. I can only see how to get a reference to the DTE at runtime or via an addin - can you get a reference so at design time (I know the control will be running) - I can add a file to the current solution (which is still in design time) I hope this makes sense Cheers Si Thanks Ed and Craig ... its the WinForm designer I am looking at ...Show All

©2008 Software Development Network