-
Replied To a Post in Sort Images in Folders
Add more detail. Such as is this something you want Windows File Explorer to do, or are you writing an app? If WFE, you have to share which Windows. If … -
Began Watching Sort Images in Folders
Hello there :), i have bunch of pictures which the title is like this `Name-LastName-year-category-....` what i want to do is sort them all in folders which will have only … -
Replied To a Post in how set width and height to zero of javafx AnchorPane.
@m. As I read from https://www.daniweb.com/members/1101722/moaz-amin-37/posts/downvoted it appears you are falling into the habit of asking for code or not checking the docs. Try making better posts. Read how at … -
Began Watching how set width and height to zero of javafx AnchorPane.
hello friends i have a problem with javafx AnchorPane. I have an anchorpane that contains a button i want to set the height and width of anchorpane to zero but … -
Replied To a Post in print a persian file by thermal printer and python-escpos mnodule
PS. I see you are trying to make an image to print, but I don't see if you previewed it to see if it's fine. Also the printer may be … -
Replied To a Post in print a persian file by thermal printer and python-escpos mnodule
https://reference.epson-biz.com/modules/ref_charcode_en/index.php?content_id=118 seems to tell me this model may or may not have an Arabic character set. Also https://en.wikipedia.org/wiki/Persian_alphabet#Differences_from_Arabic_alphabet is worth adding here as the printer does not have any indication … -
Began Watching print a persian file by thermal printer and python-escpos mnodule
hello friends... i want to print a persian file by thermal printer.. i can print an english file esily..but i face the proble while printing persian text.. i think i … -
Replied To a Post in How To Connect VB6 App to Another Computer Access 2003 Through Internet
It appears this is a question posed many times. Read priors at https://www.google.com/search?q=Connect+VB6+App+to+Another+Computer+Access+2003+Through+Internet Your skill in exposing the "server" to the internet plus assuring you are ready to restore from … -
Began Watching How To Connect VB6 App to Another Computer Access 2003 Through Internet
Dear Fellows, I have an Inventory Management System and a Point Of Sale. App is working well on a local network. But now i would like to connect my Point … -
Replied To a Post in Combine 2 ISO files into a single bootable file
It appears folk have written web pages about this. Here's how I found them: https://www.google.com/search?q=combine+Windows+7+32+and+64+bit+installer -
Began Watching Combine 2 ISO files into a single bootable file
Hello, Need some suggestions on how to combine 2 Windows 7 ISO files (one is x86 and other is x64), into one single bootable ISO file which can then be … -
Replied To a Post in Lazarus and ODBC connection to MS Acces Db
I took a moment to google "DBConnection: No update query specified and failed to generate one." and found priors. In those prior discussions folk would provide code blocks for others … -
Began Watching Lazarus and ODBC connection to MS Acces Db
Hi I am useing Lazarus and a odbc connection to connect to a MS Access database I connect fine and get all records displayed in a dbgrid . My problem … -
Replied To a Post in a c++ program which lets me change the password
One of you best resources are prior discussions about this. Example: https://www.google.com/search?q=c%2B%2B+program+which+lets+me+change+the+password What I do want to warn you is that you should never put the information into plain text … -
Began Watching a c++ program which lets me change the password
hello i am a newbi c++ user.it will be great if someone can help me write a password protected program for multiple user where the user can change the password … -
Replied To a Post in MASM
This is an issue since about W7 64 bit. Read this issue kicked around at http://www.masmforum.com/board/index.php?PHPSESSID=786dd40408172108b65a5a36b09c88c0&topic=16569.0 and consider the workarounds there. If you can't find a 16 or 32 bit … -
Began Watching MASM
Hello to all group members, Im having a problem with my assembler. I have installed MASM 6.11 and i have 'Windows 10'. Everything works out just fine, the compiler and … -
Gave Reputation to JamesCherrill in How To Make Dani Web The Best Forum That Attracts Newbies & Earns Oldbies!
Yes, come on guys, I've never seen such an orgy of troll-feeding in my life. We can't take administractive action against trolls, but we can do the next best thing … -
Gave Reputation to Haji Sameon in How to center the pagination in DataTables 1.10.5
**thanks for your suggestion rproffitt** -
Gave Reputation to Haji Sameon in How to center the pagination in DataTables 1.10.5
**thanks for your suggestion rproffitt** -
Gave Reputation to JamesCherrill in Will Electric Cars ever make it?
Looks like Norway - with vast supplies of hydro-electic is going to lead the way http://www.independent.co.uk/news/science/norway-electric-powered-country-first-fully-green-energy-clean-cars-a7898701.html -
Replied To a Post in How to center the pagination in DataTables 1.10.5
https://datatables.net/forums/ seems to be specific to this product. https://datatables.net/forums/discussion/35702 seems to note centering the table on the page. Notice how they want their examples. -
Began Watching How to center the pagination in DataTables 1.10.5
Hi, Im new to data table, im using DataTables 1.10.5 and i try to put center my pagination since it looks kinda messy on my table. Here is my code … -
Replied To a Post in Will Electric Cars ever make it?
> it's looking like we need to create a Moore's Law for EV's I think we're seeing something like we see in PCs. Power goes up, price is about the … -
Replied To a Post in table query and lookup of another table in 1 statement?
While I don't claim to solve this I always cringe when I see the "select *" in any query. There are a lot of articles why you always check for … -
Began Watching table query and lookup of another table in 1 statement?
My scripts are doing a lookup of transactions in table B. Each transaction contains an integer which is an ID of the business for each transaction. I also want the … -
Gave Reputation to JamesCherrill in Will Electric Cars ever make it?
> the cost is nearly identical to the Prius today That's surprising. We run a Zoe EV and have a Citroen C4 Picasso that can do about 50 mpg. Here's … -
Gave Reputation to JohnMcPherson in Odd way of passing arguments to main
Thanks to everyone for your suggestions. Since I have been compiling these screens with the gcc compiler, I downloaded the gdb debugger and used it instead of dbx, compiling with … -
Replied To a Post in Will Electric Cars ever make it?
@AssertNull. I admit it's not an one size fits all solution. JamesCherrill and I both fall neatly into the 95% model noted where 95% of our trips are done with … -
Gave Reputation to JamesCherrill in Will Electric Cars ever make it?
> if you are on the grid, you are not entirely clean even on the EVcar Depends where you are! The electricity sector here in France is mainly nuclear power, … -
Replied To a Post in Get id of autocomplete textbox in c# windows form
A textbox has an id which you know and the contents which you know. Your question is unclear to me. -
Replied To a Post in Has Anyone used online Password Generators
@Fahad_10, I'm going with NOT SECURE since you can't verify what that site is doing with the information. -
Replied To a Post in Get id of autocomplete textbox in c# windows form
Still unclear. You state "i have a hidden text box that get filled with the id of the selected element. say txtsup_id." So you have that and you have the … -
Replied To a Post in Will Electric Cars ever make it?
@Agilemind. Let's focus on electric power generation. You're right that for the grid here, it's mostly fossil fuel. Here's the stats: http://www.energy.ca.gov/almanac/electricity_data/total_system_power.html for California. https://www.eia.gov/tools/faqs/faq.php?id=427&t=3 for all of USA. For … -
Replied To a Post in Will Electric Cars ever make it?
To AssertNull, I'll try to answer since I've been driving my 2014 Leaf since November, 2016. 1. I use the 110V charger the car came with since I'm cheap and … -
Stopped Watching Multiple update of rows in a single column
I am trying to retrieved data from database and update a single column. column1 | column2 | column3 value1 | value1 | ------- value2 | value2 | ------- <=== this … -
Replied To a Post in Get id of autocomplete textbox in c# windows form
I worry your question was not worded well. Your topic question is "Get id of autocomplete textbox in c# windows form" so in the code provided the id or name … -
Began Watching Get id of autocomplete textbox in c# windows form
Please I have an autocomplete textbox which fetches value from a tabe in the database. But after i choose the name i want to get the id of the value … -
Replied To a Post in Has Anyone used online Password Generators
Can't see why I would use such a thing. To get up to speed read http://preshing.com/20110811/xkcd-password-generator/ Of course Correct Horse Battery Staple is no longer safe. Given you can do … -
Began Watching Has Anyone used online Password Generators
Hi, I have one simple question; has anyone used a password generator? I found couple but are they secure - Any Ideas - they claim they are -
Replied To a Post in Will Electric Cars ever make it?
To all that replied, thanks for the insights. As this is my getaround town car I get to hear and chat with others that are ICE people, EV shoppers, owners … -
Replied To a Post in i want to match the answer in label with answer selected from radiobutton
While your code formatting leaves much to be desired, to check/uncheck has a lot of priors at https://www.google.com/search?q=uncheck+radio+button+in+c%23 All those blank lines are distracting and have me scroll up and … -
Began Watching i want to match the answer in label with answer selected from radiobutton
what i have done is copied answer in label and now matching the radiobutton option with it so far so good but i dont know how to uncheck radio button … -
Replied To a Post in Converting the difference between time to decimal/integer for Calculations
Just a few issues here with your post. Formatting is non-existant (read https://www.daniweb.com/welcome/rules ) and is there a language called "programming"? You need to tag with the language or tell … -
Began Watching Converting the difference between time to decimal/integer for Calculations
Hi, I'm trying to convert the timebetween into a decimal, so i can calculate salary. `var TLogIn: TextFile; sLine, sTIn, sTOut,sUser,sTimeOut,sTimeIn,YourHMStr: string; iPosHash, iPosComma, iLength, iTimeIn,iTOut, iWage,iTimeOut:integer; TimeOut,dtDiff,TimeIn:TTime; rTime: real; … -
Gave Reputation to rubberman in there is a kiosak i my office
Likely a power supply issue. Modern mother boards have 12v and 5v inputs, but usually one is inadequate (usually the 5v) for the load it needs to support. They don't … -
Replied To a Post in PC switches on then off immediately (looping)
@R, that usually points to assembly errors. Most common find is an extra mounting post in the case randomly touching the back side of the motherboard. Drives the owner nuts … -
Created Will Electric Cars ever make it?
In light of the self driving car discussion I thought I'd start revving folk up about the electric cars we have today. For me it was almost by accident I … -
Began Watching Will Electric Cars ever make it?
In light of the self driving car discussion I thought I'd start revving folk up about the electric cars we have today. For me it was almost by accident I … -
Replied To a Post in PC switches on then off immediately (looping)
I can share what we do in the shop with such a PC. Ready? We downsize it. Any component that isn't required to get a BIOS screen is removed. If …
The End.