4,439 Posted Topics
Re: Google is your friend. For example I googled** insert text in picturebox vb.net** and got about half a miljion hits. | |
Re: Help us first, show us your code. | |
Re: >you even didn't know how many quations i shared in that JPEG file @ Abottonion : By "quations", do you mean questions? Where is you JPEG file? | |
Re: First, if you got an answer to your question, you should mark it as solved. Second, no sure what you are trying to achieve here. Guess you are using Visual Studio. It has a most wonderful debugger. Debug.Print etc. is very 'old style', just set breakpoints in your code and … | |
Re: And what is your code for loading the file? "Not having any luck" tells us very little. Do you get errors, explain what's happening. Please specify. | |
![]() | Re: Start by making a functional analysis of the problem at hand. |
Re: Don't know why you want to do that. You would have to write more code with a `foreach` and `if` statement. | |
Re: Perhaps you could have a look [here](https://stackoverflow.com/questions/5957984/how-to-add-text-to-icon-in-c) | |
| |
Windows 10 has a nice date and time display in his taskbar, it is becoming more difficult for me to see , unless I open it. Becoming older and older my eyes are not that ‘fresh’ as they used to be, so I decided to make a bigger time display … | |
Re: You could try to set the DoubleBuffered property of the form to true. | |
Re: Happy holidays to you all. And especially to Alan, who started this. Happy birthday Jim, hé, you're a year younger than me! | |
Re: Could you elaborate on pop up window? Do you mean a message box a dialog window or something else? | |
Re: `#include<conio.h>` Obviously Turbo C++ is used. Some countries still use it, and use older computer equipment. By lack of educational budget? I don't know, But it's better than nothing I guess. | |
Re: Google is like the old Greek oracle of Delphi. Hmm, wonder where **Oracle** got its name from... If you wonder how many toes a hippopotamus has, just type: "How many toes does a hippopotamus have?" And just by the mere wonders of the internet, several links to answers will pop … | |
Re: This is typically something for a `for loop`. Loop from 4 to 8. | |
Re: Your function `displayleachvowel` has no return statement. | |
Re: Do you know what chi square is? Do you know what the computer language c is? If the answer to both questions is yes, why not show us what you already have coded and the problems you are having with that. We are here to help. | |
Re: I can't see anywhere where you make your variable `loggedIn` true. | |
Yes, WPF. The learning curve is steep, but what amazing things you can do with it! Look at this hexagon window for instance. Serves no purpose in a business environment I guess, but in a gaming situation it could work. For me, it was just fun to get this up … | |
Re: A char can only hold one character 'B+' are two chars, so use `string` instead. | |
Re: Use a temporary variable to store the last element of the array. Why not call it `temp`? Do your shift to the right. Assign `temp` to the first element of your array. | |
Re: Use the sender object and eventually the 'as' keyword. Sender is the object(textbox in your case) that generated the event. private void textBox_KeyPress(object sender, KeyPressEventArgs e) { TextBox Txb = sender as TextBox; etc. | |
Re: *Not to be working...* WHAT is not working? Error codes, your program blew up etc. Tell us. | |
Re: Why not focus solely on newbies? Not the homework solver seeking kind, but the kind that says I'm new on php or python or whatever and I have this or that issue, here is my code. I have the idea, newbies get overwhelmed by the kind of questions they see … | |
Re: Could you not just use teh XMLWriter class? [Example](http://csharp.net-tutorials.com/xml/writing-xml-with-the-xmlwriter-class/) | |
| |
Re: Why not have an array of a class, consisting of a name and 3 quizzes? | |
Re: Looks your in need for something like [this](https://docs.microsoft.com/en-us/dotnet/csharp/programming-guide/file-system/how-to-iterate-through-a-directory-tree). | |
Re: ...that with statistics you can prove almost everything. ![]() | |
Re: On wich line did this error occur? Is your DGV initialized? | |
Re: Know very little about R. But I guess you have a for loop with prime going from 0 to 50 and want to test if val is prime, correct? | |
Re: Depends on what you already know about programming and how much time and effort you want to throw in. ![]() | |
Re: Could [this](https://www.dotnetperls.com/async) help? | |
Re: On the other hand, if they would all follow a course in Oxford English pronunciation... It would sound weird in Scotland, Australia, Texas, Canada etc. And then again, how would you pronounce the "j" in rioja (a Spanish wine)? Well like the "ch" in chemical, so you say roicha. Other … | |
Re: Seems to me you are already using many functions (main, printf...) [Read here](https://www.tutorialspoint.com/cprogramming/c_functions.htm) for an overview of the topic. | |
Re: Maybe [this document](https://hal.inria.fr/inria-00518005/document) can give you some hints. Don't know for Java, but in C# a Point struct has an Offset method. Hope this helps. Success! | |
![]() | Re: On the top of your new post you see some buttons. Click on the code button, paste your code in the window that opens. |
Re: What is wrong with the proposal of your supervisor? | |
Re: Drop both panels in a usercontrol, then drag the usercontrol. | |
Re: You should not use `OnKeyDown`. It raises the[ KeyDown event](https://msdn.microsoft.com/en-us/library/system.windows.forms.control.keydown(v=vs.110).aspx), use that instead. | |
Re: No men or woman ever deserves to have a statue. The statues that are, well let them be what they are: history. | |
Re: Perhaps [this](http://web.archive.org/web/20101125040337/http://bea.stollnitz.com/blog/?p=384) can help. | |
Re: Ever heard of a timer object in Python? [Look here.](https://docs.python.org/2.4/lib/timer-objects.html) | |
Re: For cents multiply by 100 and take modulo 100 | |
Re: Did you try 'jjjj' instead of 'yyyy' ? |
The End.