No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
10 Posted Topics
Re: Any game can be made with any language including VB.NET, The choice of language can only be due to target platform. I've witten games in vb my first being tic-tac-toe where i actually wrote codes for artificial intelligence to enable human play with the computer. | |
Re: just make the seatchtype variable public i.e. <code>Public searchtype As Integer</code>, read more on varaible scopes to understand why. | |
Re: The best i've seen so far is rapid php by karlis blumentals, the most important feature of this app is that it has syntax validation (ideal for debugging). | |
Re: Everything's alright except that u failed to use the dataadapter class found in the OleDb Class library, also, for ur database query functions to work, you have to initialize a command builder class which is also found in the class library mentioned above, initialize it with this statement - private … | |
Re: You can move a copy of ur .exe in code to d startup folder of the current user if not there with this code- My.Computer.FileSystem.MoveFile(current .exe path,new .exe path-["C:\Documents And Settings\" & Environment.User & "\Startup\program.exe"]. This works on windows xp cos this is the path to the startup folder as … | |
Re: Put the code in _textchanged event | |
Please i've got problems reading from a recordstore(does not return any results when it reads any index beyond d deleted index) after calling the delete method with a specified index. Can anyone help? | |
Re: Try using a normal time table format, d images don't really make sense, even though u still want to go a ahead with ur design according to the image. I'd advise u to still create a normal time-table format in memory nd then translate it to the format depicted by … |
The End.