12,425 Topics

Member Avatar for
Member Avatar for PDB1982

I'm trying to create an overload of the "+" within my program to add a private constant value to an already establish polynomial, but the last portion of my code comes out with the following error: [code] Error 1 error C2677: binary '+=' : no global operator found which takes …

Member Avatar for david.k
0
178
Member Avatar for syns
0
47
Member Avatar for mrk_chiz

I have a table in a database named "tblstudentnumber" it has the following columns: stud_id stud_fname stud_lname stud_address stud_age stud_course i need to have a data report using data environment that can sort all students with the age(a user input) of let say "16". i have a form, it has …

Member Avatar for abu taher
0
203
Member Avatar for danish_k12

Hi, I m making a software which calculates the hours worked by each employee per day. This is calculated by the in time and out time of the employee. I have the database which contains the in time n outtime of the employee in sql. Now, My problem is i …

Member Avatar for kinwang2009
0
202
Member Avatar for Jackgrt

Will vb run an old gwbasic .bas program? My problem is to lprint to a usb printer, and if I have to learn vb, so be it. thanx Jack

Member Avatar for kinwang2009
0
235
Member Avatar for C0DER

[B]Hello everyone,[/B] I am looking for a way to get hidden files fron a folder and then list them in a listbox control. Could someone help me with this? this is the code i got so far: [CODE]Sub hidden(path As String, list As ListBox) mypath = path MyName = Dir(mypath, …

Member Avatar for C0DER
1
105
Member Avatar for rumpleteaser33

Hi I'm doing a project where I need to have people register by entering a username and password. When they click register I want them to be added to the database, but I'm having trouble doing this. Can anyone help? This is my first time using VB. This is the …

Member Avatar for rumpleteaser33
0
238
Member Avatar for Ryukendo

I need to know about Add Edit Delete on VB v6. code form and desin sample as a Company record or class student record! Visual Basic v6.

Member Avatar for vb5prgrmr
0
68
Member Avatar for saj_amo

when I try to access the report through VB6 on XP the exact error I get is ... "Run-time error '20525' Unable to load Report" but on windows 2000 it was working properly when i install windows xp i am facing this problem please help !

0
54
Member Avatar for tikpat
Member Avatar for kavya_nayak7

hii.i want to implement movable images in my project like from left to right or top to bottom..please do help me out..if possible just give an illustration.........waiting for reply..thnx in advance

Member Avatar for hkdani
0
83
Member Avatar for needHelpVBA

Hello everyone :) I have to do a very imporant project... And I would highly appreciate some useful hints, since I have NO experience at all with VBA... (I have read a book, but just from reading and following those instructions I am not able to key my own tool... …

Member Avatar for needHelpVBA
0
94
Member Avatar for ailcid

Hi everyone, please help me with this error. Im trying to fix this for hours now but still im a failure. Thanks, Public Sub LoadListView() Dim strSQL As String Dim objCurrLI As ListItem Dim strZip As String Dim strPhone As String strSQL = "SELECT Accession" _ & " , DateReceived" …

Member Avatar for ailcid
0
97
Member Avatar for kavya_nayak7

hii..i have a toolbar which i hav designed in a form..the problem is thatthe code isnt working...i have used screen.activeform in a select case..i think isnt fully correct..plz do help me out..

Member Avatar for jhai_salvador
0
73
Member Avatar for mewa_ashika

[CODE]Dim scoreArray() As String Dim nameArray() As String Dim NewScore As String 'loads the table Private Sub Form_Load() Dim nf As Integer Dim nFile As String Dim sf As Integer Dim sFile As String Dim scoreFile As String Dim nameWholeFile As String Dim scoreWholeFile As String Dim count As Integer …

Member Avatar for vb5prgrmr
0
145
Member Avatar for rambok4

guys, is it possible to connect a VB6 app to a asp.net page. My friends are making a vb6 app and now they realised they need some web connect as well. I want to know if it is possible to connect vb6 apps and asp.net page. They would use Visual …

Member Avatar for vb5prgrmr
0
156
Member Avatar for drewpee

[CODE]Unhandled exception in VB6.EXE: 0xC00000005: Access Violation[/CODE] my software recently crashes everytime it access it's DB and this error shows up when i click on the "debug" button. I am able to fix this sometimes when I set the Database name and RecordSource to the same DB and table. But …

Member Avatar for drewpee
0
2K
Member Avatar for stuckcomputer

I have created the append query in access and have my new data to append to the access table. I have 1500 rows but every time I go to append, it says its about to append 4881 rows. I have deleted the rows several times but it still keeps appending …

Member Avatar for vb5prgrmr
0
92
Member Avatar for abu taher

I want to make a help file. but I want to do it without vb tools. I want to make it, use another tools. can any body tell me any software to make this kind of help file.

Member Avatar for kinwang2009
0
59
Member Avatar for Sarama2030

Hi guys I'm developing this system for a cybercafe that will be used for costing and stuff. I've got it all figured out only that I'm not used to client-server architectures- okay I've read about it but I've never applied it. The system is in vb6. could please help me …

Member Avatar for kinwang2009
0
102
Member Avatar for P.manidas

Dear Sir/Madam, How to measure memory consumption of a VB 6.0's programe? As a programmer in vb. 6.0, where i have to be conscious for getting less consumption of memory of my program at design time? Is there any free software to measure memory consumption of a programe? Please guide …

Member Avatar for P.manidas
0
265
Member Avatar for regalla

hai please any body can give me code how to insert one row in already prepared table in ms access

Member Avatar for jhai_salvador
0
104
Member Avatar for TerishD

I went surfing for some basic information, and found myself directed to this site. I did not find my information here, and that banner at the top of the page makes this site rather annoying. I really haven't found any answers at other places, but I haven't found anyone to …

Member Avatar for jephthah
0
115
Member Avatar for tetarpy

I have a program entitled "Club Administration Software". When I try to call up the database, it replies with runtime error 91. Any suggestions? I am using win7 and have it in compatibility mode. It worked great in XP. Thank you for your help.

Member Avatar for vb5prgrmr
0
101
Member Avatar for jallan2010

[code] Private Sub PopulateProductList() Dim con As OleDbConnection Dim cmd As OleDbCommand Dim dr As OleDbDataReader Dim strSQL As String Dim objListItem As ListItem Try strSQL = "SELECT [Sr No], [First Name] FROM [Lani]" con = New OleDbConnection(connectionString) con.Open() cmd = New OleDbCommand(strSQL, con) dr = cmd.ExecuteReader() lblani.Items.Clear() Do While …

Member Avatar for pritesh2010
0
148
Member Avatar for smile_pls

Hello DW!, I am in a beginning stage vb user. I need a small help. I need to create a program, if I entered the "product code" in a text box / search box, it wants to display its full details from database, such as Product code, product name, description …

Member Avatar for LennieKuah
0
312
Member Avatar for harune

Hello Friends, I am trying to automate PowerPoint using VB6. I want to dynamically create an organizational chart in Powepoint, from a VB6 application. I have Office 2003. I am getting error on the following line, when i try to add a node in the Organizational Chart. ppSlide3.Shapes.AddOLEObject 100, 150, …

0
131
Member Avatar for Bodul

Hi. I am new to this forum, but i have been playing with Visual Basic since 4.0. Anyway here is my problem. I am getting error and can't figure out why. [CODE] Dim connectionString As String Dim cnn As OleDbConnection connectionString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\Database\tmprcStavka.mdb;" cnn = New OleDbConnection(connectionString) Try cnn.Open() …

Member Avatar for Bodul
0
95
Member Avatar for jadown

I built a form called PO Log that contains input text boxes that the user can enter the different iputs that will add an existing row to the worksheet called PO_log. I have the add function working perfectly. But I want to add a function to the form that if …

0
52
Member Avatar for N00b3r-1

I'm a complete and utter noob to VB so I sorta bit off more than I could chew with this little project. I'm not so sure how to create a calendar. But I have sort of designed it already. I'm planning on making the layout with labels and maybe tooltip …

Member Avatar for N00b3r-1
0
170
Member Avatar for sudh11482

Dear All, I am using following code at command button named as 'Print'. While running the project it is giving error at the line : Set RptTaxArrear.DataSource = TmpRec "Run Time Error -2147024770(8007007e)'. Automation Error - The Specified module could not be found." '****************************** TmpRec As New ADODB.Recordset If TmpRec.State …

0
34
Member Avatar for saphireina

Inputs are 0 and 1, create a Deterministic Finite-state Machine class that accepts NONE or EVEN number of zeros and having an input of 1 does not change its current state..... pls..help me...its for my final project.... pls...i really need help!!!.. thnx guys!!!

Member Avatar for saphireina
0
71
Member Avatar for delizihin

I have problems with adding bullets. I know I can add pictureboxes with commands, but I don't know how can I erase them. I also have problems at adding more than one. [CODE]Dim aButton As New System.Windows.Forms.Button() FormName.Controls.Add(aButton)[/CODE] I use this, but still I don't know how can I rename …

0
84
Member Avatar for demian007cur

Hi to all, I am a beginner at programming and is trying to learn myself on the way. I was trying the print a data report i created from my DataEnvironment. My only problem is that i have i image in on my datareport. whatever i do it will not …

Member Avatar for abhaypathak
0
880
Member Avatar for craigallansmith

Hi Ladies and Gents. I have written an application that reads data from a MS Access database. What I am trying to achieve is that on my data report connected to only 1 data environment, I would like the user to select what fields they want displayed whether it be …

Member Avatar for billmaster
0
828
Member Avatar for RAVARUNA
Member Avatar for mewa_ashika

i am making a high score table for my whack a mole game. variable Score on frmGame is [CODE]Public score as integer[/CODE] then in frmHighScore table i have [CODE]Dim numbers As Integer numbers = frmGame.score[/CODE] however variable Numbers comes back as a empty variable for some reason. Help? thanks

Member Avatar for peter_budo
0
518
Member Avatar for bdrkb
Member Avatar for web81

Hello all can you help me up with this guys.. i have this application with a product id which is in Hexadecimal format..wat i mean is an alphanumeric format.. and it is asking for a product key.. how can i suppose to know the product key? can you give me …

Member Avatar for WaltP
0
826
Member Avatar for reza.adinata

Hi all, I am trying to learn the basic concept about array, however when I tried to change the type into string, it shows error .. I am using IDE visual studio 2005 [CODE]#include <iostream> #include <string> using namespace std; int main() { string stName[20]; cout << "what is your …

Member Avatar for reza.adinata
0
157
Member Avatar for jjnaren

how to trim extra spaces in RTF box in vb.while [B]trasfering to word[/B] document.

Member Avatar for sidnei
0
98
Member Avatar for ckjie

Hi all. I am doing a project with visual basic 2008, i'm using c++ windows form. i have a question about the code for this particular button, where i wan tis button click to be link to another folder. For example, when clicking this button [btnDownload], it will open the …

Member Avatar for ckjie
0
151
Member Avatar for hkdani

Trying to raise an event in an ActiveX control from a module (.bas file). Been trying to create a timer control that will go past the 1 minute limit of the vb6 timer.ocx. The Windows API SetTimer will do this. But wanted to create an Active X timer control that …

Member Avatar for vb5prgrmr
0
376
Member Avatar for lean23

help poh cno poh my alm sa bubble sort nid ko poh xe in ascending order, 10 arrays poh ang gagamitin ska input box.pls. poh,,,

Member Avatar for vb5prgrmr
-1
56
Member Avatar for ~wylde~

Hello, Id like to start by saying that I am a beginning programmer. Ive almost finished my code optimizer as my first serious project. What Ive designed this program to do it go through a source (.vbp) file and clean up the coding (removing large unnecessary spaces), from there, there …

Member Avatar for vb5prgrmr
0
109
Member Avatar for preetisingh

I have a problem . I have to draw a circle at a particular distance say 50 meters from a given lat/log.I refered to Aviation formula's and find a formula to calculate lat/log at a distance and at a bearing which is as follows:- A point {lat,lon} is a distance …

Member Avatar for vb5prgrmr
0
187
Member Avatar for rumi

hi.im facing an error that says 'syntax error in FROM clause'.i dont know where i went wrong because it used to run smoothly.from my research about this error,it seems each solution is unique,it doesnt relate to what im doing.can anyone please help?here are my codes: [code] Private Sub Cmd_Login_Click() Adodc1.RecordSource …

Member Avatar for Logica
0
482
Member Avatar for jemz

hello please help me on my problem how to trap in my grd if the user forgot to input the quantity then it will display the messagebox "sorry you forgot to input the quantity"...i already try to trap but only in the first rows,...but i don't know how to trap …

0
56
Member Avatar for neosonic

Hi All, I have got the multiline textbox in the picturebox. I want to save the whole picture into a bmp file (including the multiline textbox). Is there any easy way to do it? what I have done at the moment is: pic.currentx = textbox.left pic.currenty = textbox.top pic.print textbox.text …

Member Avatar for vb5prgrmr
0
657
Member Avatar for tajendra

Code portability basically refers to making source code able to compile on different platform without making any changes in source code. While coding its very important to keep portability in mind.The best way to introduce code portability is while coding.Keeping certain things into account we can achieve code portability with …

Member Avatar for tajendra
0
472

The End.