10,987 Topics

Member Avatar for
Member Avatar for BigSeckC

Hey all, I apologize now for being a Noob. I'm using a Tutorial to learn VB6 (for starters) and everything was going great until just now... The assignment is to create a [URL="http://www.profsr.com/vb/vbless04.htm"]Weekly Payroll[/URL]. I have managed to figure out how to make the standard calc ( Hrs worked * …

Member Avatar for BigSeckC
0
225
Member Avatar for scalor70

Hi, i'm new, i must to acquire a data directly to excel by the serial port i must to put a menĂ¹ for choose the seial port address com1 to com 8 from the serial port com i's arriving every 10 seconds a string like this: #000006081008143350..C.LUy@ #000004081008143400....LUy@ the string …

0
42
Member Avatar for henrics

hell o dear daniweb i am now developing an integrated library software for final year project so i am wondering how i am going to connect desktop application and web based application. how can i make both application access the same database? since users use the web application to access …

0
46
Member Avatar for nokomoli

Hello Friends, I'm facing a problem now that is i have some THAI language data in SQL Server 2000. The problem i don't know how to retrieve this data to variable and i don't noe the variable should be what data type? such as string or others? Have any one …

Member Avatar for nokomoli
0
85
Member Avatar for shan_007
Member Avatar for jorgejhandal

hello Im starting into programming and Im triying to program a pic to collect pulses, and for each pulse it accumulates 10 but when I start a new pulse sequence it repeats itself again and again till the memory fills up and gives error, the problem is that I cant …

Member Avatar for jorgejhandal
0
88
Member Avatar for aksshe10

I want to create a web browser which informs the program when the URL changes like in ibrickr I want to run javascript in browser which tells the program Javascript:void("getFile"); is the URL now when the program gets the URL it useses a fund like strcmp() to know the text …

0
42
Member Avatar for atplerry

I have completed my vb assignment application and it is working perfectly but when i instal it on another machine it does not run and it it is complaining of the database path. And more so i want the program to work on a remote machine that is when i …

Member Avatar for QVeen72
0
113
Member Avatar for ryan311

im beginner in visual basic can anyone help me please? i have 1 command botton and 1 picturebox my command button name is Switch every time i click my command button Switch the image in the picturebox change for example i have already an image in the picturebox Sunset image …

Member Avatar for QVeen72
0
104
Member Avatar for vionkieleon

Hi hello, I am desperately seeking for the communication protocol for Endress-Hauser recorders for recording technical data. I am looking for commands to communicate with the Ecograph T RSG30. I am not sure if this is the right place to ask, or if this kind of information is shared here. …

0
77
Member Avatar for poilkjmnb

Hello Friends, i m using the function to built DLL in delphi but when call it in vb 6.0 application i m not able to use this dll as reference. Please help me. Following code which i have used to built delphi DLL. ------------------------------------------------------------------------------ [code=visualbasic] library Project2; uses SysUtils, Classes, …

Member Avatar for poilkjmnb
0
137
Member Avatar for indian143

Hi All, I have to create a directory by using Windows API, can anybody give me small code snippet for this. I am able to do it File System Objet but want to do it by using Win API. Can any body atleast tell me in which class or dll …

Member Avatar for Teme64
0
120
Member Avatar for minor

this msg appear when im try ti install vb6 runtime....i want to run exe file in other pc without install vb6...why this error happen? error: INF install failure, reason: x[][]

Member Avatar for debasisdas
0
62
Member Avatar for saurabh.punn

Hi All I am using[B] MS ACCESS 2003 and VB version 6.0.[/B]I made a Blank database in ACCESS with a table having fields [B]Username & Password.[/B] My VB application consists of [B]2 textboxes and a command button[/B]. I established the connection using [B]"Microsoft.Jet.OLEDB.4.0[/B]"(coz i tried first 3.51 but it wasnt …

Member Avatar for Baradaran
0
115
Member Avatar for Tekito

There a lot of times in my program where I have large arrays of data and I would like to use the power of SQL commands (SUM, GROUP BY, INNER JOIN, ORDER BY) on this information. It is a great tool when you are doing anything beyond the most basic …

Member Avatar for Tekito
0
209
Member Avatar for oscarresonable

Hi guys, Can u help me in the setup of the report in the A3 printer??? My setup for now is portrait.. So, their is any portrait setup that the size is 17 x 14???... Thank's in advance guys... Any reply/comments is appreciated...

0
69
Member Avatar for kiel19

Hi, I have finished creating interfaces for my site but I don't know to connect them to my database that I created using mysql. How can it be done to support: 1. Inserting data into the database 2. Deleting data from the database 3. Applying the login feature on the …

Member Avatar for kiel19
0
88
Member Avatar for smile4evr

hi... i have a small doubt in hw to check the initial charecters in text... like if the first two letters of my text is OS or TP... so based on that i should be able to select which database to select... and one more doubt is dat suppose i …

Member Avatar for smile4evr
0
216
Member Avatar for locsin

Greetings! Everytime I use msgbox command the active form view is disappear when the message box executed. And it appears again after the message box finished the execution. Anybody know how to display message box without disappearing the active form view.. I want to restore the form display when the …

Member Avatar for QVeen72
0
93
Member Avatar for sandm

Does someone know about a program that 'reverts' .exe files created with visual basic? For FoxPro exists the refox program that reverts .exe files to .prg files. Maybe something like that exists for visual basic.

Member Avatar for mauvin
0
149
Member Avatar for shapek
0
48
Member Avatar for bheema_28
0
36
Member Avatar for jdwright

How do I set a printer scale via the API. I can draw lines (pic.line) and rotated text (an API) on a picture box and everything looks good. Once the lines and rotated text is good on the picturebox I have a similiar function that draws the lines and text …

0
50
Member Avatar for Bob Jacobs

You can, of course, change a volume label by going to 'my computer' select the drive, select 'properties' and type in the new name. However, how can I do this through VB 4/6?

Member Avatar for debasisdas
0
53
Member Avatar for K.Vanlalliana

Hi, If you are interest in using MySQL as your back end database, here is one way to connect: By using ODBC: 'Declare ADODB variable Public ConnectData As New ADODB.Connection Set ConnectData = New ADODB.Connection ConnectData.Open "DSN=MySQL_ODBC" If you want to use MySQL ODBC 3.51 Driver , You can write …

Member Avatar for debasisdas
0
137
Member Avatar for Bob Jacobs

Easy really..just copy setvolumelabel from the windows API. Works fine but does not seem to want to change C: drive. Any ideas?

Member Avatar for debasisdas
0
48
Member Avatar for jaasaria

hi.. i would like to save every word in the sentence separating by space " "... any idea on it?? thxx

Member Avatar for Bob Jacobs
0
82
Member Avatar for zawpai

Hi, Could anyone pls give me some suggestions how to do the [COLOR="Red"]encryption [/COLOR]and [COLOR="Red"]decryption[/COLOR] for text? Best reagards, zawpai

Member Avatar for Teropod
0
86
Member Avatar for squidd

Basically, I want to check and see if a certain word or combination of letters and/or numbers is on a website using a winsock connection. I can do this in delphi, but i cant seem to get the hang of it in VB6. I always get some sort of error. …

0
56
Member Avatar for smile4evr

hi... this is a small doubt in VB6... i am making a request form... in which one of the fields are reasons... now i want it such if my user send in a new reason then it should get written into my database and generate it as a part of …

Member Avatar for QVeen72
0
144

The End.