-
Replied To a Post in vb.net listview :low stocks in database hightlight background of listview
Sorry. That's the problem with cut and paste (and old neurons). I forgot to change Back to Fore. -
Replied To a Post in vb.net listview :low stocks in database hightlight background of listview
Use a DataGridView rather than a ListView. That would allow you to change colours of individual cells in any way that you want. To change an individual cell you code … -
Replied To a Post in advice/ suggetion for career guidelines
Reminds me of a stand-up comic (Jewish) who said that his mother would give him two shirts for his birthday. She'd say, "try them on." He'd pick one at random … -
Replied To a Post in Multiple images to a single bmp/jpg image
Please note that you are posting a solution to a question that was asked 9 years ago. -
Replied To a Post in advice/ suggetion for career guidelines
Just because "Get along with co-workers" was listed last does not mean it is not important. It is important **because** it was on the last. That's like saying if you … -
Replied To a Post in advice/ suggetion for career guidelines
The Wall Street Journal reports that employers nationwide are having a tough time finding workers who can "communicate clearly, take initiative, problem-solve and get along with co-workers." Note what item … -
Replied To a Post in Belated alert
The thing about code is that it allows you to automate highly repetitive and mindless tasks so that you don't have to do them manually. Repeatedly clickling the same control … -
Replied To a Post in advice/ suggetion for career guidelines
Technology is changing at an accelerating pace so an ability to self-educate will be a great asset. However, in the rush to keep pace with the technology, make sure to … -
Replied To a Post in read the entire contents of a txt and store them in a single string
As I recall you should use `fseek` and `ftell` to get the file size, them `malloc` to allocate enough space to hold the entire file, then `rewind` and `fread` to … -
Replied To a Post in How to PM
Could you possibly include an `Archive All` button? -
Edited help i used forms html with php and getting the wrong email!
this is the html: <!--this is my best site so dont look up here and steal!--> <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows 1252"> </head> <body> <table bgcolor="white" align="center" … -
Replied To a Post in How to PM
>If there are no new messages, it defaults to showing an archive of old messages, as opposed to giving you an error message saying nothing new exists. So in order … -
Replied To a Post in How to PM
A few minutes ago I had five messages in my inbox. I deleted them. Now I have 17 pages. What is going on? -
Edited How to PM
What happened to the PM functionality? I wanted to send a PM to rproffitt but the only messaging thingy I could find was the single line `send message` when I … -
Created How to PM
What happened to the PM functionality? I wanted to send a PM to rproffitt but the only messaging thingy I could find was the single line `send message` when I … -
Endorsed rproffitt
-
Endorsed rproffitt
-
Endorsed rproffitt
-
Edited failed to get xml attribute value ... Annoyed by error "Namespace Manager o
**I have the xml file below from a blogger rss feed** <rss> <channel> <item> <guid isPermaLink="false">tag:blogger.com,1999:blog-000000.post-0000000</guid> <pubDate>Wed, 25 May 2016 18:00:00 +0000</pubDate> <atom:updated>2016-05-25T19:01:58.172+01:00</atom:updated> <category domain="http://www.blogger.com/atom/ns#"></category> <category domain="http://www.blogger.com/atom/ns#"></category> <title> "sorry... google … -
Replied To a Post in practice
We don't do your homework for you. You obviously did not read [this sticky post](https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question) at the top of the thread list. -
Replied To a Post in Login issue
First time in today (08:05) and Daniweb is workinig just dandy with Chrome. Coincidence? Or did you find and fix a problem? -
Replied To a Post in Login issue
**This** time... https://www.daniweb.com/community-center/3 took about 60 seconds to render When I clicked on `Log In` I just got https://www.daniweb.com/members/auth This site can’t be reached www.daniweb.com took too long to respond. … -
Replied To a Post in Login issue
FYI - Still can't get at daniweb via chrome. Dazah comes up almost instantly and I can log in but when I try to get to daniweb either from Dazah … -
Gave Reputation to diafol in Is Search Broken Again?
Still a month later? Search is sucking large: https://www.daniweb.com/search/index/0?q=php+mysql#gsc.tab=0&gsc.q=php%20mysql&gsc.page=1 Only one result with "php mysql". Most searches I try with my name in them, give no results. -
Deleted a Post in converting python to pseudo code
import random print('Hello! What is your name?') myName = input() guess = 0 secretnumber = random.randint(1, 100) while guess != secretnumber: numGuesses = 1 print('Well, ' + myName + ', … -
Replied To a Post in Selecting texboxs based on variables?
You can reference a control dynamically by name like num = 4 dim tbx as TextBox = Me.Controls("TextBox" & num) Then you can reference the control through the variable. If … -
Replied To a Post in Login issue
Hey. [Rude word] happens. -
Replied To a Post in Working with mp3 tags
Except possibly the question "given a choice between a format (mp3) supported by every media player on the planet, and your hypothetical media player which will be the only one … -
Replied To a Post in Working with mp3 tags
If you plan to write your own app (wrapper) but don't want to write your own tag code you can use either [Perry's IDs Tag Library](http://glassocean.net/perrys-id3-tag-library/) (which I have used) … -
Replied To a Post in greeting from new guy
Welcome aboard. And please take the time to read [these suggestions](https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question) before posting questions. -
Replied To a Post in I'm newbie
Give us a little more info please. What you say suggests, not only that you don't know c++ but that you also don't know coding. If that is the case … -
Replied To a Post in Memorable Quotations
You cannot arrest an idea. - Topiary (Anonymous) -
Edited How to solve: who has which device problem?
Hi everyone, How are you? Starting some thread after long time :) Actually, I have a group of 25 people. I have 20-25 mobile devices in my group. So, I … -
Replied To a Post in HOW DO I MAKE A FACE RECORGNITION PROGRAM
You can start by watching [this video](https://www.youtube.com/watch?v=tNfGyIW7aHM) on "How to do it". -
Gave Reputation to ddanbe in HOW DO I MAKE A FACE RECORGNITION PROGRAM
Learn linear algebra thoroughly. Learn C++ thoroughly. Maybe then you begin start thinking about face recognition. -
Replied To a Post in Code Efficiency
Unless the code in question is inside a loop that will be executed millions of times, a slight (but otherwise unmeasurable) increase in efficiency is not worth sacrificing clarity. -
Replied To a Post in whats .org 100h?
[Stack Overflow](http://stackoverflow.com/questions/3407023/what-does-org-assembly-instruction-do) [Tech Tools](http://www.tech-tools.com/cv16_dir.htm) [Dewkumar](http://dewkumar.blogspot.ca/2012/01/what-is-org-origin-directive-in.html) All from my suggested google search. They all explain the ORG directive and it should be obvious that it produces no output. Obvious, that is, … -
Gave Reputation to Abbottonion in whats .org 100h?
Dont think that you are a big champ, you even didn't know how many quations i shared in that JPEG file, you are still repliying for one instruction Org which … -
Replied To a Post in November 2016
Just like in the primaries, Trump is already saying that if he loses it's because the system is rigged against him (even though every attempt to rig elections, at least … -
Gave Reputation to Abbottonion in whats .org 100h?
No i didn't review any old threads, actully this question came in my recent assignment but i dont know about this language,,,please help me out if you have some idea. … -
Gave Reputation to Abbottonion in whats .org 100h?
what will be the output of org 100h ? -
Replied To a Post in whats .org 100h?
The thread was started 6 years ago. The last post (before yours) was 11 months ago. The question was answered in this thread already but you didn't bother to read … -
Replied To a Post in whats .org 100h?
1. It doesn't produce any output. 1. Please don't revive old threads. -
Replied To a Post in Memorable Quotations
What [George] Orwell feared were those who would ban books. What [Aldous] Huxley feared was that there would be no reason to ban a book, for there would be no … -
Replied To a Post in HELP!!!!
Can you be more specific? A simple answer would be to binary append one file to the other. That's probably not what you are looking for. If you put more … -
Replied To a Post in Trump
It was miraculous. It was almost no trick at all, he saw, to turn vice into virtue and slander into truth, impotence into abstinence, arrogance into humility, plunder into philanthropy, … -
Replied To a Post in Login Problems
Daniweb is working with Chrome now. Lightning fast. -
Replied To a Post in November 2016
There is an ecosystem at work which filters certain guests and viewpoints across the major networks. These guests in turn know what their assigned role is within the highly choreographed—although … -
Edited adding images before a game in pygame
hi, im making a game in pygame game and i was wanting to add an image (just a png of the story) before my game. I was wondering if anyone … -
Replied To a Post in Microsoft to limit online disc space
Despicable marketing. Give you a snotload of online storage, then, once you fill it up, cut back and charge you for anything over the new minimum.
The End.