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
~2K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Alessandrorenzi

I have to call a Sub in "parametric" way, for instance instead of: call MySubCompute( par1, par2, par3) in a way like this: dim MyString as string MyString="MySubCompute" call MyString....... can you help me?

Member Avatar for Santanu.Das
0
74
Member Avatar for Alessandrorenzi

Hello, I need to have communications and data sharing between applications in VB6 running on the same PC with XP sp3. But I have not experience with IPC solutions, so what is more efficient ( and simple) solution? Thanks

0
73
Member Avatar for Alessandrorenzi

I already build a program-Client and a program-server with vb6. Program-server is on a remote PC. Client and server are connected to internet, and comunicate with socket when they are running. But now I need to add, if it is possible, that program-client verify if program-server is already running before …

0
69
Member Avatar for Alessandrorenzi

Hello I'm trying to connect my PC to remote PC with socket but I have error 40006. I'm sure that there is not connection. Here is code: SERVER .............. Option Explicit Dim iSockets As Integer Dim sServerMsg As String Dim sRequestID As String Dim Income() As String Private Sub Form_Load() …

Member Avatar for Alessandrorenzi
0
702
Member Avatar for Alessandrorenzi
Member Avatar for Alessandrorenzi
0
176
Member Avatar for Alessandrorenzi

Hi guys, I have a VB6 exe file on pc A and I want run this exe from pc B. Pc A and pc B are connected in internet. Then, the running exe file in pc B has to send in real time data to pc A Is it possible …

Member Avatar for Reverend Jim
0
260
Member Avatar for Alessandrorenzi

Hi, How can I do to get motherboard and processor serial number in VB6? I am able to get HD serial number with this code: Option Explicit Private Type DRIVEINFO HDDSerialNum As String End Type Private Sub Form_Load() Dim info As DRIVEINFO Dim objs As Object Dim obj As Object …

Member Avatar for AndreRet
0
723
Member Avatar for Alessandrorenzi

hi i connect to a web page with this code: Private Sub mnuCOLLEGAMENTO_Click() Dim TheBrowser As Object, I As Integer, orario As Date Set TheBrowser = CreateObject("InternetExplorer.Application") With TheBrowser .Visible = True .Navigate ("http://www.dir*****.com") End With end Sub then, how can i do to fill PASSWORD field and USER field? …

Member Avatar for Alessandrorenzi
0
234