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

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

DHGood

Member List

deys
Manuel Rivera
Mitchell Griffin
Michael Whalen
Windows_Vista
Jon18
Jose Ignacio Rodriguez
faithfuldave
Nilay
Pankaj Lakhina
feilng
Michael Sun
scroll
Alexey Raga
Nachiketa
Nestor N
Gette
D Berrett
BerndD
Vanio Benetollo
Only Title

DHGood's Q&A profile

  • Smart Device Development How to use ws-security in M2M embedded devices?

    We build telemetry applications and we are looking to design a Windows CE M2M gateway. The requirement is to make this remote device connect as a Web Service Client , but it needs to be secure. Is WSE (2.0 or 3.0) supported in CE are the tools and wizards available What should be the best turnkey security scenario   for remote CE devices that connect over Ethernet, Dial-up or even GPRS/CDMA The devices are known and might have windows accounts (User name/Password) but we are not sure if itis extra overhead to maintain, or does it makes life easier... Note: For the Web Service Server we are looking at a .Net NOC wi ...Show All

  • Software Development for Windows Vista InvokeWebService

    Hello grp: If the webservice I am contacting uses a soap header authentication model where you have to log into the service, get back a soap header, assign that soap header to the ws proxy class and then call subsequent methods passing the soap header, what options do I have   Basically, I have a workflow that calls the logon method, processes the logon and then calls a few other methods.  I cannot seem to find out how to assign the soap header for the preceeding calls.  Any suggestions   D     Ahh ... thank you!    Of course that makes sens ...Show All

  • Visual C# Delegate method problem - please help!

    Hi folks, i'm haven't aweful trouble with some event/delegate code. I'm trying to re-use a delegate handler. i have a windows form that has an rich text box. now i have a set of classes which all derive from a custom base object 'myObject'. myObject has an event called 'Log' which, if wired up, fires passing some text as the event args data. All works fine. Now, i was hoping to wire up the log event on my main class instance and then if any new instance are created in the main class instance, they are auto wired up. eg pseduo code: winform: ParentClass parentClass = new ParentClass(); parentClass.Log += new EventHand ...Show All

  • Visual C# ExecuteReader error

    Hi all, apologies if this thread or a similar one has been covered in this forum already. I am a problem with my program and I need some urgent help. I have datagrid which read from a database. It worked very well the first time I created it and I tried to use the same code in another form then I started having problems. even though i have comment the codes in the other form out I still get this error "ExecuteReader requires an open and available connection. The connection's current state is open, fetching" on the line oleDbDataadapter1.Fill(dataTable1). trying to solve this error, I have put in a if statement to check the connection stat ...Show All

  • Software Development for Windows Vista Events and DataExchangeServices

    I have written an application where workflows are calling external methods using a DataExchangeService. Some of these methods raises questions to the user. I have two questions related to this: How can I make sure the workflow has a waiting handler for the event in the "DataExchangeService" before I invoke the event that contains the answer to the question. I need to do this, because sometimes the question is sent via email or SMS and the application has a timeout period for some of the questions. The user may also have answered the question from another UI connected to the app. At the moment all I can do is to try and handl ...Show All

  • SQL Server XSD: Reading string in ROOT of XML

    Hi all, I am making a import from XML to SQL. I have chosen to do this via a XSD file, but I have a problem with the ROOT file of the XML XML: <Dogs bulkmode="0" xmlns=" http://scheme01.isp.com ">   <UnderDogs>     ...   </UnderDogs> </Dogs> XSD: <xsd:element name="Dogs bulkmode="0" xmlns=" http://scheme01.isp.com "" sql:is-constant="1"> Unfortunately this does not work. If I (for testing) changes the first line of the XML to <Dogs>, (and corrects the XSD) it works like a charm.  It is not an option to change the XML file, so somehow I need to make the changes within my XSD ...Show All

  • Visual Studio How to connect MS Access 2003 database

    Hello ! How to connect MS Access 2003 database to Crystal Report 10 using Visual Basic 6.0 Please help me Hello, This forum focuses on the Visual Studo .NET technologies. Visual Basic 6.0 can use 3 different technologies from Crystal Reports; OCX, RDC and Automation Server. I would suggest searching on the Business Objects support site and developer zones for help based on the technology you are using. http://businessobjects.com/products/dev_zone/ http://support.businessobjects.com/ Keith - Business Objects ...Show All

  • Visual Studio Express Editions Unable to build application from a project when not connected to a network

    Hi all: I used my company laptop at home (with wi-fi) and tried to "build" an application.  It always failed.  It even failed on a project with one form and no other object.  The error message was: "Unable to write to output file 'C:\Documents and Settings\user\Local Settings\Application Data\Temporary Projects\WindowsApplication1\obj\Release\WindowsApplication1.exe': The specified image file did not contain a resource section."   My computer workes fine on building applications when it is  connected to my office network .  Can anybody help   Thanks. Learner Hi, Could ...Show All

  • .NET Development Datareader to object relationship/mapping.

    I can make a realationship between a query of a particular table to a particular object.. For example I have two table Customer and Order SAy For Customer table i can make a Customer class.(select * from cutomer) And can have one to one relationship between table(datareader) fields and object properties. SAy For Orders i can make a Order class.(select * from order) And can have one to one relationship between table(datareader) fields and object properties. But what can i do if i have a query with multiple tables.that is with customer and orders in the query that is select c.cutomername,c.cutomerid,c.address,o.date,o.isdelivered from order ...Show All

  • .NET Development Who uses an assembly in the GAC?

    Every once in a while I put one of my assemblies in the GAC because I am using it in several of my programs. But then I forget about it for several months. Later, while browsing the GAC assemblies, I am startled to see something I have put there. I say to myself, "I wonder what program I wrote uses this assembly." Do you know an easy way to find out what programs use a particular GAC assembly I am afraid I would have to write a program that would scan every program on my computer and check its manifest to see what its dependencies were. Is this the best I can do Or maybe there is a convenient registry key that contains this inform ...Show All

  • Visual Basic Textbox background image

    Hello all, I've been searching through a bunch of VB websites etc, and I just can't figure this out: I'm trying to make the background image of a textbox one of the .bmp images that the program has (you know how you add item, add bmp. Sorry for such a stupid question! Any help is greatly appreciated -Robert Hi Robert, You can check out this thread - http://forums.microsoft.com/MSDN/ShowPost.aspx PostID=429224&SiteID=1 - which points to this article: http://www.codeproject.com/cs/miscctrl/alphablendtextbox.asp Hope that helps, Jonathan Aneja The VB Team ...Show All

  • Visual Studio 2008 (Pre-release) WinFX Feb CTP Syntax Help

    Hello, Can someone confirm if this is the proper syntax for the feb build of WinFx < %@ServiceHost language=c# Debug="true" Service="DerivativesCalculator.Service" % > < %@Assembly Name="DerivativesCalculatorService" % > I just started on WinFx and so I thought I would walk thru the labs that are on the windowscommunication site. The problem is that the labs are based on the Jan build, so there are issues I have come across. I have been able to fix them all up until this one. If anyone knows of some Feb labs or interactive tutorials anywhere, I would appreciate that too. Thanks. ...Show All

  • SQL Server Microsoft .NET Data Provider for mySAP Business Suite, PROPER Version ???

    This is available at http://www.microsoft.com/downloads/details.aspx familyid=d09c1d60-a13c-4479-9b91-9e8b9d835cdc&displaylang=en Currently this is tagged as pre-release software. A preview version. When will a fully licensed version be available Also, has anyone used it Any experiences to share Thanks -Jamie The Microsoft .NET Data Provider for mySAP Business Suite 1.0 – Status Update Here is an update on several exciting developments since the original release of the Microsoft .NET Data Provider for mySAP Business Suite in November 2005: We had 6290 successful downloads (5350 for the Engl ...Show All

  • Windows Forms Please Help !!!

    How can I tell when a form is in design mode   Please Help !! -Andy Moyer First of all, am not a guru but I just want to comment... :p <i>However, If I drop an instance of the composite control (which is compirised of UCA and UCB) on a form, the UCA and UCB controls now think that they are not in design mode.&nbs ...Show All

  • Visual C++ mfc : loading a jpeg - 2 questions

    hi . i have a simple question . i am loading a bmp into my mfc application, using the following piece of code : CPaintDC dc( this ); CPen PenGreen; PenGreen.CreatePen(PS_SOLID, 2, RGB(0, 255, 0)); dc.SelectObject(&PenGreen); CRect Recto; // Retrive the size of the drawing area GetClientRect(&Recto); CDC dcMem; dcMem.CreateCompatibleDC(&dc); CBitmap bitmap; BOOL tempboo1 = bitmap.LoadBitmap(IDB_BITMAP1); CBitmap* pOldBitmap = dcMem.SelectObject(&bitmap); BITMAP bmp; bitmap.GetBitmap(&bmp); int nWidth = bmp.bmWidth; int nHeight = bmp.bmHeight; int x = (Recto.Width() / 2) - (nWidth / 2); int y = (Recto.Hei ...Show All

©2008 Software Development Network