No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
I route my output from a windows billing application through a text format. When I try to print this file through the USB port, I am unable to give a direct print. If I save to a file and print the same opening through notepad, the output is in graphic …
I route my output from a windows billing application through a text format. When I try to print this file through the USB port, I am unable to give a direct print. If I save to a file and print the same opening through notepad, the output is in graphic …
try [COLOR="Green"]shell(cmd.exe)[/COLOR] or [COLOR="Red"]shell(c:\Windows\System32\cmd.exe, vbNormalFocus) ' ucan hide or maximise window )[/COLOR]
[B][COLOR="Green"]try to connect with the username and password(ie, with the sql authentication mode).your poblem will be solved surely[/COLOR][/B]
Hai Friends, Please Help Me!!!! I am developing a bussiness application.It includes a module which has to send a text file from the head office to the branch. I am able to send the file through internet only if i get the global ip. But Under the router i am …
try this [code] [B][COLOR="Red"] Private Declare Function LockWorkStation Lib "user32.dll" () As Long Private Declare Function ShutDownDialog Lib "shell32" Alias "#60" (ByVal any As Long) As Long Private Sub ShowShutdown(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ShutDownDialog(0) End Sub Private Sub Button2_Click(ByVal sender As System.Object, ByVal e …
The End.
dileepkumars1