Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Tags
Member Avatar for Rabastan

I have a custom control set up like this [code] Public Class ctrlAddSitesMenu 'Declares Buttons for Opening Websites Dim OpenTraker As New Button Dim OpenDynamics As New Button Dim OpenInetPortal As New Button Dim OpenFrontPortal As New Button Dim OpenLoopcare As New Button Dim OpenViryNet As New Button Dim OpenSmpl …

Member Avatar for xrjf
0
315
Member Avatar for Rabastan

I have a form that requires several Comboboxes and TextBoxes when I tried it on one box it works: Public Class frmStart 'Code for Combobox Borders Public Sub New() ' This call is required by the designer. InitializeComponent() ' Add any initialization after the InitializeComponent() call. AddHandler Me.Paint, AddressOf DrawComboBlueBorder …

Member Avatar for xrjf
0
244
Member Avatar for Rabastan

OK so I have a form with Navigation Buttons that open various webpages in browsers in a tab control. In order to clean up my code I would like to write a class for both the Buttons and the browsers. I have ZERO Idea as to where to start. Here …

Member Avatar for rproffitt
0
267
Member Avatar for Rabastan

I have a form which has in which data is entered in both Textboxes and Checkboxes, when the "Copy" button is clicked all the fields are copied to be pasted elsewhere. I am trying to convert the Checkboxes to Yes or No When Pasted. Private Sub btnCopyNotes_Click(sender As Object, e …

Member Avatar for Reverend Jim
0
260
Member Avatar for Rabastan

After a lot of research I have figured out (sort of) How to get and then set then screen saver time out using VB.Net. What I have doesn't seem to be working. I have managed to figure out that what I have done is VB6 code and not VB.Net. I …

Member Avatar for cgeier
0
1K
Member Avatar for Rabastan

I need my program To detect the resolution of multiple monitors on a system. I have figured out to get the resolution of one monitor. Public Function ScreenResolution() As String Dim resX As Integer = Screen.PrimaryScreen.Bounds.Width Dim rexY As Integer = Screen.PrimaryScreen.Bounds.Height Return resX & " X " & resY …

Member Avatar for Rabastan
0
151
Member Avatar for Rabastan

I have a form with nothing but a combobox and go button. The combobox is populated by the "Name" field in the table. What I want to do, is populate text fields on a new form with the rest of the information in the table, based on what selected in …

Member Avatar for Begginnerdev
0
167