12,425 Topics

Member Avatar for
Member Avatar for varun.coolmax

I am a newbie to VB...and i am doing a project on One to many chat using the winsock component...the only problem i am stuck with now is that i have completed only one to one chat and would like to make it a many to many chat...plz help me …

Member Avatar for varun.coolmax
0
117
Member Avatar for joy_vb

I am a new user in vb6. can i edit the font colour of the command button in vb6.

Member Avatar for WaltP
0
105
Member Avatar for ken101

i want to send a text to an html form that contains java scripts. this form is displayed on a browser,but does not have a URL. it only has a title on its title bar.for example "flexcube - Internet Retail Banking".and i think i will reference the page with the …

0
56
Member Avatar for bsnapool2006

Hey Guys, Could really do with a hand. Needing a VBA whizz. See if you can get your head round this? Problem is: In folder DHSC S&A, there is: 73 files, which are used by managers all with sheets 1-52 and masterentry, summary, monthly breakdown. The 1-52 represents 52 weeks …

Member Avatar for mason12345
0
176
Member Avatar for meandmymachine

I've found some code in a book on Visual Basic.NET that doesn't seem to work properly.(The book is "Learning Visual Basic.NET Through Applications" by Clayton E.Crooks II (Charles River Media) ISBN 1-58450-242-8). The essential problem is that the code seems to be okay on the CD which came with the …

Member Avatar for arjunsasidharan
0
373
Member Avatar for kugan80

can anyone help me? How to encryption/decryption algorithm for mdb table? Private Sub cmdSearch_Click() On Error Resume Next HighlightText txtSearch, True If txtSearch.Text = "" Then Else Dim con As Connection Dim rs As Recordset On Error Resume Next Set con = CreateObject("adodb.connection") con.Open "Driver={Microsoft Access Driver (*.mdb)};DBQ=" & App.Path …

Member Avatar for kugan80
0
158
Member Avatar for ruichenma

Hi, I would like to have two child windows within one mdi form side by side, and I would like be able to control the size and not the user, how do I do this?

Member Avatar for aparnesh
0
122
Member Avatar for mason12345

Could anyone help me with a procedure to display a timer in xls (e.g a count down)? Also, could you please tell me what event method causes a macro to get executed upon starting a workbook? I want my macro to get executed without the user pushing any buttons. Thank …

Member Avatar for mason12345
0
86
Member Avatar for FatalGrace

Hi, I’m trying to set up a database type program in excel using VBA, you may find yourself asking “why not use access” the answer is the boss wants excel. Believe me every day that I work on this thing I cry, sad…sad little tears :cry: Anyway I’ve got it …

Member Avatar for FatalGrace
0
124
Member Avatar for sendoshin

I suppose it's about time I ASKED a question for a change. I'm attempting to write a program that records the location of the mouse cursor every time it is clicked. Getting the location of the cursor at any given moment is simple. However, knowing WHEN to get that location …

Member Avatar for sendoshin
0
121
Member Avatar for oltaug

[B]:eek:Please help me in making code for browsing button that connects to a radio button and shows a the picture that i've browse inside the computer, cause i rely don't know how to construct it....:!:[/B]

0
51
Member Avatar for bad_robot

Hi i'm new to VB6 and i just wanted to ask how to save the columns in a ListView to an Access DB... The format i use to save individual textbox to an Access DB is.... [code=visual basic 6] With adorecordset .Fields!Name = Text1.Text .Fields!Address = Text2.Text .Fields!Phone = Text3.Text …

Member Avatar for bad_robot
0
105
Member Avatar for Iaintnofool

Hi I'm stuck on a project using VB 2005 express edition. I'm having trouble reading in data into my code from a Text File. I'm using an openFileDialog so the user can select a file to open. The opened file will contain 3 columns and an unknown number of rows. …

0
52
Member Avatar for ruichenma

Hi, how can I display pdf file inside the ole container control, now it is floating outside of my mdi form.

0
89
Member Avatar for bakerybum

I'm hoping someone can help me identify what I have done wrong in my code. I've created an "Update" button that will update a database with info from a form. BUT, whenever I run the app it errors out. Here's the 2 variations for the update I am playing with …

0
86
Member Avatar for wwwglobrazilcom
Member Avatar for ruichenma
0
86
Member Avatar for ruichenma
0
75
Member Avatar for Scope9000

Can any1 just give a quick explination to each of these and what they do thanks. [code=vb] Private Sub cmdAverage_Click() picBox.Cls picBox.Print "Name", "Ass1", "Ass2", "Ass3", "Total", "Average" picBox.Print "__________________________________________________________________________" For a = 1 To c Average(a) = calAverage(ass1(a), ass2(a), ass3(a)) picBox.Print names(a), ass1(a), ass2(a), ass3(a), total(a), Average(a) Next a …

Member Avatar for WaltP
0
128
Member Avatar for ruichenma

Hi, can picturebox display pdf file in vb4? How can I display a pdf file in vb4 Thanks in advance :)

0
65
Member Avatar for ruichenma

Hi, I would like to put one list control, which will list file names, and a window which will display a pdf file when the user click to choose a file, should I use a simple document, or mdi form, I am using vb 4.0 Thanks in advance...

0
59
Member Avatar for Jaseva

I'm looking to buy a new laptop. I don't really care which OS (XP or Vista). Vista would be nice, but it doesn't really matter to me at all. I'm perfectly happy with XP. I am constantly running Firefox, IE, Thunderbird, Napster, Word, and some smaller programs like Notepad++, AVG, …

Member Avatar for Jaseva
0
87
Member Avatar for mladen17

Hello! I was reading a lot about all kinds of programs here for COMport but i need samothing less complicated so i lost interest in rreading kilometer post thet are more advanced form my level. Thnig is that i just need to output 0 or 1, i don't need any …

Member Avatar for mladen17
0
84
Member Avatar for sawant_deepu

[B]i am doing project on company store management.i have created a login form which asks for userid and password.this userid & paswword will be stored in database in oracle.so when the user types his id and password and clicks ok button it will first check whether the id corresponds to …

Member Avatar for WaltP
0
83
Member Avatar for Scope9000

Hi guys just wondering can any1 help i have a project for collage and vb6 is really not my thing yet Its my firdt year in collage and im doing computer maintenance and repairs Vb6 is apart of it and to me it doesn't make any sence to me can …

Member Avatar for Scope9000
0
70
Member Avatar for raman

Hello Expertz I am using following function to compare two string.But i want to compare String with strings list like: str1="A" str2="A,B,C,D" [code=vb] Public Function CompareString(ByVal str1 As String, ByVal str2 As String) As Boolean Dim i As Integer = 0 For i = 0 To str2.Length - str1.Length If …

0
73
Member Avatar for nisrin

A calendar can be created easily in VB..but can the details be stored in Oracle...will it be too complicated? I want to create calendars for different departments and store them in separate tables for a Patient Management system.. Please advice..

Member Avatar for nisrin
0
141
Member Avatar for Nosipho

Can someone please show me a code syntax on how to update an SQL database programmatically ( execute on click of button). I want to get all records from the "Student" database table where StudentStatus = 'New'' .Find a particular RegDate (2001/02/02) , StudNo ( 200144176) and update it's StudentStatus …

Member Avatar for Nosipho
0
778
Member Avatar for Seyha Eng

Hi, How can I call the program that have exetension *.pps(PowerPoint Show) ? Not .exe! thanks! :sad:

Member Avatar for tupadjia
0
681
Member Avatar for Havokie

Hi guys, Been an IT student for a few months now, and I've been kinda struggling along until now, but my last assignement I can't do. I don't expect anybody to do my homework for me, but I do want to just be able to understand the code rather then …

Member Avatar for Havokie
0
212
Member Avatar for dont767

My problem is that i have been asked to try and find out how to, and to make a program in VB which is linked to an access database. I help out at a charity band thing which happens every week. there are three bands play (but that doesnt matter) …

Member Avatar for jbennet
0
84
Member Avatar for michael.ngobeni

Hi Guys, I am using that inet FTP control in VB6. I can download files from the FTP server to my local directory, but during the download, i lose network connection and the application just bombs out. How do I resume the download to where it left off in VB6? …

0
64
Member Avatar for stan yost

Could someone please suggest a way I can get the following sub to work? I'm trying to check to see if a field in a datagrid has been changed. I get runtime error 424 Object Required. Thanks [Private Sub DbGrid1_BeforeUpdate(Cancel As Integer) If DBGrid1.Columns(1).Value.DataChanged = True Then ' Check for …

Member Avatar for stan yost
0
105
Member Avatar for melaneva

Hello, I am very new to the IT field and I just need some type of guidance and types on making flowcharts, data dictionaries, and pseudocodes. I think I am making them harder than what they are. I have a homework assignment that I just need some guidance on how …

Member Avatar for WaltP
-1
79
Member Avatar for ndicuh

I am using vb 6.0 and i would like to get the difference between two time of the same date. Thanks

Member Avatar for WaltP
0
62
Member Avatar for sydryz

I had created one project using Ms access as backend.I have four forms in it.I cant able to create exe for that project.When i click make exe it is not responding(when i click the task manager it displays that not responding.im using xp os).Can some one help me pls....:sad:

Member Avatar for ~s.o.s~
0
122
Member Avatar for stan yost
Member Avatar for stan yost
0
81
Member Avatar for Ram Sharma

Hi, guyes, i am finding the multiple projects executable file which r developed in vb6.0 but can someone tell me how to intrupped other executable project files when an executable file is already running:p

Member Avatar for Ancient Dragon
0
39
Member Avatar for JohnKelly

I have a client application that needs to talk to a server. I am using UDP through Winsock to pass the Client IP address so the Server can then talk directly using TCPIP to the client. I need to uniquely identify the client machine and thought that using the MAC …

Member Avatar for Ancient Dragon
0
97
Member Avatar for Geo1

Hi there I was wondering how to get visaul basic to bring up another form when a button is clicked. what I am looking to do is have a database (SQL 2005) that uses two tables but in the same database but have each table on a different form. but …

Member Avatar for WaltP
0
131
Member Avatar for shiman999

i have written a small application in vb, and i want to write a installation program, so as if we click on setup file my application should start installing, and even i want to detect other hard drives that exsits on the system and want to copy the application backup …

Member Avatar for jbennet
0
102
Member Avatar for BABYDY21

HI.im new here..i would like to know if you could help me with the codes of the timer control.heres what i like to do...i would like to create a timer that has a time limit of seconds for example after 10 second the next form will appear..as simple as that..but …

Member Avatar for WaltP
0
78
Member Avatar for robertlees

My mouse won't let me scroll through pages of my code in VB6. It works with other apps like MS Word or Explorer

Member Avatar for gintom
0
63
Member Avatar for Jaseva

Hi there. Just found this place yesterday. Looks good so I decided to join. I am a single mother, which is my first and most important job. My second job is Webmaster for a local company. I am also a full time college student earning a degree in Computer Information …

Member Avatar for Jaseva
0
69
Member Avatar for arvin2006

hello there everyone! i just want to ask if what would be the process of copying data coming from the excel worksheet to a vb database? so that no need to encode data in the vb program, just insert the storage device then copy the data to the vb program …

Member Avatar for John A
0
115
Member Avatar for batakkeren

Please help me, about make class module to manipulation database ACCESS (*.mdb), so i can execute SQL statement like SELECT, INSERT, DELETE and UPDATE database itself.. I made my own project sample VB6.0 with no class modules at all, i thought my code/script not very powerfull.. Can you help me??? …

Member Avatar for batakkeren
0
202
Member Avatar for NewVBguy

Hi there, I am trying to import a dbase file into an access database. Is there a way of doing this at a command level? I can do it using recordset but it's extremely slow. Pls help. thanks in advance. Please I need a code. Newvbguy

Member Avatar for NewVBguy
0
77
Member Avatar for Sandaseeli

Hello, My work is a data base in acess 2000. In a form for a combo box I have set the rule 'No duplicates' to avoid duplicates as the primary field of the form is a differrnt one. However as the form carries many fields after this thers is no …

Member Avatar for PirateTUX
0
638
Member Avatar for pasanewa

I have a large report with many rows and many pages. I have to calculate total of each page and then pass that total to another page and so no resulting to the final total at the last page. how do i do it..

Member Avatar for ~s.o.s~
0
34
Member Avatar for cgourley

Hi, I am trying to write a VBA macro to save an excel file as a tab delimited txt file which allows the user to input their own filename. The ability to automatically add the current date would very useful but not essential. I have limited VB or VBA experience. …

0
63
Member Avatar for extofer

What is the easiest way to migrate a project, with about 40 forms, 3 modules, 3 classes, and several designers (Crystal Reports) from VB6 to .Net 2003?? Any ideas?

Member Avatar for waynespangler
0
75

The End.