Search:

Type: Posts; User: slashback115

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    782

    VS 2017 Re: Intractable PDF

    Thanks! I will go that route.
  2. Replies
    2
    Views
    782

    VS 2017 [RESOLVED] Intractable PDF

    So I have an app that works perfect. I am trying to expand upon it by adding Quests. How it would work is; I have a PDF that tells a story. Inside the PDF I need links that when pressed would...
  3. Replies
    4
    Views
    928

    VS 2017 Re: Stange Autosizing issue

    Thanks for the help. My friend actually figured it out. Was an issue with the surface/windows settings not the code. Apparently it has issues with DPI auto sizing. To fix it
    1. Find the .exe...
  4. Replies
    4
    Views
    928

    VS 2017 Re: Stange Autosizing issue

    So a little bit of an update here after playing around. The background images and elements only seem to act up on small screens, like a surface. On a large monitor everything is perfect with 0...
  5. Replies
    4
    Views
    928

    VS 2017 [RESOLVED] Stange Autosizing issue

    This is kind of hard to explain so I will do my best and include pics which might make it easier.

    I have a form called "TITLE" with 5 buttons on it, each button opens a new form. Everything works...
  6. Replies
    6
    Views
    1,845

    VS 2017 Re: Rotating Splash Screens

    Oh sweet. Thanks again guys!
  7. Replies
    6
    Views
    1,845

    VS 2017 Re: Rotating Splash Screens

    So I went ahead and gave it a shot, based on your suggestion and got it working. Thanks so much! Here is the code I used. Now I do have 1 more issue pertaining to this. I need the splash form to...
  8. Replies
    6
    Views
    1,845

    VS 2017 Re: Rotating Splash Screens

    Interesting Idea,

    Yea so each splash form has 3 images. A loading bar (gif) main logo and random image. I will see what I can do to get it working the way you suggested. If anyone else has any...
  9. Replies
    6
    Views
    1,845

    VS 2017 [RESOLVED] Rotating Splash Screens

    Good Morning everyone,

    I have 3 splash screens / Forms that I really like and cannot decide between which one. Is there a way to have the app randomize which splash screen pops up? So I load the...
  10. VS 2017 Re: Image inside Textbox/Combobox?

    That is a good idea, I will do that. Was more curious if there was something in properties I was missing. Thanks!
  11. VS 2017 [RESOLVED] Image inside Textbox/Combobox?

    I am wondering if there is a way to put an image inside a text box or combobox, so when a value is not selected you see the image. I know I can do this with text, but I want to use some graphics. ...
  12. VS 2015 Re: 2 Quick question about intro video/pdf

    I am curious how it would work since it is not a resource. How would I store it if someone installed on another machine?
  13. VS 2015 2 Quick question about intro video/pdf

    Long time no talk everyone.

    First question.

    I have an intro video for my application, that is on a timer and it works fine. I am however having an issue making it into an MSI/Installer...
  14. Replies
    3
    Views
    558

    VS 2015 Re: [RESOLVED] New VS 2017 question.

    Makes sense, Thanks!
  15. Replies
    3
    Views
    558

    VS 2015 [RESOLVED] New VS 2017 question.

    I know that the launch party of the new VS 2017 comes out next week. My question is, if I download the 2017 RC, will it just become the whole version or would I have to reinstall all of it again? I...
  16. VS 2015 Re: I have a confusing show image question

    Man you are good lol. Yea I capitalized the wrong Letter >.< It works now.

    Thanks again gents!
  17. Replies
    6
    Views
    1,583

    VS 2015 Re: Custom Cursor Question

    Thank you for the constructive feedback, after reading your comments I got it working. I ended up using a Public Sub New() and it worked like a charm.

    I will mark thread as resolved. Thanks...
  18. VS 2015 Re: I have a confusing show image question

    Thanks for explaining as you go, I like to learn and this is very helpful. So we now have just 2 simple lines and I went back to String.


    Dim resourceName As String = "Monster_Page_" &...
  19. VS 2015 Re: I have a confusing show image question

    Thank you for the info The_Geek. You nailed it on the head of what I want to do. Thanks for the clarity! :thumb:

    So this is the code I am now using.


    Private Sub Toggleimage_Click(sender As...
  20. VS 2015 [RESOLVED] I have a confusing show image question

    What I am trying to do is hard to explain and also too complicated to google. I will do my best so please bear with me.

    I have a textbox (monsterpage.text) it gets it's value from a dataset. When...
  21. Replies
    6
    Views
    1,583

    VS 2015 Re: Custom Cursor Question

    Thanks again for the reply and time.

    So I did this on the textbox.


    Private Sub mhpt_TextChanged(sender As Object, e As EventArgs) Handles mhpt.TextChanged
    ' Initializes the Component...
  22. Replies
    6
    Views
    1,583

    VS 2015 Re: Custom Cursor Question

    Right, which is the problem. If I try to change it on the individual textbox I get the error 'Error: property default cursor is Read Only'
  23. Replies
    6
    Views
    1,583

    VS 2015 [RESOLVED] Custom Cursor Question

    I have created a custom cursor .cur file and uploaded it into resources. I then used the following code to display the cursor in my app. It works great! However there is an annoying (probably...
  24. VS 2015 Re: Randomize Grabbing Null Values

    Thanks for the reply, I got it working. For some reason rows 71-500 all had a space in them, once I removed that it started working fine. I will make sure to randomize on load thanks.
  25. VS 2015 [RESOLVED] Randomize Grabbing Null Values

    Originally I had 40 rows in a Dataset. I recently added 30 rows. After adding them I keep getting Null errors. I did a trace-point and found that it is randomizing past the 70, Such as line 73 or...
  26. Replies
    5
    Views
    1,532

    VS 2015 Re: PDF import and viewing question

    And if I make is as individual images, (Over 800 pages) I would have 800 images. Hopefully it won't be slow and take up tons of space. I will investigate. Thanks.
  27. Replies
    5
    Views
    1,532

    VS 2015 Re: PDF import and viewing question

    Thanks for the reply, but that is to extract text. I need to extract the entire page in its entirety. Images, layouts and all.
  28. Replies
    5
    Views
    1,532

    VS 2015 PDF import and viewing question

    Hi again everyone,

    I have a list of monsters that pulls data from a dataset which references a PDF with 200 pages. What I would like to do, is when you select the monster, have a checkbox that...
  29. Re: Uploading and Downloading an Excel Sheet from Webserver

    Are you trying to upload it into a Datatable?
  30. Replies
    2
    Views
    853

    VS 2015 VS 2017 Update, Anyone try it yet?

    Has anyone started using VS 2017 (Community Edition) yet? Thoughts on it in comparison to 2015? Is it even worth the download? Just curious to hear from the Pros in here.
  31. VS 2015 Re: Sorting Text boxes on Form based on Value.

    So I have been reading up on Arrays and searching the inter-webs for a solution and and still coming up dry. :( It looks like you need to declare an Array, but all my values are random rolls and...
  32. VS 2015 Re: Sorting Text boxes on Form based on Value.

    Also if it helps clarify monsterworkbench.com is the app if you wanted to see it actually function. (In its current state)
  33. VS 2015 Re: Sorting Text boxes on Form based on Value.

    I will play around and see what I can come up with based on your suggestions. Will post once I figure it out. Thanks again.
  34. VS 2015 Re: Sorting Text boxes on Form based on Value.

    Thank you again for taking the time.

    So that would be an issue, let me clarify what exactly I am trying to do.

    There are 1,000 + Monsters. Each of them has a static modifier from a random...
  35. VS 2015 Re: Sorting Text boxes on Form based on Value.

    So here is what I have. I am a little lost on what to put in place of the .text


    Public Class Monster
    Implements IComparable(Of Monster)
    Public Property name As String
    ...
  36. VS 2015 Re: Sorting Text boxes on Form based on Value.

    Thanks for this Shaggy, I will give it a shot and report back.
  37. VS 2015 Re: Sorting Text boxes on Form based on Value.

    I have been playing around trying to figure this out and tried an Array. (New to Arrays) I am not getting an error but it also does not do anything. Here is what I tried.


    Private...
  38. VS 2015 Sorting Text boxes on Form based on Value.

    I have a button, what I need it to do is sort all the text boxes based on the Value input. For example.

    143993

    Based on this, I need the button to sort the Init Value from Highest to lowest. ...
  39. VS 2015 Re: Clear Text box After Submit Issue. (I feel dumb)

    I got it working. Something was locked up on the ACCDB file. I manually opened it to clear contents and everything started working.
  40. VS 2015 Re: Clear Text box After Submit Issue. (I feel dumb)

    I set it to 99

    1st break value = 99
    2nd break value = {Text = Cannot evaluate expression because a native frame is on the top of the call stack.}
Results 1 to 40 of 96
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width