-
Replied To a Post in Lovers call
As a programmer you would choose to write from scratch or fork an existing project. Your post told so little that I would have to guess too much. Try this. … -
Began Watching Lovers call
I want to make my own messenger -
Replied To a Post in Card Trick
PS. I wrote to COPY lines 183 to 186 and STARE at them till the lights came up. Once you see it, you will know what to do. Again. COPY … -
Replied To a Post in Card Trick
I wanted you to understand your code. Why would test rank to be 0 on line 185 then to be 1 on line 186? We are not using quantum computers … -
Replied To a Post in Card Trick
As to the missing output. You should run this in say Visual C++ (there are free versions) and break on the line to examine the values and then you can … -
Replied To a Post in Card Trick
Look at your use of tabs on output. That won't be consistent from machine to machine. Here's a google about that. https://www.google.com/search?q=inconsistent+tab+spacing+c%2B%2B There's nothing really wrong there. Just how tabs … -
Replied To a Post in Card Trick
Take time to point out what lines of code for members to focus on. You dumped 300+ lines of code so where to start? Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question to see how to … -
Began Watching Card Trick
Hello everyone, I'm working on a card trick program that essentially has the user pick a card and the program will figure out which card it is. However, When I … -
Gave Reputation to Nathaniel_3 in Microsoft Word
hmmmm.....Maybe you can try this very [article](https://onlinefile.repair/en/word.html)...I used it ones. Works pretty well, but you can look for something better -
Replied To a Post in How to save all data from datagridview to access database
I see some ask for more information as you cross posted. https://social.msdn.microsoft.com/Forums/vstudio/en-US/82c81b02-7117-450a-a641-23d728e2c62e/how-to-save-all-data-from-datagridview-to-access-database-vb-net?forum=vbgeneral -
Began Watching How to save all data from datagridview to access database
Really need help how to save all data from datagridview to access database ..?? thanks -
Replied To a Post in Computer Language
@diafol. For the new to this crowd I agree, but a bona fide papered software engineer? -
Replied To a Post in Computer Language
@diafol. I want to address the Minimum setup nonsense concept. While I agree that learning programming can be the goal, learning to setup your tools is still something a complete … -
Began Watching Computer Language
What programing language should I learn first? I'm a beginner B.Tec 1st Year student. -
Replied To a Post in Jqury slider for coomercial use
I think you need to check spelling too. I used https://www.google.com/search?q=Jquery+slider+for+commercial+use and find there are such offerings. If you use someone else's code/app/plugin/other then you have to check license/use agreements. … -
Began Watching Jqury slider for coomercial use
I am at learning stage in web designing. I want to make web template for themeforeset.net after completion of my learning. Can I use jqury image slider in my templates … -
Replied To a Post in Insomnia
This is something that doesn't have one solution for all answer. https://en.wikipedia.org/wiki/Insomnia and the Prevention paragraph works for me. I used to be an all hours on call person and … -
Began Watching Insomnia
I was up working on SEO until 5 am last night, and now it's 4:30 and I'm coding away. Does anyone have any good tips to help with insomnia? I … -
Replied To a Post in how to login 192.168.1.254?
I start with this search. https://www.google.com/search?q=How+to+login+192.168.1.254%3F -
Began Watching how to login 192.168.1.254?
How to login 192.168.1.254? -
Replied To a Post in My new pc
Very nice and very similar to what we read at https://www.reddit.com/r/PCMasterRace/wiki/builds -
Began Watching My new pc
Hey guys. im building my 1st new gaming pc. i have 1000 € ish to spend. annexed is my pc build. do you guys think i should change anything? -
Gave Reputation to JamesCherrill in Handle Exception in ResponsesEntity java
Yes, but the guys at SO seem to be doing a good job, so there's no point duplicating it unless you get stuck again. -
Gave Reputation to JamesCherrill in Handle Exception in ResponsesEntity java
Yes, but the guys at SO seem to be doing a good job, so there's no point duplicating it unless you get stuck again. -
Replied To a Post in Is it possible to get the source path
Hi Mr.M. I checked your prior posts to better understand what the big picture is on your project. Is that unacceptable? -
Gave Reputation to xrjf in Is it possible to get the source path
Just a file system filter driver [Here](https://docs.microsoft.com/en-us/windows-hardware/drivers/ifs/file-system-filter-drivers) would do the job. -
Replied To a Post in Is it possible to get the source path
@MrM, I checked the prior discussion you had on this and read the document linked and agree that this doesn't do that. On top of that it appears not to … -
Began Watching Is it possible to get the source path
Hi DW. I would like to know if its possible to get the source path of a file copied/moved to a folder I set a FileSystemWatcher? What I mean is … -
Replied To a Post in SSD not mounting
Did you fsck all partitions on that drive? https://www.google.com/search?q=bad+superblock+on+%2Fdev%2Fsdd%2C&ie=utf-8&oe=utf-8#q=bad+superblock+on+/dev/sdb,+site:ubuntuforums.org finds it's not an unknown problem but I can't find one answer to go with but one. Wipe and start over. -
Began Watching SSD not mounting
I recently created a post thinking I had blown up my bootloader but I've actually narrowed the problem down to the SSD on which my home directory is mounted. The … -
Replied To a Post in Tooltip on cell DataGridView
MSFT writes how at [https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell.tooltiptext(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-2](https://msdn.microsoft.com/en-us/library/system.windows.forms.datagridviewcell.tooltiptext(v=vs.110).aspx?cs-save-lang=1&cs-lang=vb#code-snippet-2) I think you only need to decide when to change that text. -
Began Watching Tooltip on cell DataGridView
Hi, Is it possible to bind tooltip on cell mouse move event DataGridView in Visual Studio 2015 ? The goal that i want to achieve is , that tooltip to … -
Gave Reputation to happygeek in VPN provider
As for Privatoria, like so many VPN services, it's hard to find a truly independant review as the web is littered with affiliate spam disguised as honest reviews. I've never … -
Replied To a Post in Blew up my boot loader, I think
I can't answer why the W8 note. Might be some UEFI not handled issue. Why not put it on USB? -
Replied To a Post in Alert message using c# .
A bit too easy. Look at MessageBox. Examples are plentiful. https://www.dotnetperls.com/messagebox-show -
Began Watching Alert message using c# .
I am developing c# window based application. I want to show alert notification for due date for every order . I am using xampp and sql database. MY Table contain … -
Replied To a Post in Connecting a mobile app to a MySQL database
First, there are so many code samples of apps on Android to MySQL that I worry that is not your real question. So "best" is best defined by you. Anyhow, … -
Began Watching Connecting a mobile app to a MySQL database
Greetings! I am trying to connect my android application to a MySQL database. The app serves as a tool for lawyers providing them features such as: - a calendar wherein … -
Replied To a Post in VPN provider
@Stefan, since Opera's VPN is drop dead easy, works and free, it's all I need. And again, why pay? -
Replied To a Post in Need automated Bot for commenting on blogs
@Stefan, then you are asking for a ready to use bot? You either hope for someone to search for you or do your usual google search. Remember that for each … -
Replied To a Post in Blew up my boot loader, I think
@Grib, this one? https://sourceforge.net/p/boot-repair-cd/home/Home/ -
Replied To a Post in Blew up my boot loader, I think
That's the message but does not tell me how to cure. As I read https://www.google.com/search?q=Welcome+to+emergency+mode! I see many fixes but not one. Did you fsck everything? -
Began Watching Blew up my boot loader, I think
Today I just put a new SSD in my desktop. I did have a little trouble booting up the OS because I had plugged the DVI into the wrong port, … -
Replied To a Post in Need automated Bot for commenting on blogs
Wouldn't that create blogs only commented on by autobots? Or spammers? This would lead to a new Captcha or blogs with more checks. PS. You also need to avoid asking … -
Began Watching Need automated Bot for commenting on blogs
Hello everyone, is there someone who knows some free tool or some python code that i can run to comment automaticly on open blogs where it doesnt require registered account … -
Replied To a Post in VPN provider
I'm using Opera's builtin VPN. Why pay? -
Began Watching VPN provider
Have anyone tried using Privatoria VPN provider. Is it worth using ? -
Replied To a Post in WPinit diskpart cmd prompt bootloader
As you want to get your files out first, you NEVER write to that drive until you have your files safe. This is the first rule of data recovery. So … -
Began Watching WPinit diskpart cmd prompt bootloader
Help! I don't know what I did! I was in the process of helping to fix a friends HDD by plugging it into my system to then chkdsk, get updates, … -
Replied To a Post in Microsoft Word
While you should type it again, before you do, why not turn on autosave? Here's how for a few Word versions. https://www.google.com/search?q=Turn+on+autosave+in+Word And let's make this a learning moment about …
The End.