SA Developer .NET

Search

  • sscanf_s c# how-to

    Hi guys, Hope there's a C++ guru here somewhere who might be able to assist with something, which at the eye level, look pretty simply. I'm looking at rebuilding an existing VC++ application I wrote a year or so ago in VC#. The method is pretty complex and does some hashing on a supplied string value supplied to the method as a param* (just
    Posted to C# (Forum) by EricTruter on Tue, Aug 11 2009
  • Re: .Net Posters

    Most of the MS posters are available on MSDN as PDFs, but are usually just short-keys for VS IDE and some explanations on language keywords, methods and functions. As for other tech types, use Amazon, I found a couple of Java posters on there using a Google query.
    Posted to Tech Chat (Forum) by EricTruter on Tue, Aug 11 2009
  • Assistance

    Hi guys, I'm currently researching various ways of getting USB device information from a client's machine and then displaying them back in a web browser. Now, from what I can find, the only "real" way to get this done is to build an Ax component, use JS to register the component for use in the website and build various service calls
    Posted to Web - General (Forum) by EricTruter on Fri, Mar 27 2009
  • I need to exchange

    Hi guys, I'm running around the Interwebz looking for an example of how to connect to Microsoft Exchange using C# but I only come up with CDO / Classic examples. I need to connect and display all of the available distribution lists connected to a specific Exchange connection. From what I can find, using Office 2007 Interop, I can use Outlook's GetDistributionList
    Posted to Server Platform Technolgies (Forum) by EricTruter on Mon, Feb 9 2009
  • Re: Managed C++ // C#

    Hi, In all honesty, no I didn't :). I'll give it a shot, thanks. Eric
    Posted to C# (Forum) by EricTruter on Wed, Feb 4 2009
  • Re: Managed C++ // C#

    Seems that I'm forced to run the calling application under x86, as I can only build x86 compliant managed classes. For now this is the solution. I'll revisit this issue once I met my deadline. :)
    Posted to C# (Forum) by EricTruter on Thu, Jan 22 2009
  • Managed C++ // C#

    Hi guys, I'm having a bit of a day already and hope that someone can shed some light. I built a managed CLR class using VC++ 2008. The assembly needs to be CPU agnostic meaning working both on x86 and x64 but I cannot find x64 build options under Visual Studio 2008. My problem is that once use the assembly and call a reference of the class in my C#
    Posted to C# (Forum) by EricTruter on Thu, Jan 22 2009
  • Re: [newbie] HTML formatting <a href ... hyperlinks are removed automatically

    Hi Jon, From the few examples you supplied I can only say that something else in the page life cycle is causing this issue. The editor that you are using might assume malicious code being passed through and block the link, which is something Myspace likes to do. If this is the case, make sure that all your rules conforms to the forum standards. Eric
    Posted to Server Platform Technolgies (Forum) by EricTruter on Thu, Jan 8 2009
  • Re: Button OnClick event not firing

    I can't see why the event would be "lost". Is there a specific pattern maybe that causes the event not to fire, meaning, click here, then there then back here and click on that button which then causes the event not to be triggered? Maybe something in the execution cycle that causes the event to discard itself?
    Posted to Windows Applications (Forum) by EricTruter on Fri, Dec 19 2008
  • Implicit type vs explicit type

    Hi guys, I'm taking the leap from C# 2.0 to C# 3.0 and have been implicity typing my variables using the 'var' keyword. I find it makes my code more readible (at least for me) and it takes away the need to explicitly cast references back and forth: var counter = 0; vs int counter = 0; From what I've been experiencing, there is almost zero impact in
    Posted to C# (Forum) by EricTruter on Fri, Dec 19 2008
Page 1 of 27 (269 items) 1 2 3 4 5 Next > ... Last ยป | More Search Options