EDN Admin
Well-known member
<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
#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