10,992 Topics

Member Avatar for
Member Avatar for ata_tszx

Hi, i'm a beginner to vb and i'm doing a school project on equipment reservation. I have some question that i've been having problem for weeks. 1. How do i disallow user from booking booked equipment? So far my only solution is just to check and compare the date,equipment,start and …

Member Avatar for jhai_salvador
0
98
Member Avatar for thug line

hello people! i need some help in making a date in date out in my program and it really gives me a "real-time" headache. the problem is, it is possible to put some warning if for example the "client" has already overstayed it accomodations. and i really have no idea …

Member Avatar for AndreRet
0
84
Member Avatar for maichy

hi guys thanks for all your help previously,i am having a problem displaying the grand total.this is the scenario: i have several buttons which are used to compute various taxes e.g D1, D2,D3....subtotal i would like when i compute using D1 i get the total displayed,if i press d2 i …

Member Avatar for jhai_salvador
0
148
Member Avatar for Krs13

Hi, In Vb i have a form for login and many forms.After i login the username is displayed in all the forms. I can add,update and save the records in database table. But i now want to store the Username to these records so that to check who has entered …

Member Avatar for kinwang2009
0
108
Member Avatar for Ranjinirao

Hallo, I actually implementing a model in which the work lies with saving the runtime display in a database. Here the data is be stored in tables of the name given to the table by users choice. so how do i do that. i am not able todo. Could u …

Member Avatar for bmpvkm
0
107
Member Avatar for Preet20

Hi! I m using VB 6 For Software Development. when i filter a Data Report Using Filter Command an error occur says "Out of Memory". It happens with only one data report meanwhile Other Data Reports are Executing properly. Please Help me to resolve the Problem.

Member Avatar for abu taher
0
138
Member Avatar for Anila S

I am using VB & Access to create a program for a clinic. I want to create a Report. The Report is - Toal quantity of each medicine received & Issued. I have created the Table in design time & in runtime contents in the table are deleted and new …

Member Avatar for bmpvkm
0
196
Member Avatar for locsin

Greetings! I creating report in visual basic data report. I want to costumize the paper size that i want to use. I try to make a printing report in a small paper size like bank check size of paper. Anybody have idea how can i do this. is there any …

Member Avatar for bmpvkm
0
293
Member Avatar for sathish1990

hi am new to this site. please help me in creating this project. In this below application should not use Google map or any application with internet oriented. This is the project. when i open the program a location map needed to be loaded. i need a text box where …

Member Avatar for kinwang2009
0
101
Member Avatar for fourty

I think im about to complete my project.I still dont know how to wind up you know...setup and other exe files. I did this project with the help of friends from daniweb and i appreciate u all for ur help May u be loved.. Thanks in advance

Member Avatar for abu taher
0
81
Member Avatar for problematic:)

hi! well, i'm just a beginner in visual basic and i have this problem in coding the calendar control. I want to reserve the dates and store it on a database. so when there will be another reservation, i can easily know if the date is already taken. I don't …

Member Avatar for PoisonedHeart
0
224
Member Avatar for snurd

My search command is looking for a Part by it's description. The following code works great for an exact match search but I would like a code that will go to the closest match in the recordset. Any help will be appreciated.... Private Sub search_cmd_Click() Dim txtsid As String Dim …

Member Avatar for snurd
0
116
Member Avatar for hinks

hello everyone i need help with a search button for visual basic 6.0 however im getting a run-time error '3077' error Private Sub search_cmd_Click() Dim txtsid As String txtsid = InputBox("Enter The Staff ID In Lowercase", "Staff Search") If txtsid = "" Then Exit Sub If MsgBox("Would You Like To …

Member Avatar for snurd
0
100
Member Avatar for jib

Hello guys Iam having Visual Basics this year Sp can anyone show me an example of a madLib program>So far I have done little on it but my tutor told me to go and other madlibs by dfferent people> So does any have an Idea about mad libs?

1
82
Member Avatar for kjet1

I am trying to create a switchboard button in Access 2007 that will open a password input box as a security for a form. The switchboard button calls a macro which will then invoke a macro to run the following code: [CODE]Public Function Password() Dim stDocName As String Dim stLinkCriteria …

Member Avatar for kjet1
0
163
Member Avatar for maichy

hi all, i am am working on a tax software that computes tax and gives the amount.since different goods have different tax percentages i would like when one customer buys goods with different tax percentage i can use the subtotal button to temporarily hold the tax value as he computes …

Member Avatar for jhai_salvador
0
280
Member Avatar for fakhrealam

solve this problems in visual basic. 1. Write a program that prints the following diamond shape. You may use an output statement that prints a single asterisk (*). Maximize your use of repetition (with nested For/Next structures) and minimize the number of output statements. Print the diamond on the form. …

Member Avatar for jhai_salvador
0
267
Member Avatar for ABShaman

How to get time balance in DTPicker Ex - 2.30 Pm - 4.00 Pm = 2.5 dtpicker1.valuve - dtpicker2.valuve = 2.5 how to write vb6 code for this calculation Please Help me.......

Member Avatar for kevinothkumar
0
107
Member Avatar for gayanthi

Hi. I'm relatively new to VB and I have a question that needs an immediate response.Can anybody help me with this.... Suppose a sequential file contains the information shown below. I need help to write a program to use the file and produce a new list where the teams are …

Member Avatar for codeorder
0
184
Member Avatar for bdell11

I have written a program in VB6 and want to use the Package and Deployment Tool to distribute it. I have four (4) folders with 52 files in each folder. When I get to the "Included Files" section it only lets me add one file at a time. Is there …

Member Avatar for bdell11
0
103
Member Avatar for tgiller

Hello I have a problem with my vba collection object. When I run the code below I get the "out of stack space (error 28)" message. It seems to me that my collection shouldnt take up so much memory as the each object in it is just a set of …

0
103
Member Avatar for awmantonio

I have program in VB.NET 2008 where I want to update the premamt cell value in the tblPrem Access table, where the premno is the maximum (autogenerated as 1,2,3...), but only within a specified set of common numbers in a column (contno) I am currently saving. This contno is from …

Member Avatar for awmantonio
0
110
Member Avatar for chamber8401

I am newbie in Visual Studio 2005 and i just has finished install the VS05 but I can't start new Visual Basic Project. When i go to Menu Project, Add New Item there is no templates Win32 Project. There are just Text File, XML File, Bitmap File, etc. Is there …

Member Avatar for kvprajapati
0
165
Member Avatar for venu.net143

Iam getting the converters from vb.net to c# but iam Not getting from visual basic to c# converters

Member Avatar for Ramy Mahrous
0
140
Member Avatar for Simran Kaur

Hi friends, I am migrating VB6 project to VB.Net. I am stuck with these warnings for which I am unable to find solutions. I would be grateful if I get solutions to atleast some of the below warnings. Warnings: ------------- Need VB.Net equivalent for the below code as they are …

Member Avatar for Simran Kaur
0
2K
Member Avatar for november_pooh

hi... i want to play wav file on my form. ex : media file on windows -> C:\WINDOWS\MEDIA\TADA.WAV how can i do this?? please help me thanks. best regards :)

Member Avatar for l0oky
0
206
Member Avatar for erion04

i don't know how to save listview items into a database i am using vb 2008 and mysql server i have this code but unfortunately my codes aren't working here is my code: Dim conn As SqlConnection conn = New SqlConnection("Data Source=VILLARINO\SQLEXPRESS;Initial Catalog=master;Integrated Security=True") Dim a As Integer If MsgBox("Sure …

0
36
Member Avatar for VasquezPL

Dears, I have a problem - I need to write VBS script which will show me a question: "Please enter string to search" and then to find that string in description filed of all groups in AD (limited to some OUs) basicaly I need it to do sth like [code]dsquery …

0
61
Member Avatar for andrewktmeikle

Hi team, I've written a windows program and it works nicely but its really slow when it retrieves the data from the server. Program Overview: The program allows users to search through a database and add contacts if they want. Some of the fields on the forms fill up depending …

Member Avatar for maj3091
0
133
Member Avatar for Chris.Leah

Hi guys, I am using Visual Studio 2008 and have connected a database correctly as I have done a login that works fine, although when I try to insert information submitted in the text boxes a different table, it doesn't enter after I end program to check it still has …

Member Avatar for maj3091
0
410
Member Avatar for vsraju

IS there a way of generating reports from VB6 ( not through Data Reports & Crystal Reports ) which directly sends to a local printer and printing should be done fast, No matter what ever may be the font.

Member Avatar for astonvic
0
155
Member Avatar for aadebayo

I have currently migrating my applications to Access 2007 ADODB from Access 2000. Most of what I have done now works. I am having a minor problem with one of my forms though. When I save the form, and close it using [CODE] DoCmd.Close acForm, Me.Name[/CODE], the code closes the …

0
70
Member Avatar for Herve

Can you help me to communicate between a 8051 based micro controller and a PC via RS232 ? I built this µC system some years ago; the PC interface is written in Qbasic. Everything was all right untill I switched to Win XP. I'm looking for either a Qbasic version …

Member Avatar for Kevin_160
0
135
Member Avatar for ferkevin04

i have a hard time in connecting my db to my project. cause i want my my cmdSearch_click() connect to my table EmployeeInfo and my cmdTimeIn_click() connect to my table TransactionTable in just 1 form and 1 ms access file.. is that possible?? thanks in advance for answering..

Member Avatar for PoisonedHeart
0
81
Member Avatar for linky1hit

Hi every1 I have 1 problem about read text file Hope every1 help i have 1 text file example :list.txt as 12321 123412 123215 123 1235 Now We read file list and print line by line .Print line 1 after 10 s earse line 1 and print line 2 after …

Member Avatar for Celt.Max
0
165
Member Avatar for Menster

Hi Guys, I'm in the process of developing an ActiveX control which is designed to check the status of an installation and the config of that installation if it is there. I'm 5/6ths of the way there, but in one of my steps, I rely on a 3rd party DLL's …

0
98
Member Avatar for kinvieb

I am planning to write a programme that can manage a contact list and instead of creating a new contact database, i think it is rather good to take advantage of the outlook contact database and the already existing functionnalities of MS outlook. I will then only program additional task …

0
51
Member Avatar for msrd

I'm trying to figure out how to pass a parameter to a report in VB... [URL="http://screencast.com/t/MjBhYjYxOTM"]http://screencast.com/t/MjBhYjYxOTM[/URL] I've looked at the microsoft library on the report viewer class, but it's only slightly better than a boat anchor... does anyone have any other useful tips on how to figure this out?

0
109
Member Avatar for rukonit

Hello i need help about detecting any series items in a list box. suppose two or more series items are "glass01" "glass02" "glass04" "glass03" "glass05" "marvel" "apple" "mango001" "mango002" "mango003" "mango004" "book" "pen" these items are list1 item. the series may be in different string. here two series glass and …

Member Avatar for setherith
0
119
Member Avatar for fourty
Member Avatar for kinwang2009
0
71
Member Avatar for Kingcoder210

How can I delete specific record from mshflexgrid? For example mshflex grid is showing data from monthly_instal table. Now I want to delete record from this table. I have written code to delete record from that table but its deleting record one by one like 1 2 3 4. I …

Member Avatar for abu taher
0
236
Member Avatar for kalyan2642

hello geeks, this is my first post, and my question is... i have some text files from which my app reads and process data, these text files are in hundreds and i am now providing them in a folder, but these should not be accessed by others, how i can …

Member Avatar for the_carpenter
0
153
Member Avatar for rv_mup08

Please i need help what is the missing Code here... THis is like a Simple POS [B]this is the CODE:[/B] Dim total As Double Dim item_price As Double Private Sub cboFruits_Click() Me.txtQuantity.SetFocus End Sub Private Sub cboFruits_DropDown() Me.cmdAdd.Default = True End Sub Private Sub cmdAdd_Click() item_price = 0 With Me.cboFruits …

0
77
Member Avatar for lazylearner

i have an application in which u display first a login window. AFter that a form is displayed. now you can exit the app by clicking the exit command button on the form which in return displays a vbmodal dialog box for confirming the response. NOw i want to display …

Member Avatar for setherith
0
127
Member Avatar for Scottyyboyy1988

i have made a program for work which is a logging tool which is just filled with text boxes and combo boxes I am tryin to link to a access table so the info I put in the logging tool goes straight into the access table even if the table …

Member Avatar for kinwang2009
0
84
Member Avatar for Krs13

Hi In vb i get error 3015 where it says idx(field name) isn't an index in this table. Look in the Indexes Collection of the Tabledef object to determine the valid index names. I have Access97 database and checked that the field i mentioned is indexed(Autonumber). I get error on …

Member Avatar for Krs13
0
453
Member Avatar for ferkevin04

please help me to do with my system. i want my TextEmpID.Text is auto generated evrytime i will add another employee name. Field = "EmployeeID" i'm using ms access as ADODB thanks in advance

Member Avatar for kinwang2009
0
646
Member Avatar for shena

Hi friends, How do i calculate the week number of a year? The week number should be calculated from the first day of a year. For example, this year 1st January 2010 falled on Friday, so week 1 should be calculcated from Friday(01/01/2010) till Thursday (07/01/2010). therefore, given any date, …

Member Avatar for shena
0
5K
Member Avatar for harikumar86

Hi Here i have found macro code to extract URL from hyperlink(anchor tag) in MS Excel. This code is very useful to fetch the particular URL from the hyperlink by single click. No need to view the website to view and copy the URL. First in MS Excel go to …

Member Avatar for Eric Raj
0
160
Member Avatar for sujimon

HI, I want to transfer a text file from local machine to linux server using ftp in Visual Basic 6.0. Can you please share your thoughts on how to acheive this?

0
96

The End.