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
~987 People Reached
Favorite Forums
Favorite Tags
Member Avatar for anuragNet

Hi, I am opening a existing xl file in vb.net(form itself). I have added Component "Microsoft Web Browser" and then using "Microsoft Web Browser" control. Now to open my excel file, I am writing this simple code on a button click [code] AxWebBrowser1.Navigate("C:\CHIMP\Chimp.xls") [/code] Excel is opening properly Now Problem: …

Member Avatar for sylvain0000
0
114
Member Avatar for anuragNet

Hi, Need a small help and confirmation, Is it possible to show "grid lines" in crystal reports (somthing similar to what we have in data grid). Any sample code for the same. I am using VB.NET. Thanks anurag_shr

0
72
Member Avatar for anuragNet

[COLOR=#000000] [/COLOR] [COLOR=#000000]Hi,[/COLOR] [COLOR=#000000] I have an excel file,having lot or micros, connecting to database, doing some complex calculation..inshot that excel file is itself an application.[/COLOR] [COLOR=#000000] Now I want to open that excel in VB.net form, on button click. I prefer to open that excel in vb.net form itself …

Member Avatar for anuragNet
0
718
Member Avatar for zaid

Hi, Iwant to excute select procedure SELECT Location, name, marks FROM ins WHERE (column1 = ' " & textbox1.text & "') column1=ID # i allready did the databinding to text box's what should I write in the butten I tried DsIns.Clear() OleDbDataAdapter1.Fill(DsIns) Ins is my dataset name all of my …

Member Avatar for anuragNet
0
83