12,425 Topics

Member Avatar for
Member Avatar for swappy

I have a Project for CD Shop management. I have a wierd problem.. When I give a CD on Rent, it updates the CDDetails table as .. it does -1 from the stock..means if the stock was 10 and I rented a CD then it updates that column as 9. …

Member Avatar for vb5prgrmr
0
84
Member Avatar for razmca

Hi everyone... Iam new to VB, i want to know whether we have thread option in VB if so how can v implement that(Sample codes are appreciated). Right now iam using sleep but that ll not make it effecient so i need to implement thread concept... Scenerio: Iam working in …

Member Avatar for vb5prgrmr
0
90
Member Avatar for spacepilot5000

i have a list of data from database, when i click on an item from this list the value from list should go to the database through SQL criteria, but it doesn't happen, it throws "Data Type mismatch in criteria expression error" (error is hightighted with red in code part). …

Member Avatar for vb5prgrmr
0
129
Member Avatar for razmca

Hi everyone... Iam creating a setup file using VB6, in that i have to execute 2 exe file using shell command, in the mean time i need to add a progressbar to state the progress of that 2 exe's... How can i do that? Get me out of this problem... …

Member Avatar for vb5prgrmr
0
90
Member Avatar for PinoyDev

Good day! I want to check all txtbox and combox(style=2) in a form when the user click save. If one textbox or one combobox is not fill in then i will show a message that cannot submit. One or more fields requires entry.I dont know whats wrong with my code …

Member Avatar for koolsid
0
87
Member Avatar for PinoyDev

I have created a flash system manual which is located relative in my program path at folder named manual. When the user click [I]play[/I] i will play the flashmanual.swf in a folder named manual relative to my program. I have coded it below but it returns error: Please help. [code=vb] …

Member Avatar for PinoyDev
0
86
Member Avatar for rabbithaveit

Iv used arrays to store usernames Iv stored the array data in a procedure called "Usernames" But im wondering if its possible to then use the arrays to do a crosscheck validation for a login. Iv done some extent of research and Im either typng it wrong...Or I dont know …

Member Avatar for vb5prgrmr
0
203
Member Avatar for mike6850

Getting back to coding after15 years. Looking to purchase VB4 Language Manual to help me remember all that I've forgotten. Thanks for any help.

Member Avatar for vb5prgrmr
0
51
Member Avatar for firebolt

how would you code this then: when you drag the scroll bar, the value changes as you DRAG thanks

Member Avatar for abu taher
0
84
Member Avatar for dollmar

plz help me plz... pls see my attachment...how can i edit datagrid with excel as database....i want my data to be dynamically transfer to excel also excel to vb.. thanks in advance...

Member Avatar for abbajee
0
67
Member Avatar for Loveleenah

HI, I want to open a file whcih is kept on one server. File should open when i click on check box I am using the code Private Sub Check1_Click() Dim xlTmp As Excel.Application Set xlTmp = New Excel.Application xlTmp.Workbooks.Open filNam End Sub Code is working fine but the file …

Member Avatar for vb5prgrmr
0
68
Member Avatar for nzkks

Hi, I am creating a data access layer through Visual Studio 2005 (dataset in appcode folder) for my asp.net (vb.net based) application connected with SQL server 2005 db. I have already created easy tableadapters for brands, categories tables. Right now I am creating Product tableadapter for product table. The product …

Member Avatar for nzkks
0
106
Member Avatar for duaneg

trying to finish vb 6 application... I have a few bugs that need fixing ... and I need help creating a set up file.. Can someone please contact me? Then I can explain problems more in detail [email]duanegirardin@rogers.com[/email] Best Regards dg

Member Avatar for abu taher
0
31
Member Avatar for duaneg

Hi Again, Is there anybody out there who wants to discuss visual basic ? I don't have any formal training, but I have a deep interest in all aspects of programming in VB. So if anyboby has the same interest and feels that you can teach me a thing or …

Member Avatar for abu taher
0
91
Member Avatar for sweet_girl

hi , I need to know how can I connect Microsoft access with VB,I need to have wide space in programming in MS access...regards

Member Avatar for abu taher
0
130
Member Avatar for Maritime

Hello, I have wrote code to display moon illuminated disc in the sky using API's, i want to make crescent inclined like a real moon in the sky. in fact want to rotate moon with an angle to left or right.

Member Avatar for debasisdas
0
59
Member Avatar for headedtomexico

I'm having a problem with one of my users being able to connect to a website using my VB app, i accidently posted it in the .net forum. [URL="http://www.daniweb.com/forums/post831548.html#post831548"]http://www.daniweb.com/forums/post831548.html#post831548[/URL]

0
51
Member Avatar for kevinwebster83

Hi This is a post to hopefully get some useful career advice. I'm new to this community however having looked through lots of posts on the forum it looks the best place to ask for advice. I'm 24 years old, currently living in Cumbria. I've am working as an Electronics …

Member Avatar for Kate Hanley
0
199
Member Avatar for dark_enig

Hi Im new at VB Programming and I am in the middle of a project. I was wondering if there is a function or some other way of checking the number of decimal places a number has.

Member Avatar for hkdani
0
81
Member Avatar for ceyesuma

[i] Topic The topic of this question is: Creating a MySQL table and Entity from Database. [/i] [icode] Hello and Thank you in advance for any assistance. [/icode] [u] [b] Purpose: [/b] [/u] [b] This is another attempt to render data in a visual web javaserver faces table. The purpose …

Member Avatar for ceyesuma
0
161
Member Avatar for animefun2

Hi I want to link my program in vb6 to the system calendar in windows XP by using shell but to be able to do that i need to know the default path or file location of the system calendar ( i was searching all day and still didnt find …

Member Avatar for hkdani
0
819
Member Avatar for devstudio.2007

Dear All, I want to read Content of Text File for example my test.txt file Content is "True" means i want to Show Message box as Finish how to do this ......... regards user

Member Avatar for koolsid
0
111
Member Avatar for dev_kc

How can i print values on the word document from access table,there are more than 1 records for a single person Here recordcount holds 4 values,bt it is not beng printed on the word doc,it is coming out of the procedure [code] If rs.RecordCount <> 0 Then If Not IsNull(rs!Name) …

Member Avatar for dev_kc
0
200
Member Avatar for jaasaria

hi guys im using crystal report 8.5. but i wanted to print some report in the network by using some share printer. it is possible ? please kindly share some idea on how it take. thx in advance.

Member Avatar for bornok15
0
99
Member Avatar for ericssionz

any one help me to connect my vb6 form value to oracle 9i database ? How to retrieve a data from a table in oracle to visual basic form and to search on vb frm form retrieve the search value from oracle please help? also help me to how to …

Member Avatar for dev_kc
0
67
Member Avatar for wookinhung

Good day, I am currently facing a problem with my VB6 program. I would like to send a form activated from the program of one pc to another pc linked together which doesn't have the same program. How can I do that? I only need to send the form to …

Member Avatar for koolsid
0
142
Member Avatar for johnkeartson

Hello guys, Is there a code of confirmed the work of a program For example, I have run a program called "daniweb.exe" I want to know whether the program works or not by vb 6 code Thank you.

Member Avatar for Zaq
0
108
Member Avatar for DrMcWheels

I was just wondering if there was a forum for newbies and novices such as myself. I used to do some programming as a hobby back in the 90's. I learned on GW Basic or more precisely, I taught myself and I wrote some pretty cool stuff including file manipulation …

Member Avatar for vb5prgrmr
0
107
Member Avatar for fidelinho

is it possible to attach a combo box to an input box ( or maybe a label or textbox) ? be more precised, i would like to know how to get codes for combo box thanks for advance

Member Avatar for cguan_77
0
90
Member Avatar for astroboy0016

how can i embed my visual basic 6.0(.vbp) program into web using html?or any language i can use to embed it.. my thesis is about a 3d web application..we are planning to use vb..the 3d web application is simulator of building house.. any suggestion??

Member Avatar for vb5prgrmr
0
50
Member Avatar for kehar

Hi, I would like to replace the ACCESS with SQL Server 2000 enterprise edition. But I have the following problems: 1. While installing SQL should I install as Server or Client. 2. How to connect the SQL with VB 6 for saving,retrieving, modifying data using ADODB connectivity. Pl help me …

Member Avatar for vb5prgrmr
0
112
Member Avatar for mastermosley

I have a small, probably poorly coded telnet server. You connect, it shows some ansci art and then you just type to chat and it displays your ip address following your message. The problem I'm having is implementing a backspace. When you use backspace in command prompt it simply just …

Member Avatar for mastermosley
0
164
Member Avatar for badbloodyeyez

Hi, I would like to know how can I make the system beep louder I know you can change the frequency of the beep but its not loud enough as I am using it in a noisy environment. How can I sound the loudest system beep or make the system …

Member Avatar for vb5prgrmr
0
468
Member Avatar for VIPER5646

Hi I'm using Visual Basic Express When trying to sort columns in DataGridView by using ListSortDirection, I get the not defined error. I searched Google for app. using ListSortDirection, none of them have to declare it. Can any one help me. Thanks

-1
91
Member Avatar for nor_d83

Hello everybody.. I have tried to use these codes that I got from a book. I'm using MSFlexGrid, with the Grd name. It was set to be invisible (false visible). And when i enter the year (tahun) needed in the "txttahun" textbox, it will only show the data that related …

Member Avatar for nor_d83
0
126
Member Avatar for abu taher

I want when I write some text in a textbox it direct pass in data report. I mean generally a data report connect a database and show data from it. but here I want I write and it pass that time data report.

0
75
Member Avatar for swappy

I have two tables in my database, one customer and other cddetails.. n i`m trying to search both tables for letter entered by user.. The code for Customer table works fine...but the code for cddetails is giving me some problem... I would appreciate if some could help me out... Here …

Member Avatar for swappy
0
392
Member Avatar for ceyesuma

[i] Topic The topic of this question is: tracking the content of an array in a session bean debug sessionbean1.java [/i] [icode] Hello and Thank you in advance for any assistance. [/icode] [u] [b] Purpose: [/b] [/u] [b] The purpose of this code is to try to find the best …

0
57
Member Avatar for swappy

if db.open = true then db.close End if I want some code like this where it will check in the form load and if the connection is open , and if it is open it will close it..

Member Avatar for swappy
0
405
Member Avatar for cguan_77

hi guys, does anyone got an example on how to export outlook mails or contacts to pst thru vb6? thanks.. :)

0
62
Member Avatar for georgeajcka2009
Member Avatar for georgeajcka2009
0
528
Member Avatar for dinilkarun

Hi, I would like to query from you people if its possible to change back color either row wise or CELL wise in List box. Also I would like to know any other ways of listing record in forms other than in List box, Flex Grid and Data grid. Regards, …

Member Avatar for vb5prgrmr
0
113
Member Avatar for 88omar

[CODE=vb]' Private Sub department() Dim dep As String dep = Trim(Adoaddlec.Recordset.Fields("department")) If (dep = "1") Then optict.Value = True ElseIf (dep = "2") Then optassessmentprogramme.Value = True ElseIf (dep = "3") Then optdbt.Value = True ElseIf (dep = "4") Then opttvet.Value = True ElseIf (dep = "5") Then optcarrerdev.Value = …

Member Avatar for 88omar
0
137
Member Avatar for LindseyV

Hello there. I have successfully read my emails from outlook into access. The problem is that I am trying to get the sent date field but I can not figure out the command for it. Below you will find the commands I used to find the subject, body and sender. …

Member Avatar for jonc
0
215
Member Avatar for ceyesuma

Name: The name of this file is table_autoincrementedId Hello and Thank you in advance for any assistance. Purpose: The project is a Visual web JavaServerFaces project that is in the same folder and that imports the app library. Modeled after the tutorial at Using Java Persistence API Within a Visual …

Member Avatar for ceyesuma
0
117
Member Avatar for arvin2006

hi everyone, i have successfully saved the image file to DB by this code: Private Sub cmdSave_Click() Dim picsm As ADODB.Stream Set picsm = New ADODB.Stream picsm.Type = adTypeBinary picsm.Open picsm.LoadFromFile filepath With rs .AddNew .Fields("Last") = txtLast.Text .Fields("First") = txtFirst .Fields("Pic") = picsm.Read .Update MsgBox "Successful" End With picsm.Close …

Member Avatar for debasisdas
0
161
Member Avatar for rossyt

Hi I am trying to limit the cursor to a single form on loading. It works fine when testing it in Visual Studio but when I compile the exe the rectangle it limits is bigger than the form also if I change the start up position of the form from …

Member Avatar for hkdani
0
678
Member Avatar for Ravi Kant

Hi Friends! I am creating a project & want to minimized its form like photoshop in its own status bar. How can I do this ? Any Idea .... ?

Member Avatar for abu taher
0
114
Member Avatar for abu taher

I made a datareport simple. just connect. but I want to make it with condition. I have 2 dtpicker for date. I want 1 day report or weekly or monthly report by dtpicker. example I want 03/11/08 report or 01/11/08 to 03/11/08 report. But I dont know how make it. …

Member Avatar for abu taher
0
812
Member Avatar for neclark2

Hi, I need help building a very simple excel macro that iterates through all cells of the table, checks if they are not a particular color and if so changes to another color. So if the two colors are called BLANK and FILLED respectively, then the psedocode would look like: …

Member Avatar for cguan_77
0
93

The End.