Search found 24 matches
- by Mr.Wilson
- Tue Jul 08, 2014 2:45 am
- Forum: Coding Help & Support
- Topic: move through hdd files one at a time
- Replies: 2
- Views: 1531
Hi all, I am trying to cycle through the directories, sub directories and files on a hard drive one at a time
and list them in a label just as an antivirus program might. I can list the contents of "My Documents" folder or some unprotected random folder of choosing but run into security when trying ...
and list them in a label just as an antivirus program might. I can list the contents of "My Documents" folder or some unprotected random folder of choosing but run into security when trying ...
- by Mr.Wilson
- Sat Jan 18, 2014 9:29 am
- Forum: Misc
- Topic: Assembly language - gui interface help
- Replies: 4
- Views: 4724
Hello,
I am currently attempting to familiarize myself with assembly, however, I am having much difficulty locating adequate examples explaining the ins and outs of this language as pertaining to "Windows app development". I am interested in the basics such as how to show/hide a "picture-box" using ...
I am currently attempting to familiarize myself with assembly, however, I am having much difficulty locating adequate examples explaining the ins and outs of this language as pertaining to "Windows app development". I am interested in the basics such as how to show/hide a "picture-box" using ...
- by Mr.Wilson
- Fri May 24, 2013 6:35 am
- Forum: General coding help
- Topic: Help with Comparing Strings in Windows form app
- Replies: 5
- Views: 5177
Yet again mandai, your advice is golden and works like a charm.
I changed the code from above to the following
if ((txtInput->Text->Trim()) == lblOutput->Text)
{
txtInput->Text = (" ");
lblOutput->Text = (" ");
fileNum += 1;
String^ line = IO::File::ReadAllText("Lesson" + fileNum ...
I changed the code from above to the following
if ((txtInput->Text->Trim()) == lblOutput->Text)
{
txtInput->Text = (" ");
lblOutput->Text = (" ");
fileNum += 1;
String^ line = IO::File::ReadAllText("Lesson" + fileNum ...
- by Mr.Wilson
- Thu May 23, 2013 7:51 am
- Forum: General coding help
- Topic: Help with Comparing Strings in Windows form app
- Replies: 5
- Views: 5177
I am having some difficulty with C++ Windows Form Apps in Visual Studio Express 2010.
I am trying to compare two strings, one being read in into a label object and the second being keyed in buy the user.
When comparing these strings, a random space will appear at the end of the textbox causing the ...
I am trying to compare two strings, one being read in into a label object and the second being keyed in buy the user.
When comparing these strings, a random space will appear at the end of the textbox causing the ...
- by Mr.Wilson
- Thu Mar 14, 2013 1:37 am
- Forum: General coding help
- Topic: Help with Comparing Strings in Windows form app
- Replies: 5
- Views: 5177
Thank You for your suggestions. The code you suggested worked perfectly. I tried to rep you but site said I needed to spread points around first, so I'm guessing we've talked before. I can't rep you but thanks anyway.
I'll leave this topic open for a few days "just in case" But consider it solved.
I'll leave this topic open for a few days "just in case" But consider it solved.
- by Mr.Wilson
- Tue Mar 12, 2013 1:33 am
- Forum: General coding help
- Topic: Help with Comparing Strings in Windows form app
- Replies: 5
- Views: 5177
I am trying to compare two strings in Windows Form App and I am having lots of difficulty.
Step 1
I want the program to read in a line of text into a label.
Step 2
Program should focus on textbox and wait for user to input
Step 3
Once form accept button (Enter in this case) has been pressed program ...
Step 1
I want the program to read in a line of text into a label.
Step 2
Program should focus on textbox and wait for user to input
Step 3
Once form accept button (Enter in this case) has been pressed program ...
I am a college student majoring in programming and I have had the java class.
I am currently working on this project and am seeking help with the user interface. I plan to have the programs GUI represent that of a log page however after planning and research I am still unsure how to begin to get ...
I am currently working on this project and am seeking help with the user interface. I plan to have the programs GUI represent that of a log page however after planning and research I am still unsure how to begin to get ...
I am trying to learn the Java language and in doing so I am trying to design a "Truck Drivers Log Book."
I have a comprehensive book on Java but it says nothing about charting.
I am trying to design the interface to have a time line chart with four "rows" .
One of coarse for each of the duty ...
I have a comprehensive book on Java but it says nothing about charting.
I am trying to design the interface to have a time line chart with four "rows" .
One of coarse for each of the duty ...
- by Mr.Wilson
- Wed May 16, 2012 5:42 am
- Forum: Coding Help & Support
- Topic: MsgBox Help
- Replies: 5
- Views: 1832
I am trying to use MsgBox to display a message with yes no boxes and then use the results from the user to decide the next action. I am having troubles left and right. 1st Option Strict is having fits about conversions and if i turn off option strict the program executes but the"No" Button doesn't ...
- by Mr.Wilson
- Mon Nov 21, 2011 2:47 pm
- Forum: Coding Help & Support
- Topic: ! Help ! How to save user setting on program exit
- Replies: 6
- Views: 1991
! Solved ! There might be other ways to do this but this is how I did it. before I close this topic i would like someone to check it so as not to post poor info.
Public Class Form1
Dim chBox1Settings As New My.MySettings
Dim chBox2Settings As New My.MySettings
Dim chBox3Settings As New My ...
Public Class Form1
Dim chBox1Settings As New My.MySettings
Dim chBox2Settings As New My.MySettings
Dim chBox3Settings As New My ...
Copyright Information
Copyright © Codenstuff.com 2020 - 2023