10,987 Topics

Member Avatar for
Member Avatar for joshl_1995

Hello Community, I was wondering if there is a way to make a program that will send messages from one computer to the other. **NOT** using LAN connection and **NOT** using winsock. EG. I (at my house) would like to chat with my friend (his at his house). Please help.

Member Avatar for ObSys
-1
314
Member Avatar for silversurf

Hello everyone, I am trying to build a inventory ans pos systeme with Ms-Access as database and VB 6.0 programming. I got stuck in one place again. What I want to do is trying to print out the codes and price of the products. In this form, I have a …

Member Avatar for AndreRet
0
2K
Member Avatar for appy29

helllo... i need a code to receive sms on pc using at commands in vb6....urgent helpppp till now i have got this much bt i am stucked code== [code] Private Sub Form_Load() With MSComm1 .Handshaking = comNone 'make sure the serial port is not open (by this program) If .PortOpen …

Member Avatar for venangel79
0
1K
Member Avatar for frnds2vivek

Hi, I want to select a number with 0's after its decimal point. For example, if I have incoming data as 16.90, 17.00, 17.10, 17.20, 17.30, ......, 17.90, 18.00, 18.10, 18.20, ......., 18.90, 19.00, 19.10, ......... and so on. I want to select only numbers 17.00, 18.00, 19.00, ..... from …

Member Avatar for frnds2vivek
0
222
Member Avatar for abel626

I have a simple application in VB6 with two forms (i) A Start Up Form (ii) Application Form - which simply reads a text file and prints it. PROBLEM:- Everything loads ok from StartUp Form and Application also loads and "APPEARS" to work ok, but as soon as I try …

Member Avatar for AndreRet
0
79
Member Avatar for PinoyDev

Good day! I have this query that produces 5000 list of items in 10 columns in list view. I found that it slowly load the items at about 30 seconds. Im planning to divide the result @ 1000 per list. Moving the list per 1000 by using adodc control. How …

Member Avatar for AndreRet
0
68
Member Avatar for dre-logics

I use MySQL database (innodb) I use Visual Basic 2008 I have a table Employees with two fields EmpNo and Managerno ALTER TABLE Employees ADD PRIMARY KEY (EmpNo CREATE INDEX index_Managerno ON Employees (ManagerNo) How do i now IF Mysql using this index is if i do this: SELECT * …

Member Avatar for Nutster
0
265
Member Avatar for joshl_1995

Hello Community, I was wondering if it's possible to attatch a command prompt window to a visual basic form. EG. (Below (i made this as an example)) ![example8](/attachments/small/3/example8.png "align-left") Something like that. Please help.

Member Avatar for joshl_1995
0
366
Member Avatar for opspl_programme

Hi All, There are many articles available that describe how textbox watermark can be done with the .Net framework(C# and VB.Net) I'm working on a VB6 project. How to implement this with a VB6 textbox?

Member Avatar for AndreRet
0
1K
Member Avatar for PinoyDev

Good day! How to move to a specific record base on the current recordset of adodc control? I have this employee_(empID, empName, EmpSalRate). I have load all employees data by using this code: dim Sql as string Sql="select * from tml_employee order by empName Asc" AdoDc.ConnectionString=Conn AdoDc.RecordSource=Sql AdoDc.Refresh Thus, I …

Member Avatar for AndreRet
0
944
Member Avatar for johncatman

I would like my vb2010 program to click on a javascript element on this webpage depending upon what they choose, here is the source of the rating system, thanks in advance: <div class="basic-info-rating basic-info-user-rating" style="display:none"> <div class="rating quick-rating"> <p class="average rating-3">3 stars</p> <ol class="user" data-analytics='{"click_id":1865,"events":"event6,event7,event24"}' data-ypid="5550608"> <li class="rating-1"> <a data-analytics='{"rating":1}' …

Member Avatar for G_Waddell
0
248
Member Avatar for shelexelex

Please, i want to compare a column in table with 2 colomns in another table. Such dat if the values on the first column corresponds to the other then it will do something. I've tried SELECT * FROM tblToad frm d first table and then SELECT color FROM tblcolor, bt …

Member Avatar for AndreRet
0
91
Member Avatar for carlospuddwebb

pls help guys i have the digital persona biometric i have the problem in getting the id i need id because im just use id to save into database plss help me tnx.

Member Avatar for AndreRet
0
58
Member Avatar for snehavarade.24

hii..sneha here , i'm studying in te-it, and i was in search for some interesting and innovative topics for my dbms project for which we have to use vb as front end & oracle as back end... so plss can u suggest me some of them.pls avoid regular & popular …

Member Avatar for AndreRet
0
108
Member Avatar for Skate Bart

Hi there. I developed a program that creates Data Reports using this way : [Click Here](http://www.vbtutor.net/vb6/lesson40.html) But instead of using "Microsoft Jet 3.51 OLE DB Provider", I used "Microsoft Jet 4.0 OLE DB Provider" because when I used "Microsoft Jet 3.51 OLE DB Provider" it couldn't connect to the database …

Member Avatar for Skate Bart
0
605
Member Avatar for akasekaihime

We are atsked to create a net salary calculator or something that computes the net salary. I used three radio button in which if it is selected, it has corresponding solution for each selection. The three radio button are probationary, regular and permanent.......here is the code Private Sub Command1_Click() Dim …

Member Avatar for akasekaihime
0
226
Member Avatar for Blank808
Member Avatar for fRodzet

Greetings, I'm a bit new at Visual Basic 2010, and i have one main problem. I want to creat a Calculator for a game, however i have issues getting it to work. When i select a setting from my main Combobox i want it to add different settings for the …

Member Avatar for Reverend Jim
0
296
Member Avatar for michaelzip

Is it possible to retrieve a text from a URL or page content by using something like ImageUrl property on the Image Control? Ex in image: <asp:Image runat="server" id="Image1" **ImageUrl="getImage.aspx?id=2"** /> Let's say I have this code on getText.aspx Imports System.Data Imports System.Data.SqlClient Partial Class getText Inherits System.Web.UI.Page Protected Sub …

Member Avatar for michaelzip
0
258
Member Avatar for hassan980

Hello, Im new to VB and therefore i require some guidance in this tricky situation that im stuck in. Basically, what my program does is calculate the mach number of an aircraft when the speed of sound and value of temperature are added into the text box. The problem arises …

Member Avatar for Reverend Jim
0
279
Member Avatar for jovypinoy

Hi IT Masters, I have a a VB6 exe applocatopm that **works perfectly** on the server **(MS Windows 2008 R2)** and to another computer. I just copy pasted the exe file and downloaded all dll files needed. (No installer of the app and there's no way to find it) But …

0
60
Member Avatar for pj.lopez.58

Please Help! I dont know how to use vbDatabaseCompare. I need it for my login form to work!

Member Avatar for Jx_Man
0
113
Member Avatar for alnor.ismail
Member Avatar for mustaffa hasan
0
142
Member Avatar for Bile

-->>Hi,I'm having an Access database (.mdb) with Members table and column Date registered just for an Example with datatype as text. -->>Now I have an Interface that I need to use it to get all registered members within the specified range of dates by using the Datepickers (1. Is for …

Member Avatar for Bile
0
138
Member Avatar for Shefali

hello i need to read and store data from a device through serial port. i have searched the forum but havent found something which is really helping me. can anyone give me some resources or sample codes where i can figure out how to do it? thanks in advance. regards …

Member Avatar for mariospelekis
0
6K
Member Avatar for angel06

I'm currently creating a program where a user should enter the correct color shown in it. This should be entered in text box. What code should I use to make the program accept both upper case and lower case text inputs? For example "red" should be equivalent to "Red" something …

Member Avatar for debasisdas
0
546
Member Avatar for cheriesp

i am new in visual basic 6 so please help me.. this is the problem..we are asked to create a file in the MSexcel of a 5 rows by 5 columns..after that we are going to create an application to VB on how to open and save file using our …

Member Avatar for AndreRet
0
106
Member Avatar for silversurf

Hello everyone, I am new to vb 6.0 and trying to build an inventory software. in the stock entry form I used a MSHFlexgrid, 10 text box and a add button. I want to various items in ten txtboxes and each time a click the add button it will be …

Member Avatar for AndreRet
-1
839
Member Avatar for priyakumar

Hi, How add Crystal Report Version 11 in VB6. At present I have been using Crystal Ver 8. I need to upgrade to Crystal Ver 8.5 or above to implement exporting rpt's to pdf. Now, I have installed CRystal report 11 Developer edition in my system and from VB i …

Member Avatar for AndreRet
0
6K
Member Avatar for abulut

Could you pls help me for making a script to route it to ' axtalm@alm.com ' , when a message come, if it is coming from extalm@alm.com and the subject of that message is nsn_ext_alm ?

Member Avatar for AndreRet
0
72

The End.