Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Member Avatar for Jeline_1

hi everyone im really new to report viewer in vb.net and i wanto import the data from an excel file to the reportviewer in vb.net can anyone help me out? here is waht i tried so far: Private Sub ViewReport_Load(sender As System.Object, e As System.EventArgs) Handles MyBase.Load ReportViewer1.ProcessingMode = Microsoft.Reporting.WinForms.ProcessingMode.Local …

Member Avatar for Santanu Das
0
2K
Member Avatar for Jeline_1

hi everyone my question is how to clear a datagrid view in vb.net 2010 i have tried DatGridView1.Clear() but it only works once and i would like to clear my datagrid every time i click the load button hers my code Private Sub Button15_Click(sender As System.Object, e As System.EventArgs) Handles …

Member Avatar for G_Waddell
0
172
Member Avatar for Jeline_1

hi im trying to populate a datagrid view with the contents af a text file i used the following code: Private Sub Button15_Click(sender As System.Object, e As System.EventArgs) Handles Button15.Click Dim lines = (From line In IO.File.ReadAllLines(strPath) _'strPath is the location of text file Select line.Split(CChar(vbTab))).ToArray For x As Integer …

Member Avatar for tinstaafl
0
169
Member Avatar for Jeline_1

Hi Im just wondering if anyone can help me out? I have a text file that contains data that i want to load into a datagrid view I'm new to vb.net so i really have no idea on how iam supposed to start im using vb.net 2010 thanks in advance

0
94
Member Avatar for Jeline_1

hi everyone, my question would be on how to anchor the child mdi to its parent mdi so that each time the user maximizes or minimizes the parent form the child form inside will automatically anchor itself on its container(parent mdi) thanks all help will be appriciated

Member Avatar for Jeline_1
0
96