Search found 585 matches

Search found 585 matches Page 1 of 59
by AnoPem
Mon Feb 13, 2017 12:26 pm
Forum: General Help
Topic: Port forwarding two routers
Replies: 3
Views: 8811

I have done this myself in the past (quite a few years ago) but also don't remember how to do it, settings etc may differ depending on your tech but I found a few guides that may help. https://portforward.com/help/doublerouterportforwarding.htm https://www.reddit.com/r/techsupport/comments/2pc5te/p...
by AnoPem
Fri Feb 10, 2017 3:33 pm
Forum: General Help
Topic: Port forwarding two routers
Replies: 3
Views: 8811

Hello, i would like to know if anyone has experience with port forwarding two routers they are set on two different sub networks. I know its possible because ive done it before, its just so damn long ago that in dont remember it The main public router is on 192.168.1.1, and the sub one is on 192.168...
by AnoPem
Wed Feb 01, 2017 6:06 pm
Forum: Coding Help & Support
Topic: A web host / local server for asp.net?
Replies: 2
Views: 2783

Microsoft's equivalent of Apache or other Linux web server solution is called IIS, I believe. I'm also quite sure there's a free express version available. If not, you should be able to get it from MS Imagine (ex DreamSpark) or BizSpark as a student or business owner respectively. KR, -Filip I dont...
by AnoPem
Wed Feb 01, 2017 9:28 am
Forum: Coding Help & Support
Topic: A web host / local server for asp.net?
Replies: 2
Views: 2783

I know one can make a local web host / server, my question therefore is can you make one that will support asp.net? and how?
by AnoPem
Mon Dec 12, 2016 12:44 pm
Forum: Coding Help & Support
Topic: Listview load SQL + Images SLOW
Replies: 2
Views: 1809

I would say using a backgroundworker/threads could be the way to go. However, in my experience you'll find it hard to get it all to load as fast as you'd like. It will most likely be due to loading all the images in to the listview depending on image dimensions and file size. If you don't need to s...
by AnoPem
Mon Dec 12, 2016 11:58 am
Forum: Codenstuff boardroom
Topic: BLURB - Hey Cortana
Replies: 1
Views: 2498

They should release Cortana everywhere, instead of making apps for other platforms.
by AnoPem
Mon Dec 12, 2016 11:54 am
Forum: Coding Help & Support
Topic: Listview load SQL + Images SLOW
Replies: 2
Views: 1809

Hello i have a code where im loading information from a SQL database and then load images into an listview, my problem is that its very slow loading everything because i have 800+ items, probably because of the images. What im doing is i load the database and then load images from a folder with the ...
by AnoPem
Wed Nov 16, 2016 9:46 pm
Forum: General Help
Topic: Windows 10 store problems
Replies: 1
Views: 1828

Well i resolved this, i found the Windows apps trouble shooter and used it to find out that the error that caused it was because i was logged in with my microsoft account and i made it so i would never have to write my password to use the computer. Heres the troubleshooter for anyone else in need. h...
by AnoPem
Wed Nov 16, 2016 9:42 pm
Forum: General Help
Topic: Windows 10 store problems
Replies: 1
Views: 1828

Hello, im having trouble with apps downloaded from windows store, after i have downloaded an app, it sometimes has ads, but after i bought it it the ads disapears but only until next time i restart my pc then they are back and i have to click buy pro version, for it to say it fails to connect to win...
by AnoPem
Sun Nov 13, 2016 5:21 pm
Forum: Coding Help & Support
Topic: Reading file from zip file without extracting
Replies: 3
Views: 2382

I think you can do this in VB First add references to: System.IO.Compression System.IO.Compression.FileSystem Then using this code: Dim zipPath As String = "C:\TestFile.zip" Dim UnzippedStream As Stream Using archive As ZipArchive = ZipFile.OpenRead(zipPath) For Each entry As ZipArchiveEn...
Search found 585 matches Page 1 of 59
Go to advanced search