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

6 Posted Topics

Member Avatar for dileepkumars1

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 …

Member Avatar for vb5prgrmr
0
110
Member Avatar for dileepkumars1

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 …

Member Avatar for DimaYasny
0
64
Member Avatar for samane

try [COLOR="Green"]shell(cmd.exe)[/COLOR] or [COLOR="Red"]shell(c:\Windows\System32\cmd.exe, vbNormalFocus) ' ucan hide or maximise window )[/COLOR]

Member Avatar for martonx
0
684
Member Avatar for Vivek_1986

[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]

Member Avatar for dataobjx
0
117
Member Avatar for dileepkumars1

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 …

Member Avatar for dileepkumars1
0
152
Member Avatar for zuve_fox

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 …

Member Avatar for dileepkumars1
0
102

The End.