Search results for query: *

  • Users: PMac
  • Order by date
  1. PMac

    Question First time creating a remote app. (Sending keystrokes from game controller app)

    Since this is my first time building a remote app, would something like this be a good start? (I've never made a client/server app before). I know this example i linked is for C#, but i was thinking it may also be usable within VB.NET Or am I going about this wrong? Sorry for all the "stupid"...
  2. PMac

    Question First time creating a remote app. (Sending keystrokes from game controller app)

    I'm not very advanced in .NET, but it's the one language I have any experience in (I used to program a bit in qBasic as a kid:laugh:) What I'm trying to do is build an app that will work as a game controller that will run on my Windows 10 tablet (Non-RT), or basically any other...
  3. PMac

    Question Portable TFT-LCD and CPU to run application?

    The problem with that is, I wouldn't be able to market that as a stand-alone device. Thus the reason I'd like to build one myself. No need for a keypad or anything, just a touch screen display, or possibly just simple navigation buttons
  4. PMac

    Question Portable TFT-LCD and CPU to run application?

    I've been doing some research online with limited results.. What I'm looking for is something similar to http://www.sparkfun.com/products/10089 <--THIS What I need is a small TFT-LCD and onboard processor that's able to run a vb.net application, and able to fit into a small project box. The one...
  5. PMac

    Question RichTextBox Formatting...

    ... Nevermind, it seems I had the answer all along, there was just a conflict in my code that I didn't notice that was preventing me from seeing my results. I've just used "vbCrLf" as a line break, and doubled it up where I wanted a paragraph break. example: richtextbox.text = "Line 1 text" &...
  6. PMac

    Question RichTextBox Formatting...

    I'm wondering if anyone can help me with formatting a RichTextBox. I have a large amount of text to be displayed in it, and I need it to be formatted in a way which makes it easier for the user to read (ie. Paragraphs, line breaks, etc.) Also, I am going to be doing this for a very large amount...
  7. PMac

    Question Adding multiple text files to project

    I'll have to check that stuff out when I've got some more time. Thanks a lot for the help nK0de!
  8. PMac

    Question Adding multiple text files to project

    That does sound like it would be the best route for me, but I'm having a lot of trouble trying to translate the database tutorials I've found into something that will work for my project. Is there anyone that could explain, or point me to a tutorial that would explain how to create and use a...
  9. PMac

    Question Multiple Combobox variables

    In the project I'm working on, the user selects different options from a group of combo boxes, and these selections determine what the program does next. The way I have my project checking what options the user has picked works fine, but is very messy, and requires A LOT of lines of code, since...
  10. PMac

    Question Adding multiple text files to project

    Hi all, I'm new to this forum, but I've been using it for quite some time for help with the project I'm working on. I'm quite new to VB.NET as well, so pardon me if some of my questions seem a little basic.. In the project I'm currently working on, there is a part where the user makes...
Back
Top