11,868 Topics

Member Avatar for
Member Avatar for Geek_Cyborg

Hi, Can anyone tell me how can i get specific Mid text from a textbox for eg, Text1.Text = "asdf1234zxcv" i want text "sdf" to "zxc" Please Help Thanks

Member Avatar for vb5prgrmr
0
64
Member Avatar for richosr

Hi, Please can anyone tell me how to extract the audio track in an mpg or mpeg to an mp3 in vb6? thanks Steve [I][QUOTE]do unto others as you would have them do to you, but they probably won't![/QUOTE][/I]

Member Avatar for vb5prgrmr
0
87
Member Avatar for Manswab

i need VB6 & visual studio 2008 software...Any one please give me the link to download this softwares....

Member Avatar for Manswab
0
56
Member Avatar for nik1991
Member Avatar for KSS
0
83
Member Avatar for jemz

hello please help me on this i don't know what is the meaning of this movenext,movefirst, ,adoptimistic,aduserclient....please help me on this and how to use on this and the meaning of this...hoping for your positive responds..thanks in advance...

Member Avatar for jemz
0
168
Member Avatar for bpl1960

Hi! I'm writing a statistical analysis program where I don't know, in advance, how many variables will be involved. I'm having the user enter data for each variable in a datagrid. First I ask for the number of variables. Based on that, I add as many new columns as needed. …

Member Avatar for bpl1960
1
108
Member Avatar for Manswab

i need VB6 & visual studio 2008 software...Any one please give me the link to download this softwares....

Member Avatar for Bob_180_Bob
0
87
Member Avatar for yun

pdcurses works well with code::blocks but is there any way to use pdcurses with visual Studio, plz help.

Member Avatar for miguelbezerra
0
2K
Member Avatar for trytrytry

i have to make a program with only COMBO BOX and FORM and BUTTON. the form should have 1-combo box (having many options) and 1-Button when user selects one option from combo box and presses button the form assign to that option should execute. for eg. a combo box (options …

Member Avatar for trytrytry
0
195
Member Avatar for betabasic

Hi! Is there a way I can run and close firefox using vb6? I want to create my own proxy switcher program.. But it requires Firefox to restart after changing the proxy settings.. It is not cool if I manually restart firefox.. Help please. :?:

Member Avatar for vb5prgrmr
0
68
Member Avatar for venkatnams

[CODE]Private Sub Form_Load() s = InputBox("please enter staff id") t = InputBox("please enter your password") Set db = OpenDatabase("C:\Program Files\Microsoft Visual Studio\VB98\my new prj\prj1.mdb") Set rs = db.OpenRecordset("staffper", dbOpenDynaset) Set ro = db.OpenRecordset("timetable", dbOpenDynaset) Set rm = db.OpenRecordset("staffattend", dbOpenDynaset) Set rt = db.OpenRecordset("staffmsg", dbOpenDynaset) Set rp = db.OpenRecordset("staffpass", dbOpenDynaset) 'rs.MoveLast …

0
75
Member Avatar for 54uydf

Hey everyone, I'm trying to import a table using xml file into my access project. First I exported the table the easy way and saved it on my desktop, and now I'm trying to write a vb code for a button on a form that will import it. I have …

Member Avatar for 54uydf
0
105
Member Avatar for imolorhe

Hello there, I am working on a little project and have a problem about finding the IP addresses of all the remote computers connected to a LAN network. I will greatly appreciate it if I get the answer to what I need. Thanks.

Member Avatar for irungu
0
317
Member Avatar for yash narwal

[b]Split from - [url]http://www.daniweb.com/forums/thread148211-2.html[/url][/b] hi can u send me the table related to vb project using ms-access as backend so that i see the relationship between tables.

0
41
Member Avatar for RahulV

Hi, I am working with ListView. How can a ListView have multiple columns and also have CheckBox at the same time? (preferably in its View property set as "Report")

Member Avatar for vipin saxena
0
2K
Member Avatar for betabasic

Im a total newbie here.. :) I have a file in [B]C:\Program Files beta.txt[/B] inside the file [B]beta.txt[/B]: ------------------------------- Line1 LineUser=12345 LinePass=1234 Line4 Line5 -------------------------------- I have two textbox.. Text1 is for LineUser input (fixed to 5 characters) Text2 is for LinePass input (fixed to 4 charaxters) Example: LineUser: [ …

Member Avatar for betabasic
0
555
Member Avatar for vmanojkumar
Member Avatar for remo1120

How to calculate time and charges in atomaticaly Example: Per hours 10.00, Name : Mano Starting Time : 14:00 Finishing time : 16:45 Total Hrs : 2:45 Charges : 28 please help me if have any formula Thank you Remo

Member Avatar for hadeeqa
0
76
Member Avatar for bobnoby

Hi, I am trying to make an autotyper using this code: [CODE]Sendkeys "Text"[/CODE] This code causes an error that says "permission denied" My OS is Windows Vista and I use vb6. Any help would be appreciated.

Member Avatar for vb5prgrmr
0
99
Member Avatar for devz2k

hey guys, so i have been asked to create a booking program for a coach hire. i need help with quite a few things. i have two DateTimePicker's. both are formated to time. what i want to do is calculate the differnence between both times. so how can i take …

Member Avatar for vb5prgrmr
0
74
Member Avatar for kikilala

can you help me on this code.. Private Sub cmdRead_Click() Dim target As String lstName.Clear target = txtIdTag.Text If target = "" Then MsgBox "You must enter a tag number" txtIdTag.SetFocus Exit Sub End If target = "id tag=" & target datStudent.Recordset.FindFirst target If datStudent.Recordset.NoMatch = True Then MsgBox "No …

Member Avatar for abu taher
0
121
Member Avatar for tanvir0066
Member Avatar for abu taher
0
204
Member Avatar for Kinfe
Member Avatar for ascians
Member Avatar for sidnei
0
72
Member Avatar for jemz

hello please help me on the sql statement on how to display in descending order example select*from my_table......please help whats the next of it i want to display in descending order....also please give me what are the sql statement so that i can be familiar of it ..hoping for your …

Member Avatar for jemz
0
81
Member Avatar for trytrytry

I am new to this forum & programming world.....sorry if i post it in worng section.. I am writing a vb program. program working a given below 1-- when the program starts there should be a window with a button (the button is directed to a web link eg. [url]www.facebook.com[/url]) …

Member Avatar for kinwang2009
0
127
Member Avatar for kinwang2009

Hi All, I am currently programming Bill and Money Receipt Printing program. It is almost finished but struck with one problem. My problem goes here: I have created One MDI Form with 3 mdi Child forms namely, frmBillHeader, frmBillMain and frmBillFooter. BillHeader contains Company Name with Address and Contact No. …

Member Avatar for kinwang2009
0
180
Member Avatar for shahji

Dear all, I have the following macro and have tried a few things to make it run quicker but it still takes too long. the below code only runs on one column but i have 40 such columns. so all in all macro takes about 30 mins to run. Any …

Member Avatar for shahji
0
168
Member Avatar for glenndr_15
Member Avatar for vb5prgrmr
0
77
Member Avatar for BadlyNeeded

guys help me to connect access to VB.. the user name in access to be inputted in VB must be correct..only registered ID in access can go

Member Avatar for vb5prgrmr
0
44

The End.