-
Replied To a Post in Genetic Algorithm
I think you might also get more input if you posted your code here instead of making people jump through hoops at another site to get to it. Also, this … -
Edited How do I iterate through floating point numbers?
I want to loop from 0 radians through 6.2 radians in increment of 0.1 radian something like this in C for(r=0.0; r<6.4;r=r+0.1) this is the best I can do in … -
Edited plz help me with for loop thx
2. List Processing (10 Points) Write a program that asks the user to enter a list with an even numberof integers. The program then has to construct a new list … -
Edited Protocol a Software or Hardware
Hello guys, we all have read about HTTP, TCP/IP and all kinds of protocols OSI model. My genuine question is whether a protocol is hardware or it is a software … -
Replied To a Post in SQLIA UNION Query
Unions are intended to select the same columns from different tables. You can't select different columns. -
Edited Needing help in any Mikrotik router. Write me here.
I am Engr. Rodney KJnr. I am Mikrotik COnsultant. Feel free to chat if you are having any issue with your MikroTik RouterBoard and OS. -
Edited Needing help in any Mikrotik router. Write me here.
I am Engr. Rodney KJnr. I am Mikrotik COnsultant. Feel free to chat if you are having any issue with your MikroTik RouterBoard and OS. -
Replied To a Post in Weird Keys In Registry
They look highly suspicious to me. If that were on my computer I would 1. export HKCU to a file 1. take an image of the partition Delete the keys … -
Edited limiting a textbox to enter 10 digit number only
how can i limit a user to enter 10 digit no like telephone no in textbox without using regular expressions????? -
Replied To a Post in play the avi file from dll and other file with visual basic 10
There is an example of embedding Windows Media Player in a vb form [here](https://www.daniweb.com/programming/software-development/tutorials/479908/create-a-video-library-with-an-embedded-windows-media-player). I have also embedded a vlc media player control in another project if you are interested. -
Replied To a Post in code INSERT INTO statement
Typically, when you do an `INSERT` you include some values to go with the field names. For example INSERT INTO mytable (LastName,FirstName,Age) VALUES('Smith','George',27) Your query didn't do this. I'll also … -
Gave Reputation to rproffitt in How to set up a development environment for iOS
Can you try again and avoid the spammy link to a product I didn't find our iOS developer remotely interested in? -
Edited How to set up a development environment for iOS
If recently we saw what we needed to set up a development environment for Android, now we will focus on everything we need to develop apps on Apple iOS, including … -
Replied To a Post in vbScript - Run an External Program and Capture the Output
I have found a bug in vbScript. So far it has only shown up in one specific case. I have been converting a pile of old avi videos to mp4 … -
Edited vbScript - Use wmic to Control Process Priority
Over the last few days I have been converting old video files from avi to mp4. I've been doing this using the command line version of DivX. This is the … -
Created vbScript - Use wmic to Control Process Priority
Over the last few days I have been converting old video files from avi to mp4. I've been doing this using the command line version of DivX. This is the … -
Replied To a Post in code INSERT INTO statement
Can't offer much help unless we can see what you have done so far. Post your code. -
Replied To a Post in Writing a program with an array that averages 10 numbers
Before you can learn to program you first have to learn to read. Start with the post two above this one. -
Replied To a Post in How to get the IP Address of devices connected to my PC'c hotspot using VB
I have found that almost all information about Windows config & status is available via a WMI query. Finding the correct query can be a problem but there is a … -
Replied To a Post in Biggest DaniWeb pain points
Well, you should see my eyes glaze over when Adam (older son) tries to explain about mitochondria and cellular biology at the protein level. -
Replied To a Post in Biggest DaniWeb pain points
I think what you need is a technical writer. You need to explain it to someone who can then explain it back to you (and others) in a coherent, non-technical … -
Replied To a Post in Biggest DaniWeb pain points
But then you have the hassle of merging the posts from the test space into Daniweb, or, if and when the test space becomes the production space, migrating the old … -
Replied To a Post in Where is C#?
Type `c#` into the search box and click. -
Replied To a Post in Biggest DaniWeb pain points
>No one seems to fully grasp the concepts. When I got my Amiga 1000 I also got the full set of technical manuals (just some light reading) so I could … -
Replied To a Post in Biggest DaniWeb pain points
>the new DaniWeb won’t primarily be forum based So basically the same as it is now? Or are you going to make it even less so? As it is I … -
Edited Black screen with non-flashing white underscore upper left corner
I have a Dell Inspiron 620 desktop. I was working on iTunes when the computer froze. I couldn't get it to do anything. I ended the itunes process in task … -
Replied To a Post in What do you mean when you say hacker?
When I hear "hacker" I think of someone who is doing "seat of the pants" computer work, whether legal or not. I've had to do a fair bit of this … -
Gave Reputation to overwraith in Trump
Well, I do think my observations are related if you actually read post number 2 it justifies the assertations as being related to this topic. You don't suppose you just … -
Replied To a Post in Trump
>Well, I do think my observations are related Then start a new Hillary thread and add a link to this thread in the first post. As I said, if you … -
Replied To a Post in Trump
And back to Hillary. My previous post was contemplating the things Trump has done since assuming the office of president. As I said, this thread is about Trump, not Hillary. … -
Replied To a Post in Trump
Right. The "what about you" defense, also known as the "look over there" tactic. Hillary lost the election. I'm not talking about Hillary. I'm talking about Trump. -
Replied To a Post in Trump
Identify a group or groups and villify them. - Mexicans are drug runners, rapists and murderers - Immigrants are stealing your jobs - Muslims are terrorists If the press is … -
Replied To a Post in Well, DUH!
The study did not reach a conclusion (that was reported) as to causation. Perhaps they can now do a study to determine if people who have just had a drink … -
Replied To a Post in Well, DUH!
>Golders? One of the hazards of owning a cat. Sometimes I have to type one-handed ^_^ -
Replied To a Post in Memorable Quotations
Saruman believes that it is only great power that can hold evil in check. But that is not what I have found. I have found that it is the small … -
Replied To a Post in Well, DUH!
A recent study (maybe I should rename this thread) in Canada, publicly funded, has concluded that golfers who walk the course are healthier than golfers who use electric carts. I … -
Replied To a Post in Select statement with where statement
`SelectedValue` gets or sets the value of the member property specified by the ListControl.ValueMember property. `SelectedItem` returns the text of the selected item. If you look at the value of … -
Edited Program of pair of socks
There are A red socks, B green socks and C Yellow socks in a dark room. Ashwin wants to find N pairs of matching colored socks from the dark room. … -
Replied To a Post in Program of pair of socks
We don't do homework. However, if you show us that you have put in serious effort to solve this yourself we are here to offer suggestions when you get stuck. … -
Edited vbScript - An Application to Modify srt Subtitle Files
##vbScript - An Application to Modify srt Subtitle Files Please see my post [vbScript - The Basics](https://www.daniweb.com/programming/threads/516400/vbscript-the-basics) for more details on vbScript. So far I've posted either functions/subs or code … -
Created vbScript - An Application to Modify srt Subtitle Files
##vbScript - An Application to Modify srt Subtitle Files Please see my post [vbScript - The Basics](https://www.daniweb.com/programming/threads/516400/vbscript-the-basics) for more details on vbScript. So far I've posted either functions/subs or code … -
Created vbScript - A Multi-column Sort With Minimal Coding
##vbScript - A Multi-column Sort With Minimal Coding Please see my post [vbScript - The Basics](https://www.daniweb.com/programming/threads/516400/vbscript-the-basics) for more details on vbScript. A previous post dealt with sorting. The code easily … -
Gave Reputation to rproffitt in How do i make a menu click down button?
Mmm, stealth code. I like it. -
Created vbScript - Some Useful String Functions
##vbScript - Some Useful String Functions Please see my post [vbScript - The Basics](https://www.daniweb.com/programming/threads/516400/vbscript-the-basics) for more details on vbScript. vbScript provides a number of functions for manipulating strings. I find … -
Edited vbScript - Identify File by Perceived Type
##vbScript - Identify File by Perceived Type Please see my post [vbScript - The Basics](https://www.daniweb.com/programming/threads/516400/vbscript-the-basics) for more details on vbScript. There are times when you want to operate on all … -
Created vbScript - Identify File by Perceived Type
##vbScript - Identify File by Perceived Type Please see my post [vbScript - The Basics](https://www.daniweb.com/programming/threads/516400/vbscript-the-basics) for more details on vbScript. There are times when you want to operate on all … -
Created vbScript - Get Drive Letter by Volume Label
##vbScript - Get Drive Letter by Volume Label Please see my post [vbScript - The Basics](https://www.daniweb.com/programming/threads/516400/vbscript-the-basics) for more details on vbScript. I have all my computers partitioned with two partitions. … -
Replied To a Post in Biggest DaniWeb pain points
Fingers crossed. -
Created Well, DUH!
A recent study done by a think tank hired by Canadian airline companies has come to the conclusion that if the airlines charged less money then people would buy more … -
Replied To a Post in Key combination vb.net
There are ways to hook into the sytem keyboard handler although I do not know how to do that. In lieu of that might I suggest [AutoHotKey](https://autohotkey.com/download/) which would provide …
The End.