Defining a header file in Windows Forms application

EDN Admin

Well-known member
Joined
Aug 7, 2010
Messages
12,794
Location
In the Machine
<span>Im having trouble defining a header file and using its classes in my windows forms application. Ive designed the Form and build it with no errors. Then I tried to #include the header file <span>which contains two classes after
#pragma once and #include <windows.h> and use the classes in my events, but when I rebuild it it comes up with a bunch of errors. Im using all the necessary namespaces. My form design has a TabControl with three tabPages, textBoxes, listViews, comboBoxes,
labels and buttons. What could be wrong?<br/>


View the full article
 
Back
Top