Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
4
Posts with Upvotes
2
Upvoting Members
4
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~878 People Reached
Favorite Tags
Member Avatar for C_Oleyers

Heres an example since A is a square matrix while B and C is not. The program on my head is a row and a colum counter then if the row and colum is equal to eachother then the system will print out that the A matrix is a square …

Member Avatar for JamesCherrill
0
34
Member Avatar for C_Oleyers

Is their a program in which it will determine if a letter in a textbox is uppercase? This program is for Password checker as it will only be granted if the first letter is uppercase. ![Annotation_2020-08-05_120208.png](https://static.daniweb.com/attachments/4/3cfd7918ee048298773e5dfbb71a3c64.png) char[] v = Password.Text.ToCharArray(); //i want to check the first letter if its uppercase …

Member Avatar for pritaeas
0
59
Member Avatar for C_Oleyers

So im actually creating a fastfood menu in which save how many times a button been clicked as a variable. So I can multiply it to its value. For example if i click btnChicken a variable will count how many btnChicken been clicked then it will multplied on the amount …

Member Avatar for Mike_74
3
437
Member Avatar for C_Oleyers

Need help in getting the value inputed in the text box to work for if-else. I also program that the textbox will only alow numeric characters. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace OrderingSystem { public partial class …

Member Avatar for tinstaafl
0
240
Member Avatar for C_Oleyers

I need a program that takes my btnChicken_Click event (when being clicked) and save it as a variable. I know my programs trash but really need it. using System; using System.Collections.Generic; using System.ComponentModel; using System.Data; using System.Drawing; using System.Linq; using System.Text; using System.Threading.Tasks; using System.Windows.Forms; namespace Fatfood { public partial …

Member Avatar for tinstaafl
0
81
Member Avatar for C_Oleyers

The thing is creating a game is hard to pursue if you live in an Asian family not being racist but im one of them having my elderly taunting me that you cannot earn money on some stupid game have a real job like law or do medical school.

Member Avatar for rproffitt
0
27