Forum: VB.NET Dec 22nd, 2004 |
| Replies: 4 Views: 44,135 Okay heres the dilemna....
I have a Dataset("LineItems") that Stores information about so many records.
To source to this DataSet("LineItems") is not its intended ouput.
Meaning I pull this... |
Forum: Computer Science Dec 22nd, 2004 |
| Replies: 4 Views: 8,935 Haha, i remember this class. It was in my AP Programming class in high school using borland C++. Then again i could never really understand why we used pseudocode, i personally hated it... |
Forum: VB.NET Dec 15th, 2004 |
| Replies: 2 Views: 3,652 sub frm_Main_MouseMove (ByVal sender as OBject, ByVal e as System.Windows.Forms.MouseEventArgs) Handles Mybase.MouseMove
msgbox("test")
end sub
I believe the problem is its in a mdiContainer... |
Forum: VB.NET Dec 15th, 2004 |
| Replies: 2 Views: 3,652 Alright i understand mybase.MouseMove event handles everytime the mouse is moved, but what i am having a problem with is using this code in a MDIContainer Form. When used here the mouse event is... |