CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: ahoodin

Page 1 of 5 1 2 3 4

Search: Search took 0.08 seconds.

  1. ASP Re: Classic ASP and Windows Versions / Request.Servervariables("HTTP_USER_AG

    No worries PeeJavery, I am just happy to have a response, Thanks mate. Thanks very much!

    Request.Servervariables("HTTP_USER_AGENT") returns a string with semi-colon delimited text as such:
    XP...
  2. ASP Re: Classic ASP and Windows Versions / Request.Servervariables("HTTP_USER_AG

    hello anybody out there?
  3. ASP Classic ASP and Windows Versions / Request.Servervariables("HTTP_USER_AGENT"

    I am updateing an ASP Classic website. ASP is definitely not my forte, but I have done a little.

    I am trying to load objects one way for Windows 7+ and another way for Windows XP.
    I use the...
  4. Re: place an image in kinect color frame in vc++

    Yep, I googled "xbox kinect developer forum" and I got some hits....maybe you can too!
  5. Re: unsigned char array pointer to C# equivalent - marshalling

    CSharp uses the unsafe keyword as you know to allow you to use pointers. Unsafe code is very C-Like. This is done to allow inter-op with Win32 and other external C/C++ libraries and memory mapped...
  6. Re: I can't step into the source code that I already put into the project

    You should be able to turn off optimization in your project. The exact method will be different depending on what version of Visual Studio you are running.
  7. Re: Communication between Windows C# app and Linux web server?

    Well if you use an IIS browser on the same machine, you can definitely get a jump on development. If you plan is to use a Linux based web server, you are better off using the web server you plan on...
  8. Replies
    4
    Views
    617

    Re: c code convert to matlab code

    Yep, I don't see many Matlab posts getting answered on CG.
  9. Re: Communication between Windows C# app and Linux web server?

    I would suggest TCP/IP Sockets in C for the Server, C# for the Client App and maybe Java for the phone?

    Ok well you will have to look up the phone specs and developer doco to see what is...
  10. Replies
    23
    Views
    1,394

    Re: Which container to do what I need?

    Paul's code is great, but you also aren't looking at the right books.
  11. Replies
    4
    Views
    705

    Re: Originate TCP messages from either end?

    Lloyd, here is a link to the source code that you require:
    http://cs.ecs.baylor.edu/~donahoo/practical/CSockets2/textcode.html
    Also it is the link to the author guide to TCP/IP Sockets in C, which...
  12. Replies
    12
    Views
    1,051

    Re: Pointers - Unsafe

    CSharp uses the unsafe keyword as you know to allow you to use pointers. Unsafe code is very C-Like. I believe the closest you can get to a pointer to a user defined class is a pointer to a struct....
  13. Replies
    4
    Views
    826

    Re: Null handling in cells for datagridview

    Yes, every time you are going to use a dataGridView.CurrentCell.Value, you should in-fact check to see that it is not null.

    Here is one way of doing it:

    String sval =...
  14. Re: Problems with WinDDK provided sample drivers (DrvStartPage does not get called)..

    I suggest that you subscribe to one of the lists on the OSR website.

    http://www.osronline.com/

    I have received help from them, to positive end.
  15. Replies
    3
    Views
    1,883

    Re: MATLAB programming

    You need to find a MATLAB list. This list is not specific to the product or subject matter you want to use.
  16. Re: Server App memory freed when disconnect the remote desktop session

    Is this a C++.net or C++/CLI app? Not that it has to be...also does this app use Sockets?
  17. Re: porting VB6.0 Apps from Server 2003 to Server 2008

    The company I am working for is. Why they never upgraded is probably because it was easier and
    cheaper not to in the short run.



    Oh wow. Wish these were....lol. Nope, some services, some...
  18. Re: porting VB6.0 Apps from Server 2003 to Server 2008

    Well thank you Dgi, that is great. So it is mostly an act of getting the security correct on your Server. Well the virtual thing would not work because the server is a unit that is bought and...
  19. Re: porting VB6.0 Apps from Server 2003 to Server 2008

    Hi Hannas! Well the issue is that all the applications work on the same solution together, so not only do they have to work individually, they have to work in concert. Ok well if the port is not as...
  20. Replies
    15
    Views
    1,558

    Re: creating multiple ports at server and client

    Looks like the diagram for old BOOTP.

    Any similarities?
  21. porting VB6.0 Apps from Server 2003 to Server 2008

    Anybody ever ported a suite of VB 6.0 Apps from 2003 to 2008? Is it like porting from XP to 7? The 32 bit apps are have ethernet and serial communications. Any advice will be helpful.
  22. Replies
    15
    Views
    1,558

    Re: creating multiple ports at server and client

    Sounds like all you need is a basic socket server and client. Here is
    the code you request, along with some more goodies.
    http://cs.ecs.baylor.edu/~donahoo/practical/CSockets/practical/

    Look at...
  23. Replies
    9
    Views
    523

    Re: DLL problem on some machines

    Also you may want to check the DLL on the target machine with DependencyWalker. Here is the link:

    http://www.dependencywalker.com/

    It will give you the names and the prototypes of the API...
  24. Replies
    3
    Views
    809

    Re: Error while compiling

    You probably need to install bison to compile this. Bison is a product
    that helps you build programming languages and interpreters.

    http://gnuwin32.sourceforge.net/packages/bison.htm
  25. Re: My simple program closes automatically (New C# user)

    Program runs just fine. There is something else going on. What version of visual Studio do you have? (Which .net framework are you on?)
Results 1 to 25 of 116
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width