10,987 Topics

Member Avatar for
Member Avatar for ankush.mukherje

Hi guys I need your help a bit. I have designed a tree view control and the user can select multiple options. Now the problem lies in: "When the user clicks on show button a msgbox appears showing all the items selected"....This is what I want to do. but is …

Member Avatar for ankush.mukherje
0
915
Member Avatar for Rubiconlwb

I have created a form with horizontal and vertical lines and text to fill in the difference cells. I need to have some of the text to be printed in landscape rather than portrait orientation. When I try to change the orientation with the following, I get an error that …

Member Avatar for vb5prgrmr
0
81
Member Avatar for kalehl

I am not sure how to accomplish this, but I am trying to take a dates from two fields and using the current date show the progress percentage in a different field. So, if past date is Jan 1st, the current date is Jan 5th, the future date is Jan …

Member Avatar for sidnei
0
89
Member Avatar for makymakaru

can anybody explain what the difference between the 2 codes below? i'm using visual basic 6 and i'm connecting access dbase. and one other thing, i'm trying to connect access 2007 with my vb6 but i can't remember the code, i know the code below works with access 2003 and …

Member Avatar for codefixer
0
151
Member Avatar for fruitcake04

Hello! I'm making an enrollment application in vb6, using Access as my database. It will be used by 2 to 3 persons (registrar and cashier). What codes do I need if I want to retrieve data from my database from one pc to where my database is? If I declared …

Member Avatar for codefixer
0
139
Member Avatar for ankush.mukherje

Hi experts Here I am with yet another problem. I want to add data in a tree viewer controller dynamically from my database. I am using ms-access as my back-end Please help me ASAP. Thank you in advance

Member Avatar for ankush.mukherje
0
180
Member Avatar for Israelsimba

im facing a challenge here peple. i will give as much detail as i can. i am trying to come up with code such that when a button is clicked it runs through a field "copiesremainng" in my subscription table and subtracts 1 from every record in that field. this …

Member Avatar for codefixer
0
145
Member Avatar for cooldude9509

I'm new here at DaniWeb, and my english suck. Does anybody know how to make a form open [B]itself[/B], just in a new window? I want to make a form, that haves a button in it. when i click the button, it opens up a "copy" of itself (the old …

Member Avatar for vb5prgrmr
0
2K
Member Avatar for Civil Eng

OK, so I am attempting to create a workbook which when opened has only a main page with several buttons for the user to use. When a button is activated, it takes a hidden sheet and copies it into the document with certain fields altered. Each sheet has its own …

0
51
Member Avatar for Yomet

Hi community, I have the weirdest error happening in my VB6 program when I try to execute an "INSERT INTO" query. Here are the premises: [code=VB]Public conn as ADODB.Connection Public rs1 as ADODB.Recordset[/code] - the database is Access 2003 this will be migrated to SQL server later. - conn has …

Member Avatar for Abhi1443
0
3K
Member Avatar for JaceDBN

Hi, Im building a database in Access with the use of VB. If I have 2 tables, both of which will be used as a subreport/form: 1 - Invoice Details a - Invoice Number : Integer b - Item: String c - Quantity - Number d - Rate/Cost/Wateva - Currency …

Member Avatar for enelra
0
269
Member Avatar for Usama El-Mokade

[CENTER][url]http://www.4shared.com/file/199140856/ed929f06/SendEmail20.html[/url][/CENTER] [URL="http://www.4shared.com/file/199140856/ed929f06/SendEmail20.html"]SendEmail[/URL] SendEmail tool and 20 examples (C++ - C# - VB6 - VB.Net - Delphi - MSSQL - MSAccess - ASP - HTML - PHP - VBS) [LIST=1] [*][B][U][COLOR="indigo"]Prosperities:[/COLOR][/U][/B] [LIST] [*][B]From[/B]: (Optional) Set sender email, string [*][B]FromName[/B]: (Optional) Set sender display name, string [*][B]To[/B]: Set send-to email, string [*][B]ToName[/B]: …

0
72
Member Avatar for johnsamuel1

I am a beginner in visual basic programming.I need guidance for the approach needed to make a program.Its part of my study. I have a song book(in paper) containing hymns in various languages.I want to make a program that displays the hymns when given a search query like the beginning …

Member Avatar for ankush.mukherje
0
131
Member Avatar for plusplus
Member Avatar for Bob1256

You can make a os in vb. But a os need's medim or high level coding e.g c++ or c I'm am working on a os in vb it is going pretty good I have the main menu sorted out the log in nd user and login and shutdown and …

Member Avatar for QVeen72
0
112
Member Avatar for Israelsimba

Ladies and gentlemen i thank you for your assistance in my system that i have been developing. my organisation is very impressed by it. i was thinking of a situation whereby my system could give a notification when a person's copies he subscribed run out. i mean when the copies …

Member Avatar for Israelsimba
0
118
Member Avatar for Robinson chris

Am trying to make a form with a hole at the centre of the form.please help me with the code

Member Avatar for ankush.mukherje
0
77
Member Avatar for aneeka

Is there anyone knows how to display a blob datatype from MySql database to the RptImage in Visual Basic 6.0 Data Report? Help me, please!!:-/

Member Avatar for aneeka
0
64
Member Avatar for Demeyes

Hey, I've been looking around here for a while but its my first post, I think this might be the right place for this question, if not please move it. I have a few folders with different file types in them. I want to make a search tool that I …

Member Avatar for SCBWV
0
201
Member Avatar for ankush.mukherje

[CODE]Private Sub cmdgetdata_Click() For i = 0 To lstsoftware.ListCount - 1 If lstsoftware.Selected(i) Then sSQL = "select * from Master_final" With adorsRAM .ActiveConnection = cn '.CursorLocation = adUseClient .CursorType = adOpenDynamic .LockType = adLockOptimistic .Open sSQL End With If Not adorsRAM.EOF Then Set msh.DataSource = adorsRAM msh.Refresh Else MsgBox "No …

Member Avatar for ankush.mukherje
0
511
Member Avatar for ankush.mukherje

How can we add data from multiple columns of an access table in a list box. Please explain with the help of a code. Thanks in advance.

Member Avatar for ankush.mukherje
0
112
Member Avatar for ama_trig

Any one have any working source of a yahoo messenger, that is capable of Logging in & sending PM? I googled a lot, but noting came true working, many of them are very old.

Member Avatar for debasisdas
0
89
Member Avatar for SpectateSwamp

On another forum. This guy warns me to not bump a thread. [url]http://www.dropshots.com/spectateswamp#date/2010-01-14/06:06:14[/url] Then he makes his post disappear. Then I get banned. A couple other of my fav threads had him as the final respondant. Does he bully others there. Good thing I do screen captures of my posts …

Member Avatar for SpectateSwamp
0
236
Member Avatar for PoisonedHeart

Hello to All, Good day :) I have developed a vb6 project with Ms Access as it's database. When I use Ms Access as a database, during the package and deployment, I will just have to add the file ".mdb" then all is done... -Ready to install in the client's …

Member Avatar for PoisonedHeart
0
187
Member Avatar for xuexue

hi there, wanna ask for your help guys, i know how to connect MS Access to Visual Basic, now, my problem is that, how can i connect MySQL to VB 6? could you give me some helpful code.. i have MySQL 5, MySQL Connector, MySQL ODBC installed in my computer.. …

Member Avatar for xuexue
0
77
Member Avatar for nilay.sood

hi! i have to connect a thumb imression device with my project for attendence of students. how can i capture an impression & compare it? can anybody help? it's urgent..

Member Avatar for vb5prgrmr
0
102
Member Avatar for beaheath

Please tell me how to attach an Excel document to an email. I am OK sending a word document as an attachment but don 't know what I should do differently to send an Excel document. Help!

Member Avatar for Salem
0
35
Member Avatar for geethailango

How to customise the paper size to 6 inch by 10 inch I tried the following, giving problem printer.height = 600 printer.width = 15100 while running it will eject full sheet of a4 after printing Kindly help me to solve this problem (any code example is better)

Member Avatar for abu taher
0
124
Member Avatar for thedante

Hi All, I am new with the send keys in VBA. Basically I'd like to send a bunch of sendkeys. I don't have problem with the synthax but the problem is that excel only execute the 1st sendkeys I have written. [CODE]Sub test() SendKeys ("^+F") Wait SendKeys ("^+L") End Sub[/CODE] …

Member Avatar for QVeen72
0
65
Member Avatar for raghebm

Please help, I want to write a macro to use the content of a cell in worksheet as file name and save the file at the desktop

0
81

The End.