11,868 Topics

Member Avatar for
Member Avatar for eviocg

i am attempting to make a youtube video downloader based on the subject of the video. I have got as far as returning the video title and it wont work. It will return the html code of youtubes search API, but then it will not select the correct part of …

0
50
Member Avatar for rajeshkhanna_in

[COLOR="Red"][/COLOR][HI all, I have made a commercial software using vb6.0 and MSACCESS. My problem is even if I protect my .mdb file with a password, the password can be very easily found out by one or the other cracks. I want to further protect my MSACCESS datafile. Is there a …

0
53
Member Avatar for asda71

hii friends plz help me. i m new in VB. I hav a .bat file. i tried executing this file in VB6.0. bt i cant execute tht correctly.u\i tried using shell command Shell("D:\USB\MY FINAL PROJECT\RECOGNIZER\recognizer.bat", 1) i hav to run d .bat file and only aftr the execution of bat …

Member Avatar for selvaganapathy
0
93
Member Avatar for regalla

dear friends, i want to update the table2 field which is same as table 1 field in ms accessdatabase. when ever i enter data in table1, table2 field which is same as table1 field should updated.table1 and table2 are connected to form1, form2 seperately. i request any body, please let …

Member Avatar for regalla
0
305
Member Avatar for apuamy

i am working on an application where some test results are received from a serial port and getting stored line by line in a text box.now i have to compare each line with an existing data base( that is with a field of each record )and display interpretation of each …

Member Avatar for apuamy
0
2K
Member Avatar for tclhacked

what it is, i have saved data on a previous form into the database as words, but then i convert the words into its own unique ID. thus i want to load the data in another form, but i want to load the name of the item, not the ID. …

Member Avatar for anto_nee
0
117
Member Avatar for rrocket

I have a bunch of params: InputParam1, InputParam2, InputParam3, etc... I would like to loop through them instead of writing out code for each one, but am having some issues getting it to work correctly. Here is what I have so far: [code=vb] Dim iCount As Integer Dim objTemp As …

Member Avatar for QVeen72
0
135
Member Avatar for peroberg

[B]Question ONE[/B] I have on and off been using Basic, now VB since “the stone age” long before Microsoft and Windows. However it is only now I enter the issue of using [B]VB6 [/B]and a database. I use VB6-ADO-ACCESS plus using DataGrid as the main view to see the database. …

-1
54
Member Avatar for andy999

Hello all, I am currently using excel vba to create Broker.Application which helps to transfer the data from a text file i.e opfile.txt to a charting programe, so that the chart shows the data in continuous way. Here is the vba code: Sub testAB() On Error Resume Next Set ab …

0
65
Member Avatar for suneel kar

dear all and my frnds, i wanna read data from a notepad and view after readin in output should be like in attached .prn.Plz revert as soona s possible. with regards suneel

Member Avatar for suneel kar
0
78
Member Avatar for sal21

I dont know if existis a way in VB classic, to enumerate or inventory listing, all server of my LAN and get info based service installed similar:Sql, MySql, DB2...ecc Sorry me for stupid question...;-)

Member Avatar for sal21
0
144
Member Avatar for umakamma

hi everybody, i,m uma.joined the forum newly.plz help me.i have written a program in vb6.the problem is i'm unable to calculate the monthly total of a biweekly magazine.i have written the code.the problem is the totals are displayed 0 .i'm unable to understand what to do.plzzzzzzzzzzzzzzzzz help me.

Member Avatar for Prathvi
0
77
Member Avatar for veledrom

Hi, How do went SMS text message to a mobile phone in VB6? Does anyone have any example for it? Thanks

Member Avatar for debasisdas
0
58
Member Avatar for colliincon

Hi I have this coding Set recc = dbase.OpenRecordset(True, "Gate") nfilenum = FreeFile Open "C:\Rentention Program\20080517.daf" For Input As nfilenum With recc .MoveFirst Do Until .EOF Do While Not EOF(nfilenum) If EOF(nfilenum) = True Then GoTo ws: Open "C:\Rentention Program\20080517.daf" For Input As nfilenum Else End If Line Input #nfilenum, …

Member Avatar for selvaganapathy
0
169
Member Avatar for Catherinedally

I'm stuck with a problem and can't work it out. I'm needing a visual basic . net program written. What I've worked out is... Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim linecount As Integer Dim asteriskcount As Integer Dim asterisk As String Dim spacecount …

Member Avatar for selvaganapathy
0
236
Member Avatar for ovesh

Hello, I am a java developer (with a few years experience). I have just been assigned my first C# project. So far I have only written UI in java (Swing), coding by hand. I have found this to be easy and manageable. When I opened Visual Studio (not for the …

Member Avatar for Ramy Mahrous
0
111
Member Avatar for paul1145

[code] Maybe it doesn't exist but any help would be greatly appreciated I'd like to simply save a current playlist to my own directory not WMP1's directory I don't want to mess with WMP1's default directories Private Sub Create_a_PlayList(ByRef songs() As String, ByVal name As String) Dim listCollection As IWMPPlaylistCollection …

Member Avatar for paul1145
0
229
Member Avatar for sal21

After i click on "Area Clienti" appear the tipical autenticatin box (see image) How to insert in user box the value of my_var = user, and in password box the value of my_password=mypassword and after check "save pasword..." and click on ok button????? naturally in VB or VBA code here …

Member Avatar for sal21
0
92
Member Avatar for saurabh.verma

Hi, i am creating a project and i am having a problem i have created an image in a rectangle using the following code: [ICODE] Dim d As New Rectangle(Width - 127, 8, 22, 15) e.graphics.DrawImage(My.Resources.close, d.Location)[/ICODE] now the problem is that if the user click on the image, i …

Member Avatar for selvaganapathy
0
73
Member Avatar for faughnan

Ok, im almost done with my program all i need now is some scripts. I need to know how i can make a button open a second form in my project. I also need to know how to open notepad with a button. I really need help i will greatly …

Member Avatar for Jx_Man
0
95
Member Avatar for veledrom

Hi, How do i go to next paragraph to add additional note? [code]MAPIMessages1.MsgNoteText = "Dear" & " " & Adodc1.Recordset.Fields("cusname") & " " & Adodc1.Recordset.Fields("surname") & ","[/code] Example; Dear www xxx, Next paragraph will start from here. Thanks

0
54
Member Avatar for reniery

The registry for my small app looks kinda like this entry1 reg_sz value1 entry2 reg_sz value2 entry3 reg_sz value3 How would I delete one of this subkeys ? So that this would be the result entry1 reg_sz value1 entry3 reg_sz value3

Member Avatar for djMot
0
89
Member Avatar for veledrom

Hi, I use VB6 with Oracle database. I also use Adodc and datagrid for retrieving data from database. If i do search with [inlinecode]Select.....Where name IN(LIKE) '" & Text1.text & "'[/inlinecode] does return nothing. I have to type exact value be searched. Why do you think that IN or LIKE …

Member Avatar for veledrom
0
89
Member Avatar for paul1145

[code] 'language = Visual Basic 6 Public Sub CreatePlayList(ByRef songs() As String, ByVal name As String) Dim i As Integer Set listCollection = frmMusic.wmplay.playlistCollection Set list = listCollection.newPlaylist(name) frmMusic.wmplay.currentPlaylist = list For i = 0 To UBound(songs) Set wmpMedia = frmMusic.wmplay.newMedia(songs(i)) frmMusic.wmplay.currentPlaylist.appendItem wmpMedia Next End Sub ' I believe the …

Member Avatar for paul1145
0
197
Member Avatar for mudEyes

Hi all, I've just started using Crystal Reports again with VB6 after being away from it for a few years (previous version used CR 8) and suddenly everything seems to have become a lot more difficult. Amongst the hundreds of new difficulties I'm finding there is one in particular I'm …

0
45
Member Avatar for dinilkarun

I have to read the filenames inside a zipped folder. How can I unzip a file using VB(No external DLLs should be used)? Please suggest if there is a direct way to read filenames in the zipped folder.

Member Avatar for debasisdas
0
51
Member Avatar for dinilkarun
Member Avatar for debasisdas
0
57
Member Avatar for zion_neo

How can we enter a table under the list box. And how can we edit the content on each cell of table

Member Avatar for zion_neo
0
75
Member Avatar for Fatema Bhadka

i wnt to knw how do i provide security to my software before handing it over to the client so tht he cannot misuse it can ne one help urgently required

Member Avatar for VIeditorlover
0
83
Member Avatar for apuamy

i have made a program and want to make an exe file. But the exe file is not working in a machine which does not have VB.I have used MSComm codes for serial port programming. Is it not possible to make exe file which has MSComm code ???

Member Avatar for selvaganapathy
0
83

The End.