-
Began Watching VB:How to randomly display a photo from your files to a pcturebox
To display specific pictures i've used the code below PictureBox1.Image = Image.FromFile(FILEPATH") but how can I code it so a random file of a photo is displayed instaed? -
Replied To a Post in VB:How to randomly display a photo from your files to a pcturebox
In psuedocode something like. 1. Get the list of files in an array. 2. Use a random number from 1 to the number of files. 3. That line of code … -
Gave Reputation to CimmerianX in windows 10 system files are huge!
+1 for ninite. I use that all the time, especially for Classic Shell to 'fix' the windows menu in ver 8 and 10. -
Replied To a Post in Linux Bash Script
@fo2sh. That's the idea. You limit the flood in your example to once every 15 seconds. If that works for you, you're done. There are perfectionists that will want more … -
Replied To a Post in when i opend my java program i see this error: illegal character: \u000
If you recovered and it happens again it means you didn't learn from the prior experience. I won't pull any punches here on out. You need to take better care … -
Began Watching How can i compile/package a vb.net program
Please how do I Compile and Package a vb.net program (web based) so that I can deploy it on other computers, or better still on a LAN server, where other … -
Replied To a Post in How can i compile/package a vb.net program
Time to research the following. [CLICKONCE](https://www.google.com/#q=clickonce+visual+studio+2008) -
Began Watching Getting into game development...the right way
Okay... So I am an avid programmer. I have been writing applications in C, C++ and C# for almost 10 years now. I'm also a second year computer science student. … -
Replied To a Post in Getting into game development...the right way
My nod is to using engines. I think that engine creation is an art and team all to its own. So for a game creator it's more about the big … -
Began Watching Does Loan Management System Need to find profit or loss from application ?
I made a loan management system using vb.net. I included income statement option(get interest income and expenses and calculate profit/loss) form to that software. I'm now face some problem. what's … -
Replied To a Post in Does Loan Management System Need to find profit or loss from application ?
My advice is to not make duplicate posts. I think I see more than two of the same question from you. Folk may notice and you'll get no replies. That … -
Replied To a Post in windows 10 system files are huge!
Good tools mentioned by CimmerianX. Read why I get such from Ninite at http://www.howtogeek.com/201354/ninite-is-the-only-safe-place-to-get-windows-freeware/ -
Gave Reputation to CimmerianX in windows 10 system files are huge!
Seems like a lot of space for windows system. Try the following tools. I use them myself frequently. It will give you information and the ability to clear space. WinDirStat … -
Began Watching When restoring a backup, how do I disconnect all active connections?
hello guys My SQL Server doesn't restore a backup because of active connections. How can I force it? -
Replied To a Post in When restoring a backup, how do I disconnect all active connections?
The thing is, there are so many prior answers that you may want to read a few and find one that works for you. Example search: https://www.google.com/search?q=How+do+you+kick+users+out+of+a+SQL+Server+2008+database -
Began Watching windows 10 system files are huge!
so i checked my storage on my mac(running windows 10) it said 340gb used out of 500gb. 249gb of that are the windows system files. why are they so big … -
Replied To a Post in windows 10 system files are huge!
There are tools to go find what it is. Did you try the usual of turning off then on system restore? That issue has been with us for over 16 … -
Began Watching Merge two icons at run time, display as one icon in android studio
Dear all! I am gonna devlop a launcher in android studio in which icons of all apps are created(app's original icon+some effects) at run time. Kindly provide me suggestion, what … -
Replied To a Post in Merge two icons at run time, display as one icon in android studio
Not to discourage you but there are too many launchers today. As I read http://www.androidcentral.com/best-android-launchers the one thing you need to think of is "Can I do this?" I'm a … -
Replied To a Post in battleship
As to the design was already there, you posted code and not the design. There are some that write "read the code" but at some point when the app is … -
Began Watching battleship
Where do I begin? How would I go about forming a code of my own that is 'original'? I have seen everything that has already been done before. I will … -
Replied To a Post in battleship
I wonder if you tried to code before you had a design. Reading from https://www.google.com/#q=design+first+then+code and posts like yours I wonder if you tried to make a design in your … -
Began Watching Process Rank in MPI/C code
Just started learning MPI and all, need a little help with it though. int main( int argc, char *argv[] ) { int rank, n; MPI_Init( &argc, &argv ); MPI_Comm_size( MPI_COMM_WORLD, … -
Replied To a Post in Process Rank in MPI/C code
2 things. 1. Looks to be a duplicate of https://www.daniweb.com/programming/threads/503211/process-rank-in-mpic-code 2. It seems you have 16 questions you want answers to. If you want these values it looks like you … -
Began Watching HomePlug WiFi bonding linux
Hi, I am connected to my internet router and my satelite set-top box using TP HomePlugs. My desktop computer is on the first floor, while my router and set-top box … -
Replied To a Post in HomePlug WiFi bonding linux
Here that tells me there's some issue with the network or PC. Did you check TPLink for firmware updates? -
Began Watching Need help with C prog (average of a 2d array row and all of the array)
https://www.daniweb.com/community/contribute# #include <stdio.h> #include <iostream> int main(int argc, char*argv[]) { int my2d[5][4] ={ { 36, 14, 41, 24}, { 47, 47, 49, 15}, { 40, 23, 29, 49}, { 17, … -
Replied To a Post in Need help with C prog (average of a 2d array row and all of the array)
So what's up with line 21? `for(i = 0; i <= 5; i = i + 1) {` I'll call this the row and your for statement goese from 0 … -
Began Watching Why Drive Quick start sample always showing Authenticate
I am new to Android, Now i need to integrate my app with Google Drive i have search google a lot, i have got Drive quick start sample from git … -
Replied To a Post in Why Drive Quick start sample always showing Authenticate
From memory Google Drive mandates you login so my quick look here says that should happen. -
Began Watching OOP Text Based Java Game
Hi guys, i have an assignment where i have to create a oop text based java game and have no clue where to start or what i need to include. … -
Replied To a Post in OOP Text Based Java Game
Here's the thing. A Java course may rely on you learning something before you dive into coding. Here's a web search on something I find new programmers and sometimes old … -
Gave Reputation to Reverend Jim in 2016
A few years ago the ratio of A:B where A = "Here's my homework. Do it for me." or "I'm too lazy/stupid to Google this myself". B = "I'm stuck … -
Began Watching Popping/Cracking sound and audio lag?
**Synopsis:** * NEW computer build with good hardware * While playing audio speakers pop, crackle and audio lags randomly and intermittently. **Troubleshooting steps taken so far:** * Uninstall all audio … -
Replied To a Post in Popping/Cracking sound and audio lag?
I see no mention of motherboard chipset drivers. Since it's from Asus, check the site for this model. And you have this Enterprise OS so tap your IT to fix … -
Replied To a Post in when i opend my java program i see this error: illegal character: \u000
@Mar.Na. I take it you don't backup your stuff by the question posed. Only you know where your backups are. This is usually what prods a new programmer to learn … -
Began Watching when i opend my java program i see this error: illegal character: \u000
Hi all;;; please can anyone help me , when i opend my java program i wrote it previously ,,,i see the red line in the editor and code dosent exist … -
Replied To a Post in when i opend my java program i see this error: illegal character: \u000
That looks like a unicode null to me. https://www.google.com/#q=unicode+null for reference. If it's just that line, select the blank line and delete it. -
Began Watching app asking for password when installing it
hello guys I created an app in visual basic abd i want it to be requsting for a password when installing it or transfering it from one computer to the … -
Replied To a Post in app asking for password when installing it
@Reo_1, as I read https://sourceforge.net/p/sevenzip/discussion/45797/thread/0b918e30/ I get the feeling you must proceed with care about the added files to this zip file or the password and vanish. There's also a … -
Replied To a Post in toshiba satellite c650
@jttslg. When 2 parts that should work together don't then one of them is likely gone. In bad cases, both. Dead laptops are not easy to deal with since you … -
Replied To a Post in toshiba satellite c650
@jttslg. So that battery. I worry now that a dead battery was left in the laptop possibly causing strain to the main board and more. I see that a lot. … -
Replied To a Post in Looking for recommendation for Windows based gaming desktop
@fallout4player. That's news to me. The last article I read had 3 Titans to eek out about 30 frames a second on a 4K display. Has something changed? That said, … -
Began Watching Creating Mobile Application
What is the best platform to use in developing mobile application? Should I set up internal storage? -
Replied To a Post in Creating Mobile Application
My best first mobile app would be the web site first. That hits all the target mobile devices in one effort. Now that the web site is working we can … -
Began Watching toshiba satellite c650
hi i hope someone will be readin this and resolve my problem. i own a toshiba satellite c650 laptop. its front cover and hinges were broken so i plucked up … -
Replied To a Post in toshiba satellite c650
While I sympathize over the loss, there's not much magic here. Laptops are notoriously fickle when they get old. Watch a few more youtube disassemble videos and carefully go over … -
Began Watching MS access DB
Good time of day all. Today I saw this error "The database has been placed in an unexpected state; Microsoft Access can't open it." I was working with it I … -
Replied To a Post in MS access DB
This issue is over a decade old. http://www.experts-exchange.com/questions/21403913/Can-VB-tell-the-correct-state-of-an-Access-database.html seems a nice summary of what happens next. Did you or your IT be good about backups and recovery? -
Began Watching What is wrong with my program?
# include <stdio.h> #include <stdlib.h> int option(); int questions (); int count_yes (); int main () { questions (); option (); medcode(); } Printf("Are you an asthma patient?\n"); Scanf("%s", &option); …
The End.