Forum: VB.NET Dec 22nd, 2004 |
| Replies: 4 Views: 32,415 Insert Dataset into SQL Database. 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 info... |
Forum: Computer Science Dec 22nd, 2004 |
| Replies: 4 Views: 7,536 Re: Anyone know how to do PSEUDOCODE? 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,078 Re: Mouse Posistion 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,078 Mouse Posistion 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... |