Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

GUI development in visual C++

Status
Not open for further replies.

zmanultra

Member level 2
Joined
Mar 20, 2004
Messages
48
Helped
4
Reputation
8
Reaction score
2
Trophy points
1,288
Location
Australia
Activity points
524
visual c++ gpib gui interface

Hi every one i was wondering how to creat gui interface in visual C++, iv never created gui'z in visual C++.
i need a very easy procedure to do one like to creat a simple gui with button and then program these buttons to do an event, like a quire data from a serail comm port, well thats wot i wana do. so is a procedure to do this in a very easy way.......like a plug in or a library or somthing like that i realy need help please help me :cry:
 

u can use lab windows CVI from NI.
the development is very easy and coding is in c.
it is like "visual basic for Instrumentation" very easy and generates compact code. it supports rs232, gpib, tcp/ip and many other.
Hock
 

Re: visual c++ gpib gui interface

hello zmanultra

You can use MFC/COM objects, try the following links....Do not forget to click help button if it was useful for you.



**broken link removed**
Visual C++/MFC Tutorial - Lesson 4: MFC Basics

Search
Developing MFC Applications in VC++ 7.0

**broken link removed**
Introduction to MFC Programming with Visual C++ Version 6.x

Content Removed
MFC/COM Objects 1: Creating a Simple Object. Click on left column links for more tutorials:

Content Removed
MFC/COM Objects 2: Using Interfaces

Content Removed
MFC/COM Objects 3: Objects that Talk Back

Content Removed
MFC/COM Objects 4: Aggregation

Content Removed
MFC/COM Objects 5: Using Multiple Inheritance

Content Removed
MFC/COM Objects 6: Using COM Objects from Visual Basic

Content Removed
MFC/COM Objects 7: Creating & Using COM Objects with OLE Automation Interfaces

Content Removed
MFC/COM Objects 8: Revisiting Multiple Inheritance Without MFC
**broken link removed**
C++ Tutorial - Introduction to Classes
These lessons are also available: Defining Classes, Constructors and Destructors, Using Classes, Object Terminology

CS193W - Microsoft Windows Programming
Microsoft Windows Programming - Introduction to MFC, Graphics, Inputs, Controls

**broken link removed**
Good lecture slides explaining MFC and related items

**broken link removed**
A good linked list of general MS Knowledge Base articles about MFC

Mike Blaszczak's Sample Programs
Mike Blaszczak's Sample MFC Programs

http://www.google.com/custom?q=MFC&&domains=devx.com;projectcool.com;vb2themax.com;portals.devx.com
Many MFC Tutorials and Artciles from Devx.com and its associated sites

Microsoft Visual C++/MFC Tutorial - FunctionX
Visual C++ And MFC Library

**broken link removed**
**broken link removed**
Microsoft Visual C++/Microsoft Foundation Classes (MFC) Frequently Asked Questions

**broken link removed**
Learn the MFC C++ Classes

**broken link removed**
Teach Yourself Visual C++ 5 in 24 Hours

**broken link removed**
**broken link removed**
Visual C++ In 12 easy Lessons

**broken link removed**
Free Chapter from MFC Development Using Microsoft Visual C++ 6.0: Implementing View Classes

**broken link removed**
Free Chapter from Desktop Applications with Microsoft® Visual C++ 6.0 MCSD Training Kit : Building Applications with the Microsoft Foundation Classes

**broken link removed**
Visual C++ & MFC Tips

**broken link removed**
Tech Tips: MFC Stuff

**broken link removed**
Visual C++ Program Build Procedures

Lecture Notes
10 Sets of PowerPoint Slides teaching MFC and Visual C++ to learn and develop GUI applications for windows.

**broken link removed**
MFC Course Lecture Slides: Introduction to MFC

**broken link removed**
Commands and Menus

**broken link removed**
Controls and Dialogs

**broken link removed**
Event Processing

**broken link removed**
Serialization
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top