5,430 Posted Topics
Re: I think this is a simple no. For example if I compile my C# code the exe is not "machine code" entirely. The .net clr is fired up to run the C# byte code. That's not a bad thing. But since the clr is not an OS the answer is … | |
Re: I remember something on this. There was something called Cosmos so I dug it up for you. http://www.codeproject.com/Articles/99928/Develop-Your-Own-Operating-System-in-C-or-VB-NET I still like the windshield wiper comment. | |
Re: There is an assignment like that in CompSci 2nd year courses. They give you about 1/2 the semester to complete such which tells you the amount of work you would need to put into such a thing. But since this is not for school or credit, why not search around … | |
Re: The clue is in the prior line. Dim ImageData() as Byte Forget ReDim and declare the array of sufficent size. | |
Re: Before you code, use a terminal app and issue commands to make sure your strings and responses match your code. You may have to put a serial port sniffer (I use this old RS232 cable to another PC or two to watch the data) to see what's up. I don't … | |
Re: Maybe you need to know what you are doing could be called. Here's a google using what I think you are looking for. https://www.google.com/search?hl=en&as_q=1d+nesting+algorithm As you can see this leads you to the old "bin packing problem" and now you have a lot of prior discussions you can check over. … | |
Re: I gave this post time to age. Think over your question as if you knew nothing of your project. I can't tell if this is on the tablet, or if you want to add a signature box to your web app or well, you get the idea. I did check … | |
Re: Never found this. But there is a TWO STEP procedure that many used. 1. VMWare's converter. 2. A VMWare to VirtualBox converter. Both noted at https://forums.virtualbox.org/viewtopic.php?t=61 | |
Re: How long do you have? Or how long have you been around? The X system did that, what about 2 decades ago. Linux in many forms uses it and as to the second part of the question, you need to consider all Gigabit LAN to hit your speed marks. That … | |
Re: Code looks too light to me. It seems to be that old first try type effort. Anyhow, be sure to try this with a terminal program first. That said, we implemented this long ago and no, I can't share the code as it belongs to the company but I will … | |
Re: I would be guessing what you are trying to do with the 127.0.0.1 but something I read recently had me point these to 0.0.0.0 instead. The article at http://www.howtogeek.com/225487/what-is-the-difference-between-127.0.0.1-and-0.0.0.0/ had me change my hosts file to point to 0.0.0.0 when I don't want it to resolve and more. 127.0.0.1 seems … | |
Re: Hey, I like that story. Let's hope you fix that link. | |
Re: Cheat. Shell out and try wmic logicaldisk where Caption="C:" get caption, VolumeName, VolumeSerialNumber, Size, FileSystem, FreeSpace That's the command line and you could call wmic from your app and redirect it to some file you read later. Just tried it. Microsoft Windows [Version 6.3.9600] (c) 2013 Microsoft Corporation. All rights … | |
Re: While one may not know what you own (no make, model, etc.) Try this generic reset I find to help at times (laptop, desktop and my Roomba.) 1. Power down. 2. Remove battery (laptop, Roomba, etc.) 3. Remove power and USB cables. Hey, firewire too along with any external cables. … | |
Re: Did you post this to many places? https://www.google.com/search?q=your+task+is+to+calculate+amount+of+time+taken+before+the+robot+falls+either+ditch+if+at+all+it+falls+in+a+ditch&ie=utf-8&oe=utf-8 Please share where you got your best answer. | |
Re: I think this alone dashes your hope of using Microsoft's free HyperV. "Hyper-V 2012 can only be managed by Windows 8, Windows Server 2012 or their successors." I was going to note Proxmux but then I read http://hardforum.com/showthread.php?t=1820817 which lead me back to VMWare. https://www.vmware.com/products/vsphere-hypervisor You have an abitious goal … | |
Re: I rarely defrag, and in fact have not in 2014 or 2015. Why? Read: http://www.complete-concrete-concise.com/blog/why-you-dont-need-to-defragment-your-hard-drive Since no Windows OS was noted I can't guess if you can use any of the titles listed in the article. | |
Re: To me this is odd. My PC came with Windows and with Windows 10 being a free update, well what fees? If it's Visual Studio there is Visual Studio Express which has no fees. But to your question, https://www.google.com/#q=linux+android+studio seems to answer that. I use Android Studio and it's about … | |
Re: Ask this. https://msdn.microsoft.com/en-us/library/mt204009.aspx and other links seems to allude that the community version (aka free?) is SOL on SQL. Ask that! Lucky me, the office gets Pro for our work. They all seem to run the same speed. | |
Re: Sounds like you didn't deploy the app. "copy full project" doesn't sound correct here but which Visual Studio? Example deployments at https://www.google.com/#q=how+to+deploy+a+vb.net+2012+project | |
Re: It's a shame folk don't look into this before formatting. http://kb.mozillazine.org/Import_from_Outlook_Express notes how to get to Thunderbird and that is cross platform and a lot safer to keep backups. Of course you could install Outlook Express (it came with some OSes) and bring it back in then off to Thunderbird … | |
Re: Can be true when we don't install a printer driver and set it as the default. Oddity or weird fact. | |
![]() | Re: Given the age, story it sure sounds like a failed HDD. Since the other OSes run from CD and USB, that adds to the story the old HDD may be gone. If you can supply the make and model of the HDD maybe we can find a CD/USB based HDD … ![]() |
Re: Why not keep printing in your app? As to other apps, https://www.google.com/#q=command+line+pdf+append finds the usual titles. | |
Re: A long time ago, this happened to me. I'll share but make no claim this is it. What was it? The Windows machine had no default printer selected or printer driver installed. As such, the fonts were not showing up in our app. | |
Re: So Kilometres or Kilometre (from data.cs)? Which is it? | |
Re: Is that still an assignment in class today? https://www.google.com/search?q=Write+a+Java%28TM%29+application+using+NetBeans%28TM%29+Integrated+Development+Environment+%28IDE%29+that+calculates+the+total+annual+compensation+of+a+salesperson&ie=utf-8&oe=utf-8 It appears that someone is recycling assignments. My bet is you'll get the same answers folk gave last time. | |
Re: Double or float was never reccomended for currency calculations. More at link. http://www.javapractices.com/topic/TopicAction.do?Id=13 | |
Re: Small world. A few years back I had that error. I read http://stackoverflow.com/questions/20033231/with-android-studio-no-jvm-found-java-home-has-been-set and one of the prior answers worked. Let me share that installing Java has got a whole lot easier now there is ninite.com. If I'm setting up the first time I uninstall all older Java's then get … | |
Re: Could be wrong directoin but a long time ago in HTML5 I implemented speed control. It's done with a little javascript and there are numorous examples if I google: How to change the playing speed of videos in HTML5? | |
Re: I have not experienced that one but if I did I might try the reset noted at https://social.msdn.microsoft.com/forums/vstudio/en-US/abcb54bb-5490-48ab-a961-f2c7f64331a3/visual-studio-startup-error-clr20r3 Other causes appear to be XP, Fonts, and region/language settings. | |
Re: Just a thought. Use the usual window.onbeforeunload = function(){ your code to save goes here; } | |
Re: Think about it. ++a can't be added to something else until the ++ step is completed. So to finish this math my bet is the compiler completed the increments first to varible a and since it's only a pointer to a, a gets incremented twice before the final a + … | |
Re: Never found a merge, but there is an APPEND command. Documented at https://msdn.microsoft.com/en-us/library/aa977271%28v=vs.71%29.aspx | |
Re: I'm going with no. Outlook with Exchange server didn't store the contacts locally so you'll need to restore the server first. Also, who runs servers with no backup? Try not to grill your IT too badly. Let them get it back first and then go over the disaster plans. Now … | |
Re: There are a few ways. Depending on the exact effect you want. My thought is the TextChanged event ( http://www.dotnetperls.com/textbox-vbnet ) would run a small Me.Text = 'code that strips the text to 12 lines. That allows them to edit the first 12 lines. | |
Re: Please share the code as it is. Could be a simple thing. | |
Re: Why not solve it by any means? It's a problem to be solved, not homework, right? | |
Re: Sadly this is usually the end for tablets. Since it's dead you can watch/find many of the Samsung Tablet disassembly videos and try one thing. Unplug the battery for a minute, plug it back and and hope. | |
Re: Back to the person who wrote this spec. They didn't reveal how many they needed in a day so with 0 to 999 possible values, not only is there that "unique" spec but the missing spec on how to handle it running out of numbers. Frankly the random bit could … | |
Re: Think it over. There are web forms all around you. You can have them fill that out and on your web server do the form edit/filling and create a file as you see fit. However it almost always begs the issue of site security. But that's another topic. Do the … | |
Re: I am of 2 minds on laptop battery replacements. 1. If it's for work or the fretful/fearful you get it from Dell. Done. 2. If you are not placing it in places that are made like a tinder box and know it's slightly ever so slightly risky you get one … | |
Re: Container as in a box or bucket you put stuff into. I've taken to just making an .ISO of the full up DVD since with VLC Player it works just like the original DVD with all tracks and was not recompressed. For some that's not acceptable since they want smaller … | |
Re: Try a continuity test without the power adapter. Do the circuit trace ring out from/to the power jack pins? If not, the jack may have broke. | |
Re: I'm watching http://www.codeproject.com/Questions/1003536/vb-net-executing-JavaScript-in-GeckoWebBrowser to see if others notice this. | |
Re: Looks simple. You used a post increment. http://www.quora.com/What-is-the-difference-between-pre-increment-and-post-increment-operator-in-C++ So you get i for evaluation and later it's incremented so the i for evaluation is zero but as it's a post increment, it exits with i as 1. | |
Re: There's usually more than that. That is, not only do you set the port value as you noted but if the pin is input, output, etc. Code alone isn't enough here. | |
Re: Let's say your web master is proficient in one over the other. The one wins. | |
Re: Maybe there is more to the story. As it's that new, why not let Dell fix it? There's also a bunch of folk that wipe the supplied OS and today it can be hard on folk to pencil out an install plan. Anyhow, good to read that Linux is fine … | |
Re: I've lost count of folk in that situation. Most just wither away because they are so afraid their idea would be stolen they can never talk to anyone about the product so no one can help them move forward. Tell more, make a kickstarter or such and get going? |
The End.