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
About Me

Love learning new code and trying to crack harder and harder projects.

Favorite Forums
Member Avatar for LukeJWhitworth

Hi, Does anyone know how to have a dropdown appear when typing in a multi line text box? I want it to work in the same way it does in Visual Basic, suggesting what could be inserted based on what the user is typing. Thanks guys, Regards, Luke

Member Avatar for Reverend Jim
0
187
Member Avatar for LukeJWhitworth

Hello, I am looking to return all the usernames and SIDs of users on a computer or network. Has anyone got any idea how to do this? I know I can return the SID of the current user using the code below: System.Security.Principal.WindowsIdentity.GetCurrent().User.ToString Any help with this would be great! …

Member Avatar for Teme64
0
895
Member Avatar for LukeJWhitworth

Hello, I'm working on some job management software and it saves the job information to a file. Assuming that file is specific to the application, a *.ExampleFile so won't conflict with any other files on the computer and won't be used by any other software, how do I get it …

Member Avatar for Reverend Jim
0
117
Member Avatar for LukeJWhitworth

Hello Guys, Simlple problem and I am hoping for a simple solution! My software saves all my randomly generated product keys to a text file. It saves this using the code below. My.Computer.FileSystem.WriteAllText(My.Computer.FileSystem.SpecialDirectories.MyDocuments & "\TempValuesForAKG.txt", PTB.Text, True) That works fine. I then try to use the Print Document control and …

Member Avatar for Santanu.Das
0
669
Member Avatar for LukeJWhitworth

Hello guys, I have an application similar to an on screen keyboard but there's some functionality it's lacking - the ability to write to external software. For example, how could I get the application to write straight to a Microsoft word window or notepad window. Preferably write to the notepad …

Member Avatar for djjeavons
0
158
Member Avatar for LukeJWhitworth

Hello Guys, How would I have a button that when I click skips the calendar forward one month from the selected date? I'm a bit confused as there is no skip option or anything. Regards, Luke

Member Avatar for LukeJWhitworth
0
102
Member Avatar for LukeJWhitworth

Hello, As we know Windows has the feature that allows you to 'snap' windows to half the screen or the full screen. However, I was using some pre installed software (I think it was magnifier?) docked at the bottom of the screen and when I full screened a Window it …

Member Avatar for SalmiSoft
0
115
Member Avatar for LukeJWhitworth

Hello, Can someone please point me in the right direction for using the Digital Persona Fingerprint system, the u.are.u 4500 one. I have imported the following statements; Imports GrFingerXLib Imports Microsoft.VisualBasic But then I don't know where to go from there. All I want to do is scan the fingerprint, …

0
144
Member Avatar for LukeJWhitworth

Hello, I'm new here so sorry if this question isn't worded how they usually are but I can't figure out how to get vb to only display the dates of working days (Monday - Friday). I have got it to calculate days between certain dates (I thought that might get …

Member Avatar for Reverend Jim
0
179