10,987 Topics

Member Avatar for
Member Avatar for skyshare

I have two tables containing different fields bar one. I want to merge the two subject to comparing one field using sql - is it possible? Table1 has fields: conkey reg when where 1 ABCDE 251011 EGLL 2 BCDEF 261011 EGLL 3 DEFGH 271110 EGKK Table2 has fields: conkey type …

Member Avatar for skyshare
0
68
Member Avatar for newbie26

[QUOTE=mb01a;1655781]Let me think about that .. How about - [code] dim sql as string sql = "select tablename.* from tablename limit 5" ' other things you'll need are defined elsewhere in your program [/code] Now, you'll need to add the code that connects to mysql, then open the recordset and …

Member Avatar for newbie26
0
296
Member Avatar for newbie26

hey everyone.i have a project that requires the use of a barcode scanner then apply it to a vb6 application i dont know how to do this. the barcode scanner will read the barcode from the id of an employee. then after reading it, all the details of that employee …

Member Avatar for newbie26
0
1K
Member Avatar for honeybee2090

i want to show a message msgbox " you have done" if web browser contains "you have login" if WebBrowser1.Document ????????????? then masgbox "done"

Member Avatar for ChrisPadgham
0
168
Member Avatar for SistaGurl46

I am having trouble with grade report . the instructor is wanting functions along with everything else.HELP!

Member Avatar for ChrisPadgham
0
33
Member Avatar for Smithers
Member Avatar for davesexcel
0
260
Member Avatar for jdevin1

I am trying to create a sort of code library in visual studio 2010 where the form displays a list box of certain project files in vb that i have made in the past and when selected, a button can be pressed that launches the .exe files of those visual …

0
122
Member Avatar for gerchi152

My process is to multiply the given points in B8, D8, F8, H8, J8, L8, and N8 to A3, B3, C3, D3, E3, F3, G3 respectively. this procedure is to be processed in C8, E8, G8, I8, K8, M8, and O8. after multiplying, the process should perform =sum(C8,E8,G8,I8,K8,M8,O8) to P8. …

Member Avatar for davesexcel
0
379
Member Avatar for razamughal67
Member Avatar for razamughal67
0
433
Member Avatar for honeybee2090

hi there is a small problem in codes need help i am useing these codes and here is site login link http://crypo.freeforums.org/ucp.php?mode=login Private Sub cmdlogin_Click() WebBrowser1.Navigate "http://crypo.freeforums.org/ucp.php?mode=login" lblstatus.Caption = "Connecting...." End Sub Private Sub WebBrowser1_DocumentComplete(ByVal pDisp As Object, URL As Variant) If URL = "http://crypo.freeforums.org/ucp.php?mode=login" Then WebBrowser1.Document.All("Username").Value = user.Text WebBrowser1.Document.All("Password").Value …

Member Avatar for honeybee2090
0
367
Member Avatar for dbwalters67

Does anyone know how I can enumerate child windows if I am operating under Windows 7? Back in the days when I was operating under XP, I had no problem writing code that would interact with a window...FindWindow, FindWindowEx, SendMessage, EnumerateChildWindows, etc. Now it seems that even though I can …

0
71
Member Avatar for Pamilerin

hello daniweb please I woiuld like help on how to convert rss feeds to datagrid in this fomat <Row> <Cell><Data ss:Type="String">Symbol</Data></Cell> <Cell><Data ss:Type="String">Close</Data></Cell> <Cell><Data ss:Type="String">Prev</Data></Cell> <Cell><Data ss:Type="String">Chg</Data></Cell> <Cell><Data ss:Type="String">% Chg</Data></Cell> <Cell><Data ss:Type="String">Open</Data></Cell> <Cell><Data ss:Type="String">High</Data></Cell> <Cell><Data ss:Type="String">Low</Data></Cell> <Cell><Data ss:Type="String">Avg</Data></Cell> <Cell><Data ss:Type="String">Deals</Data></Cell> <Cell><Data ss:Type="String">Vol</Data></Cell> <Cell><Data ss:Type="String">Value</Data></Cell> </Row> <Row> <Cell><Data ss:Type="String">7UP</Data></Cell> <Cell><Data ss:Type="Number">41.75</Data></Cell> …

Member Avatar for thines01
0
375
Member Avatar for luckynisarg

actually i want to make history of my sofware use...!! and i want to store that history in a textbox. can anyone help me????

Member Avatar for Sahil89
0
83
Member Avatar for razamughal67

Hello Brother i hope all is fine i want to show windows media player visualiZation level i mean when windows media player play any file then change the window media player sound level up and down with a base wave quality same thing the kmplayer if you cannot understand so …

0
88
Member Avatar for vb6play

hi, im using a file1 object for list the files inside a directory. when i set the file1.font.size the file1.height changes. there is a way for keep the file1.height equal to the form1.height even if the font size changes ?? thanks in advance.

Member Avatar for QVeen72
0
96
Member Avatar for ThatsSoShaneka

Hi everyone, I'm having this problem with my code and cannot seem to get past it although it was working fine before. The error is "An error occurred creating the form. See Exception.InnerException for details. The error is: Object reference not set to an instance of an object." The code …

Member Avatar for poojavb
0
521
Member Avatar for Vega_Knight
Member Avatar for Jx_Man
0
384
Member Avatar for pennywise134

hey guys, I really need help with this VBScript problem: Ask the user to enter the folder name and filename. Test whether the file exists in the given folder. If the file exists, display the file size in MBs up to 2 decimal digits. If the file does not exist, …

Member Avatar for Jx_Man
0
113
Member Avatar for Alessandrorenzi

hi i connect to a web page with this code: Private Sub mnuCOLLEGAMENTO_Click() Dim TheBrowser As Object, I As Integer, orario As Date Set TheBrowser = CreateObject("InternetExplorer.Application") With TheBrowser .Visible = True .Navigate ("http://www.dir*****.com") End With end Sub then, how can i do to fill PASSWORD field and USER field? …

Member Avatar for Alessandrorenzi
0
235
Member Avatar for akoaysayo

how can i limit the borrowing of books in our system. the user is only allowed to borrow books 3 times a day.. so if the user reaches the limit,.the system will not allow the user to borrow books anymore. here is our codes but it does not work well..so …

Member Avatar for QVeen72
0
206
Member Avatar for razamughal67

Hello everybody How to show usb drive letter when we attach my usb to my computer example: we use a label or textbox and one timer now we want to do this we start my project and attach a usb drive to my pc the lebel or textbox show much …

Member Avatar for razamughal67
0
1K
Member Avatar for razamughal67

Hello every one i think all is fine i want to open a folder with a file path Example: i have a file path c:\testfile.txt now we want to open folder of this file where save my testfile.txt file using a command botton i mean {open containing folder} please help …

Member Avatar for razamughal67
0
10K
Member Avatar for abu taher

all thing is ok. all ready 11 item was saved. in sr. no. 12 when I input all necessary thing and click in save button massage was show " save data". no error massage show. but the data is not save in database. I don't know why? So I need …

Member Avatar for abu taher
0
176
Member Avatar for karthik_ppts
Member Avatar for sachin1114

HI I am trying to fetch the NATIVE resolution of the monitor through a VB 6.0 program. I know it can be done by using a WMI ( CIM_VideoControllerResolution ) Although i can use it in c/c++, i am new to VB 6.0 and so having problems in implementing it. …

0
124
Member Avatar for Gobble45

Helloooo Firstly, ive done a bit of googling, and found a few articles relating to my problem. None seem to help though. I require a simple method of acquiring the "Page Number" of the selected cell. range1.Information(wdActiveEndPageNumber) Something like this, does not work. Even though i read that it does. …

Member Avatar for QVeen72
0
177
Member Avatar for eltonpiko

Hi i have a vb project im getting a bit of trouble with. this is how it should work user input text in the textbox. the input text will be count as single character each one by one after been checked they will be writen to a text file but …

Member Avatar for QVeen72
0
274
Member Avatar for luckynisarg

i am using mscomm1 for form one but now i also wnat to use same mscomm1 for form 3 so can i globelize the same mscomm1 for all forms??? if it is poss then how it cn be happen???? thnk you..!!!!.. best regards lucky..

Member Avatar for QVeen72
0
54
Member Avatar for dwiniers

Hello there guys! I need your vb6 expertise. I have a feature of my program with the quantity. What i want is i need a warning message if the quantity is lesser than the minimum quantity for example the minimum of 5 quantity. In my code it will reach to …

Member Avatar for QVeen72
0
146
Member Avatar for kris222

heres what i ve done ~~~ vb Private Sub cmdtimein_Click() If txtempno.Text = "" Then MsgBox "Please Input employee number!", vbExclamation + vbOKOnly, "Employee Record" Exit Sub Adotime.Recordset.MoveNext Else Adotime.Recordset.AddNew Adotime.Recordset.Fields("employeeno").Value = txtempno.Text Adotime.Recordset.Fields("timein").Value = Time Adotime.Recordset.Fields("timeout").Value = Time Adotime.Recordset.Fields("date").Value = Date Adotime.Recordset.Update MsgBox "You are time in!", vbInformation + …

Member Avatar for QVeen72
0
502

The End.