Search results for query: *

  • Users: marksquall
  • Content: Threads
  • Order by date
  1. M

    How to display records in a GridView?

    Dearest VB.NetForum members: Hello, and a pleasant day to all. I am currently learning ASP .NET with Database connection (using MS Access) and I wonder how to display the content of MSAccess database table in the webpage if the column stores the directory path of the image. Here are the...
  2. M

    How to create label programmatically but depends on DataSet count?

    Dear members and administrators, Hello guys. I hope you're all in good condition. I have this little game program that has a high-score form that will display high score (top 5) coming from my Access file. The result will be passed to a DataSet object named dsHighScore. But I wonder, how...
  3. M

    Simple sprite movement help pretty please?

    Dear members and administrators, Hello, and a pleasant day. I am new to such animations in VB .NET, I just want to ask how to animate this pictures of 1 character with 16 different angles/position? They say it's a sprite, but one thing I have an idea on how I could animate this is to slice it...
  4. M

    Typing Tutorial Game on Windows Form.

    Dear members and administrators, Hello and a pleasant day. I am working with simple typing game and I had a tutorial section on this game. I have a String object like the one given below and show the content of the String in a Label: Dim message As String ="welcome to this typing game"...
  5. M

    Other Crystal Report related files (.dll) needed for my installer? Please help.

    Dearest members, Hello and a pleasant day to every one, I hope every one is in good condition upon reading this thread. I've created a very simple arithmetic program and the result will be printed in a Crystal Report (for educational purposes only) then I tried to create an installer and...
  6. M

    A menu similar to XP's MY COMPUTER->left menu? Is that control exists in .NET? Help.

    A menu similar to XP's MY COMPUTER->left menu? Is that control exists in .NET? Help. Hello guys, For those who are still using Windows XP (like me), I am just curious about this control that when you click the title (the title is a link text)...the sub menu pulls up (gradual animation) and...
  7. M

    How to get selected records from a DataGridView to a DataTable?

    Hello guys, I hope everyone is in good health upon reading this forum. I am creating my own search engine in VB .NET (2010) for my database of Marvel Superheroes (I am using SQL Server 2008), searching for names, powers, etc. Though still on improving, the search is working fine on names and...
  8. M

    Many TextBoxes but uses the same events? Please help.

    Dear administrators and members, Hello everyone, a plesant day.:welcoming: I got this code somewhere on the Internet by accident. The code automatically creates ten (10) textboxes on run time upon loading the form. Private Sub Main_Load(ByVal sender As System.Object, ByVal e As...
  9. M

    How to get the text of sub menus in MenuStrip? Please help.

    Dear members and administrators, Hello, A greeting of peace. It is been quite difficult to "translate" my VB6 codes to VB .NET, but I am always trying my best. But now, I am having trouble in getting the string of sub menus in a MenuStrip, which is very easy in VB 6.0's Menu Editor. Assume...
  10. M

    Question Why type conversion not needed? Please provide information.

    Dear vbdotnetforums.com administrators and members, A greeting of peace. I hope everyone is in good health upon reading this forum. I am just a little shocked with this VB .NET console application I just wrote: Module MyModule Sub Main() Dim num As Integer Dim square As Integer...
  11. M

    How to disable numeric characters?

    Dear Visual Basic .NET Forums administrators and members, A greeting of peace. I hope everyone is doing fine upon reading this forum. Well, it's really my first time to try Visual Basic .NET, then I realized that not all my previous experience with VB6 will work smoothly in VB.NET. I am...
Back
Top