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
Ranked #55.0K
~26.1K People Reached
Favorite Tags

3 Posted Topics

Member Avatar for krm08

To run DOS command in VB.Net use following code. It might be useful for you. Shell("cmd.exe /c c:\first.exe < in.txt > out.txt") [I]<<snip>>[/I]

Member Avatar for mirza.imran
0
2K
Member Avatar for michael123

It’s how they handle failures. If the file is not found by require(), it will cause a fatal error and halt the execution of the script. If the file is not found by include(), a warning will be issued, but execution will continue. Check this link... [I]<<snip>>[/I] It might be …

Member Avatar for GuggiTanvi
-2
582
Member Avatar for thijscream

Import the Microsoft.Office.Interop.Excel.dll and inherit it in your application. For e.g. using Microsoft.Office.Interop.Excel or using Excel=Microsoft.Office.Interop.Excel · Inherit System.IO namespace. For e.g. using System.IO Following code demonstrate how to write Data in XML file from dataset: [I]<<snip>>[/I]

Member Avatar for GuggiTanvi
0
218

The End.