Search Results

Showing results 1 to 32 of 32
Search took 0.01 seconds.
Search: Posts Made By: Dell XPS ; Forum: Visual Basic 4 / 5 / 6 and child forums
Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2008
Replies: 5
Views: 2,814
Posted By Dell XPS
thank you for the quick response... I have understood well the step but because it is the first time i am doing this i need some help with copying entries to remain same... edit the entry and the...
Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2008
Replies: 5
Views: 2,814
Posted By Dell XPS
I have made a program that you can add your contacts but i need to get a way to edit the persons details....
The details are kept in a txt file(because i don't know how to make this using a db)
I...
Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2008
Replies: 1
Views: 658
Posted By Dell XPS
does anyone know how can I make a progress bar showing the percentage of print job completed...??? i want to use is this to prevent the user from making any changes on the form until it is printed...
Forum: Visual Basic 4 / 5 / 6 Dec 9th, 2007
Replies: 2
Views: 1,007
Posted By Dell XPS
I have made a program and published it using vb 2008... this program saves various values in a txt file.... but when i open the folder where the program is installed there is no txt file....

Sois...
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2007
Replies: 5
Solved: Input price
Views: 1,114
Posted By Dell XPS
Ok thank you...

I think I understood
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2007
Replies: 5
Solved: Input price
Views: 1,114
Posted By Dell XPS
or give example of what you mean by:

"MyApp", "MySection",MyKey","MyValue"
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2007
Replies: 5
Solved: Input price
Views: 1,114
Posted By Dell XPS
The simplest way to save data without much overhead is to use the registry.
Use the following:

SaveSetting "MyApp", "MySection", "MyKey", "MyValue"


Use GetSetting to retrieve the data....
Forum: Visual Basic 4 / 5 / 6 Dec 7th, 2007
Replies: 5
Solved: Input price
Views: 1,114
Posted By Dell XPS
I am doing this program that has listboxes and 2 combos
Listbox 1: 1-3 Persons
Listbox2: 4-7 Persons
Combo1: 8-20
Combo2: 21-50


When I click on a number of persons the price is displayed......
Forum: Visual Basic 4 / 5 / 6 Dec 3rd, 2007
Replies: 1
Views: 1,222
Posted By Dell XPS
Ok I have just downloaded the VB 2008 Express Edition and need a BIT of help on how to print a form and how to store the values of the check boxes on END and load them on LOAD of form!!


Thank...
Forum: Visual Basic 4 / 5 / 6 Dec 2nd, 2007
Replies: 0
Views: 539
Posted By Dell XPS
Ok my program is about car spare parts of a spcific car! Next to each part I have a check box that when it is ticked it indicates that the part needs replacement! Is there a way to print only the...
Forum: Visual Basic 4 / 5 / 6 Oct 18th, 2007
Replies: 6
Views: 1,063
Posted By Dell XPS
Now that i have managed to do these things I need a way to input the quantity and the discount(if any) for each product on my invoice.....
Forum: Visual Basic 4 / 5 / 6 Oct 18th, 2007
Replies: 6
Views: 1,063
Posted By Dell XPS
ok i have managed to do that by using a subreport, in my invopice report, based on my customer query....
Forum: Visual Basic 4 / 5 / 6 Oct 17th, 2007
Replies: 6
Views: 1,063
Posted By Dell XPS
ok i have managed to do that by using VB coding to create a mulptiple value parameter query! Now I need to display and the name of the customer buying the products but access does not let me use 2...
Forum: Visual Basic 4 / 5 / 6 Oct 13th, 2007
Replies: 6
Views: 1,063
Posted By Dell XPS
ok, i need a way to make an invoice. i have a products table with the number the name and the price of all my products and need to add only the products I want on the report, not all of them but...
Forum: Visual Basic 4 / 5 / 6 Sep 19th, 2007
Replies: 3
Solved: SS tabs
Views: 1,011
Posted By Dell XPS
ok... can anyone give me the code ? i can't figure it out
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2007
Replies: 3
Solved: SS tabs
Views: 1,011
Posted By Dell XPS
I have an SSTab in my project.
I want after I click a command button in Tab 1(now i am in tab1 of the ss tab) to be taken to tab2!

Thank you
Any help appreciated
Forum: Visual Basic 4 / 5 / 6 Sep 17th, 2007
Replies: 0
Views: 2,942
Posted By Dell XPS
I am making a backup program and I dont know the code for copying a specified folder from a source to a specified destination...... the picture attached shows how i made how to select source .......
Forum: Visual Basic 4 / 5 / 6 Sep 17th, 2007
Replies: 17
Views: 1,628
Posted By Dell XPS
ok thnx,..... il will try that out
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2007
Replies: 17
Views: 1,628
Posted By Dell XPS
what code do i have to use to do this?
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2007
Replies: 17
Views: 1,628
Posted By Dell XPS
i'm sorry to say this but i can't understand anything.... i am self taught using online tutorials only....
Forum: Visual Basic 4 / 5 / 6 Sep 15th, 2007
Replies: 17
Views: 1,628
Posted By Dell XPS
if i only knew how to do it..
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2007
Replies: 17
Views: 1,628
Posted By Dell XPS
think so...
thnx
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2007
Replies: 20
Views: 8,548
Posted By Dell XPS
The code u need:


Private Sub Command1_Click()
Randomize

Label1.Caption = Str(Int(Rnd * 49) + 1)
Label2.Caption = Str(Int(Rnd * 49) + 1)
Label3.Caption = Str(Int(Rnd * 49) + 1)...
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2007
Replies: 5
Views: 3,632
Posted By Dell XPS
sorry wrong post
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2007
Replies: 17
Views: 1,628
Posted By Dell XPS
is there a code that to the computer means the following?

if combo1 = ferrari then disable carrera in combo2
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2007
Replies: 17
Views: 1,628
Posted By Dell XPS
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2007
Replies: 17
Views: 1,628
Posted By Dell XPS
is there a tutorial explaining this?
Forum: Visual Basic 4 / 5 / 6 Sep 14th, 2007
Replies: 17
Views: 1,628
Posted By Dell XPS
I have made some(10) combo boxes in my project!!! i need to make them depend the one on the other... i mean if the first combobox is a car brand (e.g Ferrari) then the second combobox must only...
Forum: Visual Basic 4 / 5 / 6 Sep 9th, 2007
Replies: 7
Views: 861
Posted By Dell XPS
ok thnx
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2007
Replies: 7
Views: 861
Posted By Dell XPS
this is not my home work!!! i just want to learn VB and had the chance to only go to lessons for less than a month!
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2007
Replies: 7
Views: 861
Posted By Dell XPS
whats SQL? thanks..... if you could send me a project like this in a folder of this so i could see how you used the codes i would appreciate it even more....
Forum: Visual Basic 4 / 5 / 6 Sep 8th, 2007
Replies: 7
Views: 861
Posted By Dell XPS
i want to make a program that you can add some product details later in and you can then type the product code of a product and it is added to a report that you can print as a receipt to a customer...
Showing results 1 to 32 of 32

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC