Search:
Type: Posts; User: Lord Orwell
Search:
Search took 0.59 seconds; generated 59 minute(s) ago.
-
i believe (and you will want to confirm) the surface pro they currently sell runs on an arm chip. It's also, for the price, slow. People have ran windows 10 on a new m1 macintosh in a vm and it...
-
They've added some useful shortcuts like this. Another one we use constantly is ??. If the value to the left is null, it returns the one to the right.
example:
object?.property ?? 5
Also the...
-
are you running any vmWare? They were causing this issue until a recent update.
-
Well, i mean, if you want your computer infected... There's a reason it's had updates you know. Most of them are fixing giant glaring security holes, and flash is just not necessary anymore. Html5...
-
I know this is super-late but it seemed like a fun contest so i went ahead and did it. Here's my fiddle. https://dotnetfiddle.net/MFNZn6
-
ok i know the contest is over but it seemed like a fun project to try so i threw something together while waiting for SNL to start. Here's my fiddle. https://dotnetfiddle.net/MFNZn6
Note that...
-
I'm sorry i missed this one. I think i may add a submission anyway as this seems like something fun to code in c# .net console.
-
windows movie maker is still available as a free download. It's designed to split and combine movie parts.
-
You're fighting standard styling. The thin area at the top is there so the user can move the form. It's put there by the OS in vista and above. You should have realized this when running your app...
-
well, i would still try the monitor on a different computer. It's *possible* that your refresh rate got screwed up somehow. That definitely sounds like an issue with vertical sync. Plus, if your...
-
I did just recently come across an issue where i had to convert an integer array into a list because .contains wouldn't work in a linq query with it. Good info. I would have said something similar...
-
having the benefit of knowing what the hell i'm talking about, i can tell you it's not a mac problem. The hub is the problem. It has its own controller chip in it and circuitry. There is something...
-
I'm not totally sure i understand what you're asking, but an ajax query in "get" mode is functionally identical to a query string on the end of a url, and is passed that way.
-
the registry actually got its start in windows 3.1 It's possible in later versions of windows to put a policy in place to stop a user from editing the registry, if you're having problems accessing...
-
In theory you shouldn't have to even do this. It would be helpful to know exactly what kinds of problems you are having, but VS is designed in such a way that new versions are able to be installed...
-
is that 50,000 yuan? There are other factors to consider as well. Since that's a server processor, it requires a server motherboard.
anyway if you are actually developing in vb6, how...
-
it may be "easy" but it's not stable. vb6 container is single-threaded. as a side note, i misread the title. I thought it was a 3950x. A 3990 x is a threadripper and that's a server processor.
-
You don't think there's anything wrong with your systems for two reasons: 1. You are evidently coding for vb6 based on your post, and 2. You must not have ever used anything else.
My...
-
If you script a table with foreign keys on it, you will see that there are constraints also scripted for the foreign key columns. It will check the other table to see if it can be deleted. It will...
-
since you are using sql server, why don't you script your existing table as "create" and then just rename the table in the script? Your new table would then have all of the constraints your current...
-
Since it's never a good idea to give or sell a computer with your drive in it, you could take that drive and make it the boot drive for your new computer. You could also clone it and, assuming the...
-
All i have to say is this: We impeached Clinton for Obstruction of Justice. Now we are impeaching Trump for Obstruction of Justice. THAT is a Quid Pro Quo.
-
if it was a legitimate email, clicking the link would not ask you to sign in again. It would be an expiring login link.
-
just clarifying: The static address you selected falls between 192.168.1.11 and 192.168.1.209?
-
When a micro-sd card detects that it is reaching the end of its read/write cycles, it locks itself to read-only. This is not just a micro-sd card feature. I have a 64gb memory stick permanently a...
-
I'm surprised notepad even has a regedit entry. It's not designed for anything fancy. It's supposed to be a fast-opening plain-text viewer. Use notepad++
-
Why not? the .Net languages were literally (it's in the name) designed to be used for net-aware applications and websites. C# mvc is amazing.
-
we've known that since Jul 13th, 2011, 06:04 PM. There's another option available that could be used. The Parallel.For and Parallel.ForEach do all the threading for you. You'll still have ui issue...
-
not sure if anyone mentioned it but the reason you got a -1 is that the character wasn't found. -1 is an error result.
-
you are setting your viewbag to currdescription1 but the control is looking for description1. That may be the only issue.
-
my only comment here is you actually CAN cast to a higher-type variable. You could cast an int into a decimal for example, but no other variable types can contain a decimal type as it has the most...
-
there are differences in the versions of notepad, purposefully hardcoded in there, and related to how notepad handles memory. Windows 7 notepad is only designed to handle files up to about 58 mb in...
-
legitimate sites won't have them. Most sites that do are video hosts for piracy, and the programmers are good enough nowadays that they can either ignore the adblock or in the case of legit sites,...
-
I would like to see your code, but is it possible you think "there are 816 records so the last one is at index 816"? You need to count 0 so your last record would be 815. I don't think that's your...
-
bluestacks works the most flawlessly in my experience, for general use. The only better method is android in a VM and those exist pre-packaged.
-
I consider this a bug in windows. I have the same problem. I formattted a iso image onto a flash drive, and i can not remove it. It's now permanently a boot disk.
-
since you are coming from vba maybe it would help you for me to tell you why your original code was throwing two popups. The way the try-catch works is that you are telling the compiler you will be...
-
since you are coming from vba maybe it would help you for me to tell you why your original code was throwing two popups. The way the try-catch works is that you are telling the compiler you will be...
-
we use syncfusion docio for this. It's incredibly easy to use. I was able to go from no knowledge at all to rendering word documents to pdf files and then importing other pdfs into them. It's...
-
i'm not sure what the solution is in xamarin, but android has containers you store pages in and they aren't destroyed when flipping between them unless you explicitly destroy the old one. It's how...
|
Click Here to Expand Forum to Full Width
|