-
Replied To a Post in Need Clone of myadsinn.com
I'd reconsider it. That site looks to be selling drugs. In my country that could lead to unscheduled tme off line. -
Began Watching Need Clone of myadsinn.com
Hi friends, I am going to build a website like http://www.myadsinn.com/. This site is about posting ads free. I am also needs feature like https://www.olx.com.pk/ Can any one is interested … -
Replied To a Post in How do you split a string?
if you want to extract or split off part of a string then you use the Left, Right and Mid functions. -
Began Watching How do you split a string?
How do you split a string in vba? -
Replied To a Post in Backend as a Service connecting Python and C#
I'm going with no. I can't guess why C# but that could push a system into OSes and systems that cost in license fees and promptly removes your "free" requirement. … -
Began Watching Backend as a Service connecting Python and C#
I am looking for a Backend as a Service (hosted solution) that provides a free starter plan. Firebase provides the ideal features I am looking for however it appears they … -
Replied To a Post in General Use Comment Area
I think the lack of replies is because you left out the details of your web server/service. You have a few tags but few words about your host and site. … -
Began Watching General Use Comment Area
I am trying to insert HTML code into my website which will setup a text area that all users can see, edit, and save for other users. I know that … -
Replied To a Post in Problem compiling
As I read http://forum.arduino.cc/index.php?topic=42835.0 I think that's the quick fix. Make a function prototype in your code. I think you're a C coder so I'll pause here. -
Replied To a Post in Problem compiling
Let's see that make file. -
Replied To a Post in Problem compiling
Tell more. What's the filenames of both those files, especially the one after And the interrup. You'll have to include it or put it in your make file. -
Began Watching Problem compiling
Hello, im working with Arduino UNO and im triying to get temperature and pulse from two sensors and send it to a data base. Mi problems when im triying my … -
Replied To a Post in Microsoft to limit online disc space
Lots of thought here. I think folk must not lean on cloud storage too hard. Here's a fellow you may know and his view. http://www.cnet.com/news/woz-the-cloud-is-a-nightmare/ It's an OK thing but … -
Began Watching Microsoft to limit online disc space
Microsoft gave a deadline to trim one's online discspace. Anyone know the date? Guidance sought -
Replied To a Post in Where to go after 1 year Computer Science having learnt basic Java and OOD?
Here's the thing. You can't survive by specializing today unless your employer needs such a thing or you are running as the lead on some system that will pay your … -
Began Watching Where to go after 1 year Computer Science having learnt basic Java and OOD?
Hi there, terribly confused how to get going with a career in programming. I have basic knowledge of Java programming principles, and I understand to some degree the object orientated … -
Replied To a Post in dell inspiron 2200 no display, fans ok, hdd ok
In this case I'd replace the motherboard. It holds almost all the parts that produce the display and make it work. -
Replied To a Post in Game of Life Help
You may have to ask a question. I missed where you asked a question in all this. In fact the question mark only appears in your code. That's one fine … -
Began Watching Game of Life Help
Hi: I wasn't able to find the exact solution to my problem on Daniweb, although there are several posts regarding the game of life. This situation came the closest: http://www.daniweb.com/software-development/cpp/threads/242338 … -
Replied To a Post in Sort Cyclical Upcoming Event Divs Based on Today's Date
A few things. Very few folk write code or your site for you so with that out of the way, you may have reveal more about your web hosting. What … -
Began Watching Sort Cyclical Upcoming Event Divs Based on Today's Date
I have a list of 4 upcoming events with a fair amount of detail for each. I'd like for the upcoming event to be first one the list no matter … -
Replied To a Post in Link/mouse over background image not clickable on IE 8
Sorry no. For this issue I've had to dive into the HTML, then use the caniuse site to research each feature to see if there are limits or caveats. There … -
Replied To a Post in I dont know how to delete a partition ...........
I'm going with you should not do this. Why? Because your app could be on any Windows version from XP to 10 and the commands vary from OS to OS … -
Began Watching I dont know how to delete a partition ...........
I want to create a program to delete a partition using VB.NET or CSharp.NET But I have no idea how to do it. I know a big portion of VB.NET … -
Replied To a Post in Going from access database to checkboxes getting "NullReferenceException"
You found it. "null value error." Which variable is it and then code to handle it. -
Replied To a Post in Link/mouse over background image not clickable on IE 8
Time to check out http://caniuse.com/ and see if any feature you are using is either not supported in IE8 or has a caveat. -
Began Watching Link/mouse over background image not clickable on IE 8
This is my site www.landshoppe.com My links and searchbox in the divs of the header portion with background image is not clickable in IE 8. Is this an inherent IE … -
Replied To a Post in Going from access database to checkboxes getting "NullReferenceException"
OK, a few things. 1. On line 32 I can't find where the variable inc is declared or set. 2. In VS (visual studio), place a break on line 32 … -
Replied To a Post in Going from access database to checkboxes getting "NullReferenceException"
Just in case I'm missing something, that tag "vw.net", is that a typo or a new language? Anyhow, while you are in Visual Studio, what line is faulting? Also, let's … -
Began Watching Going from access database to checkboxes getting "NullReferenceException"
In my access database, I have a table for the master list of items discussed in a training meeting. If a certain item was discussed in a meeting, then the … -
Replied To a Post in Login Problems
Just so you know why I chose those DNS. I ran namebench and those won. Here's what my Chrome task manager looks like. http://i.imgur.com/xL1OUF3.png -
Replied To a Post in Login Problems
OK, I wonder if Chrome is spending time on addins. I have Adblock+ and Web Of Trust. Nothing else. The DNS and such is in this IPCONFIG dump. Wireless LAN … -
Replied To a Post in Login Problems
I opened Chrome Version 51.0.2704.106 m (64-bit) and it took **5** seconds to get to the [Programming forum.](https://www.daniweb.com/programming/4) And it's updating. will retest after that. Now at Chrome Version 52.0.2743.82 … -
Replied To a Post in dell inspiron 2200 no display, fans ok, hdd ok
It's old enough to have failed (2005 laptop) but did you replace the CMOS battery and give it another reset? I've noted the routine at my sticky in another forum. … -
Began Watching dell inspiron 2200 no display, fans ok, hdd ok
dell inspiron 2200 power led is on and the fan is spinning, internal hdd is on (i can feel its vibration and ticking on start) but there is no picture … -
Replied To a Post in display image on form
For this you would break down the design you want then code it step by step. However this is your first post so read https://www.daniweb.com/programming/web-development/threads/435023/read-this-before-posting-a-question I don't see any code … -
Began Watching display image on form
hello sir how to display student image and signature image in box on single browser button click on check box of image and singature in php -
Replied To a Post in How can I import javax.sound.sampled ?
I think you didn't research this one. Example: https://www.google.com/search?q=javax.sound.sampled+in+android+studio This finds the priors and why it fails. It also gets into what you need to do next. -
Began Watching How can I import javax.sound.sampled ?
Hello All, I am unable to import javax.sound.sampled in a mobile app I have been playing with. I am currently using AndroidStudio and I do have the path pointing to … -
Replied To a Post in SMS Gateway development
A few years ago I went to the CTIA convention (google Super Mobility 2016) and ATT would send messages by the tens of thousands for 10 to 20 bucks. This … -
Began Watching SMS Gateway development
We want to develop a new SMS gateway service from scratch for our new Product and we are looking for the same product like Twillio and any other SMS service … -
Replied To a Post in Update records while looping
@Sigmond, Consider this PHP code. <?php for($x = 0; $x <= 53; $x++){ $x++; echo $x; echo ","; } ?> I ran it on a PHP fiddle and here's the … -
Replied To a Post in Update records while looping
Spelling error in my reply. I meant "the loop" in my second sentence. -
Replied To a Post in openGL
I didn't read where you checked your include directory settings. While the link I note is for 2015, it's same or similar to 2013. https://msdn.microsoft.com/en-us/library/ee855621.aspx -
Began Watching openGL
I am trying to run the code in openGL in Visual Studio 2013 after installation. It shows error as "Cannot open source file <GL/glew.h> and <GL/glut.h> ". Also it shows … -
Replied To a Post in C#: put an exe file on the foreground of the form
That's been batted about for a long time. https://www.google.com/search?q=c%23+keep+app+on+top finds priors and I won't tell which is the right answer but you need to decide if you want to use … -
Began Watching C#: put an exe file on the foreground of the form
Hello, I need to keep the exe's window (for example Notepad) always on the foreground of the form, it means that even if we click on the form , the … -
Replied To a Post in Software for advertising creation
While you left out if this is for a big display, print or what medium it's for the simple answer is yes. The artist has plenty of free software today … -
Began Watching Software for advertising creation
Is there any free or at least cheap software to create advertising billboards for small business? i want it to look like the big stores digital billboards but i don't … -
Replied To a Post in Update records while looping
Something looks odd at lines 36 and 37. It looks like only the odd values would appear for the value x$ So that's odd on its own. Next we have …
The End.