Posts by rafaelbertoco • 15 points
6 posts
-
0
votes0
answers33
viewsQ: Return Day of Week as per date
Good afternoon. I need to do in vba the following function. With the Date function, I can catch the current day, and with that day, I always want to get the date of Thursday, that week. Example: the…
dateasked rafaelbertoco 15 -
0
votes1
answer904
viewsQ: Program in C where you have to remove a student from a vector
I have to make a college program that remove a student from a vector, that when I run the code below, it excludes the student but leaves a special character in the code, can help me? //Remover o…
casked rafaelbertoco 15 -
0
votes1
answer894
viewsA: Change Tabpage title color
In the Event below, include the following code. private void TAB_DrawItem(object sender, DrawItemEventArgs e) { TabPage CurrentTab = TAB.TabPages[e.Index]; Rectangle ItemRect =…
-
0
votes1
answer894
viewsQ: Change Tabpage title color
Does anyone know how to change the color of the title Tabpage in C#? Not full page text color, only page title color (from Tab).
-
1
votes1
answer236
viewsQ: Compare Crystal report text
Good afternoon. I would like to know how to assemble a formula in the Crystal report so that you see, if in the text the word "QTDA", if it exists it signals the whole cell with the color red, if it…
c#asked rafaelbertoco 15 -
0
votes2
answers3813
viewsQ: How to change the border color of a Groupbox
How to change the border color of a Group-box? Because I need to put a very light background color...there the edge of the Group-box q I have almost do not appear because they are a very light gray…