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

Search:

Type: Posts; User: Huffmand

Search: Search took 0.17 seconds.

  1. Replies
    4
    Views
    920

    Creating Excel doc. from visual program

    If I want to create a visual interactive program that will build a Microsoft Excel spreadsheet from the visual inputs, what are suggestions on how to do this. I'm still a little new to programming...
  2. Replies
    3
    Views
    13,787

    Stored procedure in PHPMyAdmin

    Is it possible to create a stored procedure using PHPmyadmin only. If so where to insert the procedure?
  3. Replies
    3
    Views
    2,544

    Re: Remote Mysql connection via visual C++

    This is the problem shown in my command window.....:

    "Can't connect to MySQL server on 'madhatbadhat.com' (10060)"


    My code i'm using is:

    #include "stdafx.h"
    #include <iostream>
    #include...
  4. Replies
    3
    Views
    2,544

    Remote Mysql connection via visual C++

    I have been trying to connect to my sql database, which is stored on a remote sever, and I can get code to compile but it will not connect to the database. Is there a difference between local host...
  5. Replies
    13
    Views
    9,639

    Re: SSID using visual c++

    Thank you for pointing us in the right direction!!!
  6. Replies
    13
    Views
    9,639

    Re: SSID using visual c++

    Here is the information you requested. Look at the attached JPEG image to see the values after running "Get_SSID_Info(pSvc, ssid_info);"
  7. Replies
    13
    Views
    9,639

    Re: SSID using visual c++

    After running the code several times, we were only able to get the message "No wireless adapters found."

    We ran the code one line at a time in debug mode and we noticed that after running the...
  8. Replies
    13
    Views
    9,639

    Re: SSID using visual c++

    thank you for all the help!! the right wording for search engines goes a long way when doing the online research!! we appreciate everything, have a great new year.
  9. Replies
    13
    Views
    9,639

    Re: SSID using visual c++

    we use a wireless profile setup to automatically connect to wireless routers as it goes into dead space and loses connection and will automatically reconnect to the next router. With this we found...
  10. Replies
    13
    Views
    9,639

    Re: SSID using visual c++

    Are you saying that can be used with visual c++ or we'll have to use a different language? We have to create a way to automatically connect once we press the run button, show connection, and more,...
  11. Replies
    13
    Views
    9,639

    Re: SSID using visual c++

    for a senior design project. We're setting up a model of transporting data to a driver via wimax but for budget and transmission issues we've down scaled it to wifi on our campus. Although we've done...
  12. Replies
    13
    Views
    9,639

    SSID using visual c++

    I'm trying to obtain the SSID from a wireless router. I can already get the IP address but that does me no good since what I am using it for needs a static IP address. Anyone have any helpful...
Results 1 to 12 of 12





Click Here to Expand Forum to Full Width

Featured