10,987 Topics

Member Avatar for
Member Avatar for razamughal67

How to Extract url links to a url web address. Hello everyone i hope all is well. I want to extract all link to a Url Address in a list. for Example: i have a url link : www.geynstuff.com now we want to get all Url link in a listbox …

Member Avatar for jhai_salvador
0
831
Member Avatar for Mark Alonzo16

is it possible to use two different databases in vb 6.0? I will use DB A to fetch the records and save it to DB B,,Thanks :) Godbless

Member Avatar for RonalBertogi
0
105
Member Avatar for zawpai

Hi all, Could someone please explain me why "Listview.Selected" alway retuns a value? After I upload data into list view, system will highlight first line in list veiew. Although I dehighlight it and my UI will not see any selected item, but my softwre always get "return value = 1" …

Member Avatar for zawpai
0
126
Member Avatar for LobeRoni

Hi, I am new to this place and found this by searching for a log in system tutorial for a Visual Basic 2008 Express Edition. So far I have been able to put a code to have 3 users on: [code=Visual Basic]Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, …

Member Avatar for sunilkumarasem
-1
2K
Member Avatar for LeNenne

dim x as integer dim myday as string myday = format$(now,"mm") for x = 0 to 11 image(x).picture = image(index).picture next if myday = myday then image1(index).picture= app.path & "\*.jpg" ' that's okej Now is the question when I have in app.path 12 pictures numbered from 01 to 12 How …

Member Avatar for Klahr_R
0
137
Member Avatar for ogrishmania

I'm trying to add [this](http://www.codeproject.com/Articles/15559/A-Windows-Forms-based-text-editor-with-HTML-output?msg=4610424#xx4610424xx) to my existing project. I'm right clicking the toolbox-> chose items-> select the exe. It automatically adds a reference to my existing project. But after I drop the control onto my form it gives me: "LiveSwitch.TextControl.Editor is not defined" 2 times and 1 "LiveSwitch is …

Member Avatar for ogrishmania
0
411
Member Avatar for Siddharth_1

I want to make a interface in vb6 which deals with excel file. Where we can select drive from drive box and select a excel file which is a source file and copy the value of cell from the source file and paste it into destination file's cell. my problem …

Member Avatar for Siddharth_1
0
2K
Member Avatar for LeNenne

Hi I have a progressbar and it's going from left to right but what I will it to do that it goes from right to left with full and take one step backwards after pressing commandbutton each time Le Nenne

Member Avatar for LeNenne
0
1K
Member Avatar for merilrosbern.ervoli

hi!im Nikka Ros i am a second year college taking up comp.prog.but the problem is i just have a few thing knew in creating a program then our instructor give us a final requirements is to create a system using vb...can you help me guys..please i'm begging you....god bless

Member Avatar for sbesch
0
199
Member Avatar for sw8revenge

i need some help... please help me convert this code into vb .net im using a device w/c is digital persona fingerprint scanner, the code works but it does not show any scanned image of the fingers in vb .net Private Sub cmdCancel_Click() op.Cancel lblMessages.Caption = "Operation canceled" Set op …

Member Avatar for arorastat3456
0
719
Member Avatar for themathprof

I have a vb6 frame which is on a form. I want to copy this frame or the entire form to a MS Word Document which I have opened. I need help with the VB6 code to do this. Thanks.

Member Avatar for Ancient Dragon
0
77
Member Avatar for LeNenne

Hi folks I wonder if this code can bee converted to VB6 or there are a simular code. Lenny Dim strMSG As String > strMSG = "This Demo Has Expired" & vbCrLf & "Please Contact Me to Obtain > the Full Version" > > If DCount("[autonumberID]", "app.path/phonetel.mdb") > 20 Or …

Member Avatar for bonzo2008
0
198
Member Avatar for jemartalaban_1

can u help me, i need to get the data from the table, but the table will be based on the text on textbox, like the fieldname that will be based on aniTypes.text ... AnimalRS.Open ("select * from & AniKindtxt.text & where AniTypes='" & AniTypestxt.Text & "'"), Animals this is …

Member Avatar for rishif2
0
125
Member Avatar for kinene tallman

hellow guys please make me understand what is the advantage of using ado(active data object)over dao(data access object) please assist me to understand the difference

Member Avatar for rishif2
0
242
Member Avatar for masakii
Member Avatar for rishif2
0
4K
Member Avatar for fx.eko

I want to try to show barcode in crystal report and print it on a printer through a crystal report, there is of a friend who can give me an example of a small program thanks in advance

0
128
Member Avatar for problematic:)

hi! can someone help me with my problem, I'm using msaccess2003 and vb6. I've been trying to determine how can I save data using one form to two database. the scenario is like this, I have one form, the details of some information of the customer will be input in …

Member Avatar for Mark Alonzo16
0
180
Member Avatar for newbie26

hi please help me..how can i add checkbox in a listview? i already set the properties of listview checkboxes to TRUE. but it appears in the first column..i wanted it on the last column.. is it possible?? or the other way: programmatically move the first column (with checkbox) to the …

Member Avatar for newbie26
0
255
Member Avatar for Klahr_R

I do very little programming these days, but I try to maintain an application for our church that maintains most of it's bookkeeping and report generation. The application is all done in Excel/VBA, using many forms and several workbooks. Yes, we are using antiquated programs (XP/Office 2003) because we are …

Member Avatar for Klahr_R
0
264
Member Avatar for samer_control

I need a help for adding icon for my file association to be visible not as unknown file format i the explorer............

Member Avatar for johnangolluan
1
938
Member Avatar for Mireya B.

Hello, I am using VBA userform in MS Excel to insert data for database purpose. When I tested it for the first time, it was running okay. But after I saved it and used it again to insert the real data, it happens to repeat/duplicate the data to multiple times …

Member Avatar for Stuugie
0
319
Member Avatar for stefanm981

i need help about visual basic website click buttons without id. Html Code: <div class="likeBox"> <span class="like-active" style="display:none;"></span> <div class=" ghostLink"> <a class="like hintable" hint="Like" href="javascript:void(0)" onclick="if (!Profile.likesBlocked()) { Profile.quickLike('#like_box_53117043234'); $.ajax({data:'authenticity_token=' + encodeURIComponent('6S2x01Deqy77H5OYvhxaDVyncWWcQavyOsTuw7J52/M='), dataType:'script', type:'post', url:'/likes/qwert1312/question/53117043234/add'}); }; return false;"></a> </div> </div> <div class="likeList you-like-block" style="display:none">You like this</div> <div class="likeList people-like-block"></div> …

Member Avatar for LastMitch
0
144
Member Avatar for mirzabaig

Dear sir, i have desinged import application project in vb6.0 and data base connectivity ms-access using, But here first line may be problem importing because first line is information about the data then next numberical are imported properly,so my requirement is importing csv file and datareporting possibly can you sent …

Member Avatar for GeekPlease
0
967
Member Avatar for taolas

Hi, my name is taofeek. am new in vb 6 environment, i ve little hider about the program and i wish to learn more about it. can some body put me through. Thanks.

Member Avatar for GeekPlease
0
283
Member Avatar for kumar_g

Hello Friends I have a software developed in vb6.0 the software has few textboxes and we have to type in it and the query is fetched and matching result is displayed It uses MS Access 2000 MDB format Somehow i have managed to open the access file but when i …

Member Avatar for GeekPlease
0
157
Member Avatar for GeekPlease

Hello folks, I'm currently studying how to use LinQ in VB.NET but I guess I'm stock. I'm using VS 2008 version (framework) 2.0 Anyone who can help me get through this??

Member Avatar for GeekPlease
0
285
Member Avatar for Skate Bart

I have a MSHFlexGrid that gets all records via a recordset from a database. I want to add a search function so that it would search for the data entered by the user on to the search textbox. But it should search for the data only in a certain column …

Member Avatar for jamunadevi.v
0
1K
Member Avatar for jemartalaban_1

hi, i cant do my codes on how a combo1(i) will do its command when clicked, i have 10 combo box that have index from 1 to 10 on my form, when combo1(1) was clicked, it will do my command to that combo1(1) only not in combo1(2),combo1(3) ... to combo1(10) …

Member Avatar for rishif2
0
179
Member Avatar for Vixion

Hello there, I want to get all checked checkbox on the form. I always wasting my time to checking it one by one. There is a way to do this? Best regards vixion

Member Avatar for star.tamy.7
0
565
Member Avatar for rushimaadhav

I have a problem during making my project . the problem is I programmed it like if we press 123 a message box pops saying something when I type 456 I programmed it like a msgbox pops up and says something but when I run it the first time I …

Member Avatar for GeekPlease
0
127

The End.