Search results for query: *

  • Users: TALSOFT
  • Content: Threads
  • Order by date
  1. TALSOFT

    Whats wrong with my Picturebox set on a timer

    So I want this picture box to grow when the user clicks on it, to the size of the screen. Because at first it appears to be a button, when clicked it grows the size of lets just say Form1 (which is full screen, and for the sake of conversation lets say 1024 X 768 for simplicity). Here is the...
  2. TALSOFT

    Anchor and Docking Madness

    While I am not a novice in certain areas of VB.NET, I have to admit I feel a bit n00bish from time to time, especially since I have no formalized education (all self taught) My current issue is based with my latest feature I am working on for my software suite SpeakSoft Xavier's SpeakSoft |...
  3. TALSOFT

    Export a DLL file from project

    I have a windows form that is part of the project called play.vb I want to export it as a DLL file which the application when compiled can load because I plan on updating this individual file later how do I go about doing this
  4. TALSOFT

    Any Idea why this keeps freezing?

    Public Class Colors Dim cs As Integer = 1 Dim LastPick As Integer = 0 Public Function ScreenX() As Integer Dim X As Integer = Screen.PrimaryScreen.Bounds.Width Return X End Function Public Function ScreenY() As Integer Dim Y As Integer =...
  5. TALSOFT

    How to get an image from my.resources by string name

    So I am wondering what I am doing wrong here I am trying to load a GIF file by its string name from my.resources as what GIF to show is chosen at random and based off that random number we get a valid string name. The names come out proper because I used the Msgbox trick Here is my faulty...
  6. TALSOFT

    Will there ever be a free ide like Vb.net for android development?

    Or could we code one in VB.NET?
  7. TALSOFT

    Is Having a library save an Applications my.mysettings possible?

    Sorry to ask such a technical question on my first post when I should be introducing myself. I am developing a universal serial number algorithm, for all the applications I develop and it's within a library (because I want to use the library for all my apps I make) So here is what I have...
Back
Top