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

10 Posted Topics

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
148
Member Avatar for Jaseem Ahmed

Pls check this line: ExlObj.ActiveSheet.Cells(NxtLine, lc + 1).Value = RS.Fields(lc) I think it should be ExlObj.ActiveSheet.Cells(NxtLine, lc + 1).Value = RS.Fields(lc).value

Member Avatar for gsatya
0
289
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
410
Member Avatar for ahmbil

[QUOTE=ahmbil;668969]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
92
Member Avatar for BPNavigator

[QUOTE=BPNavigator;668584]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
179
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
78
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
85
Member Avatar for chanthung

[QUOTE=chanthung;668856]and also how do we refresh a DataReport. As i add new report, data is not displayed, but only after i stop and start the project will it show... can any one plz show me the code..? [code] DataReport2.Orientation = rptOrientLandscape DataReport2.Show [/code] chanthung[/QUOTE] Hi chang, Try using timer control …

Member Avatar for gsatya
0
372
Member Avatar for CaptainCharisma

Hi Charisma, I want to create the .pdf output can u plz send the snippet through email to [email]gsatya@yahoo.com[/email] -Satya. G

Member Avatar for gsatya
0
83
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
99

The End.