-
Replied To a Post in Trump
>mostly him pandering to his base and a bit his pride But mainly it is his way of keeping all of the media focus on him. -
Edited Library management system
hey guys i am trying to create a library management system which is supposed to be used to store/keep infp for the library and the library members( book title, author, … -
Replied To a Post in Trump
>Concedes, as is the custom... I doubt this scenario will happen as we have seen that Trumpo never admits to having been beat. >Does not concede, says the election was … -
Replied To a Post in Trump
By the way, a quick note to anyone considering not voting, or voting for a third party... You may think you are being forced to choose between two evils, and … -
Replied To a Post in Trump
There seems little doubt now that Hillary Clinton will be your next president. The Donald has quite handily destroyed any chance of his winning. Judging by recent reports, he also … -
Edited beginner: problem grading system
I'm totally new to c++ programming and I need to solve this problem: in the class 5 pupils got marks for the course informatics on a total of 30 points. … -
Replied To a Post in Saving Image and Text with parameters in VB.net
I no longer have a database installed so I can't try anything with parameters, but a few years back I posted a [code snippet](https://www.daniweb.com/programming/software-development/code/461171/insert-a-file-as-binary-data-into-a-database) that inserts a picture (binary file) … -
Edited Insert a file as binary data into a database
Several people have asked about storing binary data in a database. I coded up an example today that uses an ADODB.Stream to copy the binary data but after some fiddling … -
Replied To a Post in VB.net Build Failure
I have had similar problems and I have found it was easier overall to just rebuild everything from scratch. That means creating a new project while keeping the broken one … -
Replied To a Post in hi all
Welcome (from another Jim from Canada). -
Edited Arduino serial print data
Recently I have been assigned to create a serial. print code for a class. I have the code almost done but I do not know how to get my "X" … -
Gave Reputation to diafol in Arduino serial print data
You've posted this to the community center. Please ask it to be moved to the relevant forum. -
Replied To a Post in SendMessage (vm_lbuttondown) trouble in VB.NET
You are clicking based on coordinates. Try clicking based on the button name. For example, I have a script attached to a hotkey for saving multiple images from my browser. … -
Created Bad Link
When I click on [5 hours ago](https://www.daniweb.com/posts/jump/2210636) in the [Trump](https://www.daniweb.com/community-center/threads/504416/trump), instead of being taken to the end of the thread I get the first post on the first page. -
Replied To a Post in Trump
>I was so sad when Kathleen Petty left "The House" on CBC Radio, she is the first and last interviewer I've ever seen actually get politicians to answer her questions … -
Replied To a Post in Trump
It's not worth starting a new thread and it **is** Trump related so... I am so GD fed up with the media I could just scream. At least I could … -
Replied To a Post in Posts disappearing upon submit
I've had that happen a few times. Now if I have anything substantial to submit I create it first in MarkDownPad, then copy/paste to Daniweb. A side benefit is you … -
Replied To a Post in recursion call on exit
>Each iteration means the another copy of the function is running until the last one exits. That's not quite the case as I understand it. There is only one copy … -
Replied To a Post in SendMessage (vm_lbuttondown) trouble in VB.NET
In autoit you can make the desired window active then send commands to click specific controls. If you install Autoit, look at the AutoitX help file. You can instantiate an … -
Replied To a Post in Going back to a certain part of a program?
This is what happens when you turn to the dark side (this is an actual piece of production code as delivered to us by the vendor of a real time … -
Gave Reputation to ddanbe in HELP HELP HELP!!!!!!!
[HELP!](https://www.youtube.com/watch?v=yWP6Qki8mWc) -
Replied To a Post in recursion call on exit
There is only one way to exit from the function and that is by falling through to the end. That will happen once for every call to the function (including … -
Edited recursion call on exit
Hello , I have this code: #include <iostream> #include <cstdio> #include <cstdlib> using namespace std; void message(int numbers) { cout << "Entry to function #" << numbers << endl; if … -
Replied To a Post in algorithm and flowchart
You have to 1. Clearly define your problem 1. Show us that you have tried to solve this yourself -
Replied To a Post in Going back to a certain part of a program?
My two cents - a goto should only be used as an escape. In some rare cases when you have code that has several levels of nesting and whenever an … -
Replied To a Post in SendMessage (vm_lbuttondown) trouble in VB.NET
>any help ? Did you even bother to check out the links I gave you? I have used both of these products to automate tasks for years. -
Replied To a Post in HELP HELP HELP!!!!!!!
>That's done by offering some pay and a longer spec. Keep in mind that daniweb is not the place to go if you want someone to do your homework for … -
Replied To a Post in encrypting an external drive
Macrium Reflect (free) has a disk clone option. -
Replied To a Post in SendMessage (vm_lbuttondown) trouble in VB.NET
I suggest you look at [AutoHotKey](https://autohotkey.com/) or [AutoIt](https://www.autoitscript.com/site/autoit/). -
Edited How do I "ignore" this line from the input?
Im working on this analyzer program that reads input from a file and breaks characters into various tables. Ive got the output pretty much done, except there's an issue with … -
Edited Login Form vb.net problem
hey everyone. I need you experties help to the correct this login form code. After the best effort I find this code. But it occur one error. Before the explain … -
Gave Reputation to Amar_6 in How to read Two values from a single textbox
Program 1: Write a program in Asp.Net C# accept two string from user to copy first user inputted string to another string with the number of copied characters and check … -
Replied To a Post in Notepad remove everything after '('
It was tagged `notepad` so I assume, editor. -
Replied To a Post in Notepad remove everything after '('
You might want to use [Notepad++](https://notepad-plus-plus.org/) instead of Notepad. It's better, supports regular expressions, and is free. Your search term as a regex is \(.*$ and your replacement text is … -
Replied To a Post in Memorable Quotations
"...the whole thing is a travesty of a mockery of a sham of a mockery of a travesty of two mockeries of a sham." - Woody Allen -
Replied To a Post in Memorable Quotations
“The debates are part of the unconscionable fraud that our political campaigns have become. Here is a means to present to the American people a rational exposition of the major … -
Replied To a Post in helper code for downloading
And please take the time to read [this](https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question) before replying. -
Replied To a Post in How to fill datagridview using progressbar
In order to use a ProgressBar you have to know the total number of rows before you start. If you don't know this before you start you will have no … -
Replied To a Post in Why downloading speed is higher than upload speed ?
Because most people download content a lot more than they upload it. Streaming a Netflix movie does not require that much info to be sent upstream. -
Replied To a Post in Recently Updated Articles
Ah. I see the difference. -
Replied To a Post in FN function stays always on my Dell Laptop (win 10)
On my Dell laptop I can toggle the top row between `function keys` and `media keys` by pressing `Fn+ESC`. Pressing `Fn+F1` toggles the mute and occasionally I miss `F1` and … -
Replied To a Post in Recently Updated Articles
That's odd because what I see is all the posts in all of Daniweb from newest to oldest which is (I think) what you are asking for. -
Replied To a Post in Recently Updated Articles
Isn't that what you see when you go to the daniweb home page? -
Replied To a Post in Working with mp3 tags
>What do those tags refer to? I presume those are tag "suggestions" in that if you want to add tags to an existing thread you can just click on those. … -
Replied To a Post in Working with mp3 tags
Useful except the OP has this thread tagged with vb.net. Bit operations on bytes can be done easily with Function SetBit(ByVal byteval As Byte, ByVal bitnum As Byte) As Byte … -
Replied To a Post in Working with mp3 tags
Here is some sample code to read the entire contents of a file into a byte array, modify one byte, then write the file back out. This code replaces one … -
Replied To a Post in how to do cross browser compatibility?
Test your web pages in a bunch of different browsers and see if they wiork. -
Replied To a Post in Working with mp3 tags
OK. Simple question, simple answer. Do a [binary read](https://msdn.microsoft.com/en-us/library/aa711083(v=vs.71).aspx) of the file, modify the bit/byte, then do a [binary write](https://msdn.microsoft.com/en-us/library/aa711083(v=vs.71).aspx) of the file. Just make sure you change the extension … -
Replied To a Post in Rounding Up
Keep in mind that Math.Round exhibits (in my opinion) odd (no pun intended) behaviour. It behaves differently depending on whether the integer portion of a number is odd or even. … -
Replied To a Post in I'll be away for a few days
enjoy
The End.