16,916 Topics
![]() | |
this is my first letter here in daniweb.plsss help... actually Im only a beginner in VB. i would like to make a form that can browse picture and text file that will be display in my form... I have a sample here but there are so many error. pleaseee kindly … | |
this is my first letter here in daniweb.plsss help... actually Im only a beginner in VB. i would like to make a form that can browse picture and text file that will be display in my form... I have a sample here but there are so many error. pleaseee kindly … | |
I have used 2 combo box ,how can i enable 1st combobox when i click on 2nd combobox viceversa .if i am entering a data in 1 of the combobox then another should be disable ,but after entering data in the any 1 of combobox ,again clicking on the another … | |
Hello everyone, I am having a problem completing my outlook email setup through VB. I am gettin Run-time error 424 - Object required: Actually someone got me to this point, but I'm bumming out on this line: "[B][U]lvw.ListItems.Add , , OutlookAddressEntry.Name"[/U][/B] - basically all the lines that have the prefix … | |
let's say i want to read the substring and compare so i make a function Public Function tracingFNHdr(h As String) Left(h, 2) = Spid Mid(h, 3, 5) = Loc Mid(h, 6, 6) = TermType Mid(h, 7, 8) = TermNo Mid(h, 9, 13) = BatchNo Mid(h, 14, 15) = BatchType Mid(h, … | |
The button changes an ugly peach color, which doesn't go well with a green theme, when they are clicked. I can't seem to find where to change this color. Any help is appreciated! | |
I am completing the coding of a utility that reads data from a database and writes the returnset to a text file. The writing to the .txt file is performed by the client. The text file can range in size from 1 line to 20 million lines. When a file … | |
VB6 - Email attachment not working Hi, I wrote this program to send email through VB. The email is working okay but the attachment I need to attach to the email is not being attached. See my codes below: [code] Set OutlookApp = CreateObject("Outlook.Application") Set OutlookMail = OutlookApp.CreateItem(0) Set NSpace … | |
:confused: Hi, i have four tables each capturing data on assets.Each asset is required to have a unique code and serial too.So no entry is supposed to allow a double entry epecially the code and the serial.How can i implement this is in access?Someone knows how to go about it?If … | |
i have a database which is a food menu. i have successfully display on the picture box. However, i cant copy all the content in the picture box to the text box. i hava code but only display the last sentence... hope to getting help here ^_^ here is my … | |
hello guys... im having trouble to open up the 2 files , i tried so many times , but i can't think what's the right directory should i put at the '??????' .... the purpose is to pass the value of directory so it can read and open up 2 … | |
Hi all, Does Visual basic net support inline c or c++ code and if so what keyword method, etc. ,do I use to do this. Thanks in Advance. | |
Can VB6 only link to access97 but not work with accessXP? and can i use vb6 in windowsXP? | |
hi, i m a learner in VB6. I used a control VNC.. and i want to make it on my own.. but i dont know how to start.. i dont have idea abt connectivity to internet with VB.. plz help me.. | |
Hi all, I warn you now, I'm a newbie, so please be gentle!! I've installed Visual Studio and the .NET framework, started IIS, saved my test aspx file in a folder in the Inetpub/wwwroot/.. folder. When I run my test asp page (just a simple html page saved with a … | |
Hi, i am new to VB and am working on a project to develop simple tool that will be able to monitor the traffic/bandwidth of LAN topology. For VB i just know the basics, like making forms and others. Please, if possible give me guidline and also workable code that … | |
Does anyone know?, how can i edit an excel file from visual basic, but without installing excel? Actually, i know how to create or modify an excel document with code in visual basic, but is necessary add a reference to the excel's object library in the project. the trouble is: … | |
Hi, I'm just starting out in programming and I'm currently making a small program which shows how Bubble, selection and Insertion sorts work. I've found a small program which bubble sorts a user selected number of integers and shows each step at which these are sorted (each pass). However this … | |
Hi everyone, I have included a "Send mail" module in my vb module, but I want to accept the email address from an input box instead of hard-coding the recipients email address because the recipient may be different each given time. Below is my code: [code] SENDEMAIL: Set OutlookApp = … | |
Hi everybody, I am lookin for a function in vb 6.0 for finding position of a charecter in the string.I know the logic but is there any inbuilt function available ? Please help Thanking You Piyush | |
hie, i'm kinda new to this forum and have no experience in these forums,this my first time so please bare with me.I'v got an assignment i'm working on and i"m stuck,could you help? The program is attached [COLOR=#000000] [/COLOR] [COLOR=#000000] [/COLOR] | |
let's say i have a .dat file and .hdr file .... i have to compare both of them .... how can i open both of them at the same time and then compare them ? do you think is it prossible? pls help me? Edit/Delete Message | |
I want a certain form to be unloaded only when there is no other form loaded, how do I check if any of the other forms are still loaded | |
lets say i got a few string exp: 11111233NR+0001030 210NNR 99NR+001030 339NNE each substring got dif meaning ....11111 for the ID , NNR for the location. etc do you have any idea how to split them in each substring. pls help me... | |
hey guys and girls i am ahmed kamal i come from sudan khartoum i am 17 years old i study medicine first year and computer is my second hobby :) i program bad things to hack my friends just for fun they know but i delete them after hacking them … | |
I want my program to do a search on a database [B][U]every few minutes [/U][/B]to check for something specific and if it's found, then to show a certain form. I have 8 forms in my project and I want the search to be done while any of them is open. … | |
how can i change the path of the database from which i retrive data on run time.... i mean if the database is shifted from server to any othe location the how can the path of the database can be shifted..... | |
hey i am new to visual basic programming...just 15-20 days into it... i wanna know how can i use command button to access the ms access files instead of using the data control....how can i do that???? i have tried a lot of things but to no effect .... please … | |
what should i do to combine this two programming language,but i want to run it in vb6. | |
dear all. I am the beginner. I have studying VB for a short time. I writting a entry data form. This form have many text box. And i cannot put all the text box on the form. Please show me how to use scroll bar to solve thi problem. | |
hi all, when trying to execute a code for reading from a text file in VB, using the ReadAllText function, i get [COLOR="Red"]'variable not defined' [/COLOR]error. the following is the code: [COLOR="Green"]Private Sub Command2_Click() Dim fileReader As String fileReader = My.Computer.FileSystem.ReadAllText("C:\test.txt") MsgBox (fileReader) End Sub[/COLOR] kindly enlighten me on why … | |
please help me on how to change a user name and password in a VB project. | |
if anybody knows how to apply searching in VB6.0 ,please let me know. | |
Hi everyone, if you can recall from my previous posting, I had explained that my "spreadshit does not fit into the same page", but I've now unraveled what the other programmer did to accomplish this goal: looking at the input table to my spreadsheet, he first used "queryDef" to generate … | |
The code i have written (in VB)is : Dim dbMyDB As Database Dim rsMyRS As Recordset Private Sub cmd_Delete_Click() rsMyRS.Delete userlist.RemoveItem userlist.ListIndex End Sub Private Sub cmd_Display_Click() Set rsMyRS = dbMyDB.OpenRecordset("PC_User_Details", dbOpenDynaset) rsMyRS.MoveFirst If nm_txt.Text = rsMyRS!Name Then If rsMyRS.RecordCount > 0 Then name_txt.Text = rsMyRS!Name ip_txt.Text = rsMyRS!ip pass_txt.Text … | |
can you please help me how to random a series of choices, i actually use case statement but the problem is everytime i run the program the same order of choices is being shown. | |
Specifically, I am trying to change the data range when a row is added to the table. I am teaching myself, with only the Excel help as a reference. If someone can tell me the proper command, I can decipher the syntax and application. | |
my project cannot run when i write it on a CD but on other media like flash disk it is running. give me suggestions please. | |
Hi I have a problem retrieving the data from access database. I have a list of records for eg. Name,user_name, password etc.(all in access) The problem is ,i want a solution wherein , when i double-click on a name, i want all the details for that particular name. * i … | |
Package and Deployment wizard gives me this error Path without file it works fine with other projects but one particular project it doesn't work. If anyone knows WHICH path without file it might be ? | |
Hello. In the classic database example, Biblio.mdb, the relationship between 'TITLES' AND 'TITLE AUTHOR' tables does NOT enforce referential integrity. Please explain to me why. I'm kind of a beginner so please make your explanation as simple and clear as possible. Thanks a lot guys!!! | |
I have to display two db columns within a single combo box. | |
i want the details of variuos events handled in vb and its purpose with examples | |
please modify for me this program. cant run in a CD but other media can. user name is walba and password is walba. check attachment. | |
Hi everyone. Am Tonnie and i got problem with my vb-access program i am trying to develop. When my program is in a flash disk it is running very well but when i copy it in a CD it is giving me an error shown below.Please i would like to … | |
please help me how to make a background music in vb6. | |
How do i generate one data report fom multple tables.I have four tables each with a primary key.I require a master report for this data in this tables.Anyone know how to do it?Am using vb6 and access.Thanx | |
I didn't find creating login screens and saving the data in access database difficult... However, I was wondering if there is any other way we could do that, i mean saving the username and passwords in any other file rather than a database and encrypting the same... Rgds Sidz [email]hotsid_rout@yahoo.com[/email] | |
i'm ahmed hamed badr from Egypt 19years old i'm astudent in the faculty of electronic engineering i spend happy time with visual basic | |
... and if it similar to your preset string of keys, then notice you "right typing", else "wrong typing" I do searching and changing to have these codes, do you think about any problems with these codes (I hear that if another control belong to this form get focus then … |
The End.