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 #3K
~2K People Reached
About Me

self developed vb programmer

Member Avatar for gsatya

Hi friends, I need to know how the auto responding softwares work. for example if I send keyword IBAL to 567666 I will be receiving my current bank balance through sms. Is it possible to develop such software using vb6? if so I need basics to communicate withe GSM/CDMA modem/Phone …

0
146
Member Avatar for Jaseem Ahmed

[CODE]Option Explicit Private con As New ADODB.Connection Public RS As New ADODB.Recordset Public RS1 As New ADODB.Recordset Public cmd As String Dim ExlObj As New Excel.Application Private Declare Function GetSystemMetrics Lib "user32" (ByVal Index As Long) As Long 'Public Declare Function SetCursorPos Lib "user32" (ByVal X As Long, ByVal Y …

Member Avatar for gsatya
0
287
Member Avatar for gsatya

Hi, I have certain data stored in tamil font (TAM-TTValluvar) I am creating a text file using PRINT #1,<fieldname> through VB6. The output in the text file looks like a bunch of junk characters and I could not able to take the printout from my dot matrix printer either by …

Member Avatar for vb5prgrmr
0
376
Member Avatar for ahmbil

i am trying to display a DB infos into a textbox. This my code sqlstr ="SELECT Description, Price FROM T_barcode WHERE Barcode ='" & Text1.Text & "'" con.Execute sqlstr Text2.Text = rec.Fields("Description") Text3.Text = rec.Fields("price") and iam recieving this "Item cannot be found in a collection corresponding to the requested …

Member Avatar for gsatya
0
78
Member Avatar for BPNavigator

Hi I'm new to Visual Basic and writting code for excel. My first attempt at writting a piece of code is to format a range of cells to display a particular date and time format. dd/mm/yy hh:mm. My problem is that I have written the code that uses a drop …

Member Avatar for BPNavigator
0
176
Member Avatar for gsatya

Hi Friends, I need a snippet to convert any file into pdf format using VB6. Pls hep me out. Thanks in advance. Satya. G

Member Avatar for aktharshaik
0
76
Member Avatar for gsatya

Hi My system is affected with NewFolder.exe virus which is also creating lot of exe files in the name of the folders I don't know how to remove this my avg antivirus pack is not removing this what else could solve my problem. What are all the registry modifications to …

Member Avatar for Cyber Punk
0
81
Member Avatar for chanthung

Hi guys, I have completed one project and have created a setup file also. I have taken help from one of you guys and corrected a setup error, about "[B]DllSelfRegisterEx[/B]" to "DllSelfRegister". But now the problem is after complition of installation, i get the following error message during installation to …

Member Avatar for gsatya
0
369
Member Avatar for CaptainCharisma

Hi, Can anyone help me with this.. I have a vb program that produce a pdf file. I have installed the exe file in citrix metaframe server so all user can access. The problem that i've encountered is the printing from the user's pc was slow because it need to …

Member Avatar for gsatya
0
80
Member Avatar for gsatya

Hi , I am creating a project for thesis it is advised for me to use class modules. Could any one of you explain me how to create and use please.. Thanks with Regards.... Satya. G

Member Avatar for Jx_Man
0
98