Click here to Skip to main content
15,886,963 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Memory utilization of MemoryStream Pin
elix54520-Feb-14 10:08
elix54520-Feb-14 10:08 
GeneralRe: Memory utilization of MemoryStream Pin
Dave Kreskowiak20-Feb-14 13:11
mveDave Kreskowiak20-Feb-14 13:11 
GeneralRe: Memory utilization of MemoryStream Pin
elix54520-Feb-14 14:25
elix54520-Feb-14 14:25 
AnswerRe: Memory utilization of MemoryStream Pin
JonB26-Feb-14 5:19
JonB26-Feb-14 5:19 
QuestionGantt Chart Pin
Member 1057034317-Feb-14 0:39
Member 1057034317-Feb-14 0:39 
QuestionASP.NET Membership Pin
Meetmca16-Feb-14 18:17
professionalMeetmca16-Feb-14 18:17 
AnswerRe: ASP.NET Membership Pin
Richard MacCutchan16-Feb-14 22:26
mveRichard MacCutchan16-Feb-14 22:26 
QuestionQuestion about VB and Databases Pin
CaseLost14-Feb-14 17:05
CaseLost14-Feb-14 17:05 
Im no sure if im in the correct discussion but im am trying to create a stupid and simple project. i have create a database and i connected it with VB. i have create a menustrip with "table" and "data".
the "table" has a sub-menu that says "Inventory show" and "Customer_Information show". When you click on the "Inventory show" in the sub-menu...how do you write the code to show only "Inventory" (from the database) in the form? sorry if i explained confusing, my english is off a little bit.

VB
Public Class Form1

    Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
'TODO: This line of code loads data into the 'GradebookDataSet._02_Customer_Information' table. You can move, or remove it, as needed.
        Me._02_Customer_InformationTableAdapter.Fill(Me.GradebookDataSet._02_Customer_Information)
        'TODO: This line of code loads data into the 'GradebookDataSet._01_Inventory' table. You can move, or remove it, as needed.
        Me._01_InventoryTableAdapter.Fill(Me.GradebookDataSet._01_Inventory)

    End Sub

    Private Sub InventoryToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles InventoryToolStripMenuItem.Click

'im try to just show the table "inventory" in the form when you click on the sub-menu
'what do I have to write on here?

  End Sub

       Private Sub Customer_InformationToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles InventoryToolStripMenuItem.Click

     
'im try to just show the table "Customer_Information" in the form when you click on 'the sub-menu
'what do I have to write on here?
  

    End Sub

    Private Sub ExitToolStripMenuItem_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ExitToolStripMenuItem.Click
        End
    End Sub
End Class

AnswerRe: Question about VB and Databases Pin
Eddy Vluggen15-Feb-14 23:33
professionalEddy Vluggen15-Feb-14 23:33 
Questionsql query syntax in .net Pin
Member 1050621512-Feb-14 3:52
Member 1050621512-Feb-14 3:52 
AnswerRe: sql query syntax in .net Pin
Dave Kreskowiak12-Feb-14 4:30
mveDave Kreskowiak12-Feb-14 4:30 
AnswerRe: sql query syntax in .net Pin
thatraja12-Feb-14 4:31
professionalthatraja12-Feb-14 4:31 
AnswerRe: sql query syntax in .net Pin
Richard Deeming12-Feb-14 5:22
mveRichard Deeming12-Feb-14 5:22 
AnswerRe: sql query syntax in .net Pin
Eddy Vluggen12-Feb-14 6:56
professionalEddy Vluggen12-Feb-14 6:56 
GeneralRe: sql query syntax in .net Pin
Member 1050621512-Feb-14 22:01
Member 1050621512-Feb-14 22:01 
AnswerRe: sql query syntax in .net Pin
Eddy Vluggen12-Feb-14 22:28
professionalEddy Vluggen12-Feb-14 22:28 
GeneralRe: sql query syntax in .net Pin
Member 1050621512-Feb-14 22:35
Member 1050621512-Feb-14 22:35 
GeneralRe: sql query syntax in .net Pin
Eddy Vluggen13-Feb-14 0:31
professionalEddy Vluggen13-Feb-14 0:31 
GeneralRe: sql query syntax in .net Pin
Member 1050621513-Feb-14 1:39
Member 1050621513-Feb-14 1:39 
GeneralRe: sql query syntax in .net Pin
Eddy Vluggen13-Feb-14 2:59
professionalEddy Vluggen13-Feb-14 2:59 
GeneralRe: sql query syntax in .net Pin
Member 1050621513-Feb-14 3:48
Member 1050621513-Feb-14 3:48 
GeneralRe: sql query syntax in .net Pin
Eddy Vluggen13-Feb-14 4:59
professionalEddy Vluggen13-Feb-14 4:59 
QuestionUploading Data from MySql to MS Project using .net C# Pin
Badari Narayan11-Feb-14 21:22
Badari Narayan11-Feb-14 21:22 
AnswerRe: Uploading Data from MySql to MS Project using .net C# Pin
Richard MacCutchan11-Feb-14 21:25
mveRichard MacCutchan11-Feb-14 21:25 
Questionserialport timeout c# .net 4 client profile Pin
openLG11-Feb-14 1:40
openLG11-Feb-14 1:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.