User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 373,874 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 4,043 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Showing results 1 to 40 of 53
Search took 0.01 seconds.
Posts Made By: Dell XPS
Forum: VB.NET 11 Days Ago
Replies: 6
Views: 196
Posted By Dell XPS
Re: Hot keys app

Thank you .... that helped a lot...
Forum: VB.NET 12 Days Ago
Replies: 6
Views: 196
Posted By Dell XPS
Re: Hot keys app

can you write an example of the code needed to do this because i dont understand this by reading it in the msdn....

Thank you
Forum: VB.NET 13 Days Ago
Replies: 6
Views: 196
Posted By Dell XPS
Hot keys app

i want to make a hotkeys app ...

i need to detect keystrokes even if the form is not active so that by pressing a button i can launh the calculator.... or games and stuff like that...

any ideas...
Forum: VB.NET 17 Days Ago
Replies: 2
Views: 176
Posted By Dell XPS
Re: Search in .txt

ok thnx...

i will check it and if i have any problems i will tell you :D

anyway thank you for replying
Forum: VB.NET 20 Days Ago
Replies: 2
Views: 176
Posted By Dell XPS
Search in .txt

How can i search in a .txt file wod by word...

I will have a textbox(and a search button) and I need to search for the word entered in the textbox....


and display all the result in the...
Forum: Game Development May 12th, 2008
Replies: 0
Views: 362
Posted By Dell XPS
VRC custom track

Does anyone know what software i need to make my own tracks for the game Virtual RC Racing?

its tracks are in .rct format
Forum: VB.NET May 12th, 2008
Replies: 1
Views: 185
Posted By Dell XPS
Exceptions from nowhere

when i debug a program on my pc it works just fine. When i install my program on another pc i get exceptions during runtime like...

"Cannot convert string ##100## to type decimal" when i try to...
Forum: VB.NET May 9th, 2008
Replies: 4
Views: 253
Posted By Dell XPS
Re: Make program work on other PCs

ok is there any way to include framework in my setup?
Forum: VB.NET May 9th, 2008
Replies: 4
Views: 253
Posted By Dell XPS
Make program work on other PCs

i have Visual Studio 9 , 2008 and have published a program but it doesn't work on PCs that don't have Microsoft .Net Framework 3.5 installed. is there any way to make the program work without having...
Forum: VB.NET May 7th, 2008
Replies: 4
Views: 633
Posted By Dell XPS
Forum: VB.NET May 6th, 2008
Replies: 4
Views: 633
Posted By Dell XPS
Re: Disable user to change tab

yes, but that disables all the controls on the tab control! i just need to disable to change tab...
Forum: VB.NET May 5th, 2008
Replies: 4
Views: 633
Posted By Dell XPS
Disable user to change tab

I need to prevent the user from changing tab in a tab control until it clicks on the "Finish" button on the current tab.

Thats all
Forum: VB.NET Mar 24th, 2008
Replies: 3
Views: 283
Posted By Dell XPS
Re: Pictures from VB to Word

what i need is the code to put the pictures in a word document.... and then print it....

anyway thank you for replying so soon...
Forum: VB.NET Mar 24th, 2008
Replies: 3
Views: 283
Posted By Dell XPS
Pictures from VB to Word

I need your help. I havee the destination path for some pictures stored in a txt file and also have their descriptions stored. What i am trying to do is put the pictures in a word file and add their...
Forum: VB.NET Feb 17th, 2008
Replies: 1
Views: 249
Posted By Dell XPS
Help Game Problem

i made a game that has a player and an AI player.... i use a timer for the ai player to make its moves and the keydown for the human player....

when the player presses a key(e.g A to go left) then...
Forum: VB.NET Feb 2nd, 2008
Replies: 2
Views: 225
Posted By Dell XPS
Re: game problem

ok i have managed to solve this problem by adding that it must be in the same width with the wall.....

BUT my game is supposed to be 2 player but when one player presses a key the other one stops...
Forum: VB.NET Feb 1st, 2008
Replies: 2
Views: 225
Posted By Dell XPS
game problem

i have made walls for my 2d topdown view game by using pictureboxes.... but the player1 must move in the map but when it hits one of the walls it must not pass through.... the .Top .Left .Right...
Forum: VB.NET Jan 30th, 2008
Replies: 0
Views: 483
Posted By Dell XPS
2D shooter game

does anyone how to rotate a picture during runtime in vb2008...???

also i need ideas on how to make the walls and the bullets....!:D
Forum: VB.NET Jan 25th, 2008
Replies: 3
Views: 1,219
Posted By Dell XPS
Help Re: Randomizing numbers

Does this piece of code generate DIFFERENT numbers for each variable?(i need different number for each label...)
can you show an example how to generate for each variable? use variable1, variable2...
Forum: VB.NET Jan 24th, 2008
Replies: 3
Views: 1,219
Posted By Dell XPS
Help Randomizing numbers

i have 20 numbers that i need to randomize to 20 variables.... any ideas

example numbers would be:

1
5
10
20
50
100
Forum: Visual Basic 4 / 5 / 6 Jan 3rd, 2008
Replies: 4
Views: 967
Posted By Dell XPS
Re: Replace txt line

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: 4
Views: 967
Posted By Dell XPS
Help Replace txt line

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: 287
Posted By Dell XPS
Printing progress bar

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: 355
Posted By Dell XPS
Help Save pass in txt

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 it...
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2007
Replies: 5
Views: 478
Posted By Dell XPS
Re: Input price

Ok thank you...

I think I understood
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2007
Replies: 5
Views: 478
Posted By Dell XPS
Re: Input price

or give example of what you mean by:

"MyApp", "MySection",MyKey","MyValue"
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2007
Replies: 5
Views: 478
Posted By Dell XPS
Re: Input price

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...
Forum: Visual Basic 4 / 5 / 6 Dec 7th, 2007
Replies: 5
Views: 478
Posted By Dell XPS
Help Input price

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...

But I...
Forum: VB.NET Dec 5th, 2007
Replies: 0
Views: 658
Posted By Dell XPS
VB 2008 Express help

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 3rd, 2007
Replies: 1
Views: 823
Posted By Dell XPS
VB 2008 Express

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: 256
Posted By Dell XPS
Print seleted check boxes only!

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: 697
Posted By Dell XPS
Re: access report

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: 697
Posted By Dell XPS
Re: access report

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: 697
Posted By Dell XPS
Re: access report

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: 697
Posted By Dell XPS
access report

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
Views: 626
Posted By Dell XPS
Re: SS tabs

ok... can anyone give me the code ? i can't figure it out
Forum: Visual Basic 4 / 5 / 6 Sep 18th, 2007
Replies: 3
Views: 626
Posted By Dell XPS
Help SS tabs

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: 1,587
Posted By Dell XPS
Help Copy Files (Backup)

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: 912
Posted By Dell XPS
Re: Selections in combos

ok thnx,..... il will try that out
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2007
Replies: 17
Views: 912
Posted By Dell XPS
Re: Selections in combos

what code do i have to use to do this?
Showing results 1 to 40 of 53

 
All times are GMT -4. The time now is 3:41 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC