No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
self developed vb programmer
10 Posted Topics
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 … | |
Re: 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 | |
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 … | |
Re: [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 … | |
Re: [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 … | |
Hi Friends, I need a snippet to convert any file into pdf format using VB6. Pls hep me out. Thanks in advance. Satya. G | |
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 … | |
Re: [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 … | |
Re: 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 | |
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 |
The End.