Forum: VB.NET 11 Days Ago |
| Replies: 6 Views: 196 |
Forum: VB.NET 12 Days Ago |
| Replies: 6 Views: 196 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 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 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 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 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 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 |
Forum: VB.NET May 9th, 2008 |
| Replies: 4 Views: 253 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 |
Forum: VB.NET May 6th, 2008 |
| Replies: 4 Views: 633 |
Forum: VB.NET May 5th, 2008 |
| Replies: 4 Views: 633 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 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 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 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 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 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 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 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 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 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 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 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 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 |
Forum: Visual Basic 4 / 5 / 6 Dec 8th, 2007 |
| Replies: 5 Views: 478 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 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 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 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 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 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 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 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 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 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 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 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 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 |
Forum: Visual Basic 4 / 5 / 6 Sep 16th, 2007 |
| Replies: 17 Views: 912 |