-
Began Watching DataGridview
Dear Friends, I want to save Date from DataGridView to Database. my Date Datatype is DateTime in DB. please, check my code private void button4_Click(object sender, EventArgs e) { con.Open(); … -
Replied To a Post in ERD for STAFF MEDICAL ALLOCATION
How are you doing your research? https://www.google.com/search?q=ERD+for+STAFF+MEDICAL+ALLOCATION looks to find more than what you listed. -
Began Watching ERD for STAFF MEDICAL ALLOCATION
I already found 2 entities which are administrator and staff. but i'm lack of idea. would you guys help me out? -
Replied To a Post in My L1600 Philips desktop has flashing red light the fan works and wont boot
Could be a number of things. It's always some bad part but most PCs don't have diagnostics to point out what's bad. This is why PC repair shops and techs … -
Began Watching My L1600 Philips desktop has flashing red light the fan works and wont boot
My Philips L1600 red light flashes boots 1 out of 10 times fan works -
Replied To a Post in Convertion
The one thing you never do is fall for shills and spammers on this. You will learn that the shill asks this question, then the spammer follows up. Only the … -
Began Watching Convertion
How to convert files called OST to the files PST?? -
Replied To a Post in why the C++ Mathematical Expression Library compiled so slow
The web is huge. No one can guess what you downloaded or what site. Try again, don't leave out details and as to slow compiling I'm finding new coders that … -
Began Watching why the C++ Mathematical Expression Library compiled so slow
Dear friends: I downloaded the C++ Mathematical Expression Library from the web, and i uploaded it in the attachment. It consists of only one head file. But the compiling process … -
Gave Reputation to Dani in How To Make Dani Web The Best Forum That Attracts Newbies & Earns Oldbies!
> Don't let unregistered post or vote. Or, atleast don't let them vote. (This'll attract them to register). Unregistered users currently cannot vote or post, and have not been able … -
Gave Reputation to diafol in Login process with while and if-else not working
https://www.daniweb.com/programming/web-development/tutorials/499320/common-issues-with-mysql-and-php item 11 -
Replied To a Post in Login process with while and if-else not working
When I see a login like that I cringe. The basic problem is that the password is stored in the clear rather than a hash salted result. Here's priors about … -
Began Watching Login process with while and if-else not working
hey guys I'm doing lms project. I created login page and php file. I can't find where I stucked. Here explanation of login form : * Check whether given username … -
Replied To a Post in getting value or output result of an system calculator in vb.net textbox
Looks to be mildly complicated. Try the answers at https://social.msdn.microsoft.com/Forums/en-US/e9b2c76c-c96e-46a8-b5cc-d26798e831ae/get-windows-calc-values-using-vbnet?forum=isvvba -
Began Watching getting value or output result of an system calculator in vb.net textbox
i have started system calculater in vb.net using process.start() method but i want to retrive it s value in textbox , how can i do that -
Replied To a Post in Indentation in printing
About supporting diffferent paper sizes, etc. For that you want to think about TEMPLATES that your code reads in to format the output. For example your receipt code would be … -
Began Watching Indentation in printing
Hello! I am developing a POS System. I have need to print Sales receipt. I have no physical printer to test my printing but i have print on xps document. … -
Gave Reputation to AndrisP in Display Images from different table
Maybe browser show cached images. Try generate different file names to output image -
Gave Reputation to pty in Looking For Web Proxy Hosts
UI, I'm still waiting for you to share the details of your browser that is on the verge of setting the world on fire. Please can you post some information … -
Replied To a Post in PHP Application Deployment on Cloudways Server
Not me but I did use google with the topic and found that setup could test a new IT staffer's metal or mettle. Can you share what step failed? -
Began Watching PHP Application Deployment on Cloudways Server
Have anybody tried to deploy the php applications on Cloudways digitalocean Server. what is the feedback? -
Replied To a Post in Straight to the bloody point: Shadow IT in under 300 words
As a developer of apps for embedded devices, testers on the production line and field diagnostics I've run afoul of IT groups that were for the most part not willing … -
Began Watching Straight to the bloody point: Shadow IT in under 300 words
Shadow IT is the usage of unauthorized tech by employees; usually cloud applications and services. A progression of the Bring Your Own Device (BYOD) debate, I have not said that … -
Replied To a Post in photoshop cs6 not working please help me
https://helpx.adobe.com/creative-suite/kb/cs6-system-requirements.html shows Windows 7 so I worry you have a HACKED VERSION. Adobe's installer should detect the OS and tailor the install to match what OS is used. But there … -
Edited photoshop cs6 not working please help me
when I try to open photoshop.exe this notice apper : the procedure entry point D3DKMTSetVidPnSourceOwner1 could not be located in the dynamic link library GDI32.dll plese help me  … -
Replied To a Post in photoshop cs6 not working please help me
[https://msdn.microsoft.com/en-us/library/windows/hardware/hh439459(v=vs.85).aspx](https://msdn.microsoft.com/en-us/library/windows/hardware/hh439459(v=vs.85).aspx) Confirms that this is only in W8 and later. -
Began Watching photoshop cs6 not working please help me
when I try to open photoshop.exe this notice apper : the procedure entry point D3DKMTSetVidPnSourceOwner1 could not be located in the dynamic link library GDI32.dll plese help me  … -
Gave Reputation to pty in Dani isn't killing DaniWeb with Dazah, she's saving it
Qwant appear to have avoided some of the problems of building their own index and spider by [using Bing](https://help.qwant.com/help/overview/how-does-qwant-index-the-web/). Still, it looks like a decent attempt at starting a search … -
Gave Reputation to tinstaafl in TextBox event that will Clear User input in vb
@rproffitt - Actually the `Handles`clause in VB.net looks after that. @Reginald Xavier - It looks to me that after checking for the empty/incorrect string, you're exiting the sub routine and … -
Replied To a Post in TextBox event that will Clear User input in vb
OK, a tutorial about connecting the code to the event. http://www.visual-basic-tutorials.com/form/ProgressBarT.htm Notice that Lightning Icon on the control's property's box? That's where you can tie your other controls to a … -
Replied To a Post in TextBox event that will Clear User input in vb
Most common issue? The coder forgot to connect the event to the code that handles the event. It's not automatic. -
Began Watching TextBox event that will Clear User input in vb
howdy folks please am working on an Annual Crop Cashflow Calculator like an Excel i have 3 text boxes. textbox22 textbox31 and textbox71 if i multiply textbox22 by textbox31 it … -
Replied To a Post in Would like to get top 25 frame sales for each distinct company in database
As to speed, are key fields indexed? https://dev.mysql.com/doc/refman/5.7/en/mysql-indexes.html for example notes how the index matters for WHERE statements. Is Manufacturers indexed? -
Replied To a Post in mattdiamond/Recorderjs upload issue
My thought on this is to avoid POST methods for large content. See if your system supports FTP since it continues to be one of the less overhead solutions. -
Began Watching mattdiamond/Recorderjs upload issue
I have site using php frame work codigniter where I am using the mattdiamond/Recorderjs to record an audio file in blob content type then i am uploading it to the … -
Replied To a Post in Mac not detecting USB mouse
@Esteban. Check out FAQ 16 at http://us.geniusnet.com/supports/micro-traveler-9000r#faq16 -
Began Watching Mac not detecting USB mouse
I've only been on OS X for 2 days! So I am pretty new. Basically when I plugged in my Targus USB mouse it popped up that I was replacing … -
Replied To a Post in oracle error
I wonder if a space is required after the word BUILDING. https://www.w3schools.com/sql/sql_create_table.asp -
Began Watching oracle error
CREATE TABLE BUILDING(bname VarChar2(30) PRIMARY KEY, address VarChar2(30), phone number Number(15)); i write this code in sql command of oracle application express. but there is a error ORA-00907: missing right … -
Replied To a Post in Would like to get top 25 frame sales for each distinct company in database
I don't see the problem but did you try the visual studio query builders? One is built into VS. Read [https://technet.microsoft.com/en-us/library/ms141087(v=sql.105).aspx](https://technet.microsoft.com/en-us/library/ms141087(v=sql.105).aspx) -
Began Watching Would like to get top 25 frame sales for each distinct company in database
I currently have some code that gets the overall top 25 frame sales, which is as follows: `Dim FrameCountSelectStr As String = "SELECT TOP 25 Count(Glasses.OrderID) AS GlassesCount, Glasses.Manufacturer, Glasses.FrameName … -
Gave Reputation to diafol in php,javascript,ajax
@arun_22 Please re-frame your question. It does not give enough info. In addition, if you do not respond to answers to previous questions, do not expect members to respond. -
Replied To a Post in Cannot connect to host via soap [faultstring] => Could not connect to host,
I don't have this setup to duplicate but how about https://bugs.php.net/bug.php?id=68855 Do you have a working version of PHP? Also, you can check priors with https://www.google.com/search?q=Could+not+connect+to+host%2C+%5Bfaultcode%5D+%3D%3E+HTTP&ie=utf-8&oe=utf-8 Be sure you can … -
Began Watching Cannot connect to host via soap [faultstring] => Could not connect to host,
Hi, I have key.p12 file and password, and I have wsdl file also. But I dont know how to start with SOAP, am new to SOAP I am trying to … -
Replied To a Post in Toshiba Satellite Notebook RTC Battery
The everyday cr2032 is Lithum and other materials. http://data.energizer.com/pdfs/cr2032.pdf points out the nominal voltage and I've seen these come in hot at 3.3V no load so there's about a 10% … -
Replied To a Post in How To Use True X, Y Locations Using Opengl/SDL C++
I think this was asked before. Note the function glTranslatef at https://stackoverflow.com/questions/14725697/how-to-set-opengl-coordinates -
Began Watching How To Use True X, Y Locations Using Opengl/SDL C++
Since OpenGL uses the strange system of 1s and 0s to represent location on the screen, I'm trying to figure out how to switch it to standard x, y coordinates … -
Replied To a Post in Java coding for smart note taker
@J, that's not how this works. Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first before you reply. If you want to hire someone to write an app, then you put the details and SRS (software … -
Began Watching Java coding for smart note taker
Code is need for smart note taker -
Replied To a Post in Making contact form spam resistant
There are many ideas to combat form spam. If it's just a contact from you to them email entry, then they get emails from you and your email management handles …
The End.