47 Topics

Member Avatar for
Member Avatar for Reverend Jim

Remember when once upon a time all you had to do to start Windows in safe mode was go all Woody Woodpecker on the F8 key during boot? Well in Windows 10 it seems you have to do just a little more... 1. On the login screen click on the …

Member Avatar for rproffitt
1
2K
Member Avatar for VIPER5646

Hi I'm having an 'The application is in Break Mode Error' when debuging this sort code. Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click Dim ds As New test1 Dim reportdoc As New CrystalReport1 ds.Tables.Add(Test_tbl) DataGridView1.DataSource = ds.Tables("Datatable1") reportdoc.SetDataSource(ds.Tables("Datatable1")) With CrystalReportViewer1 .ReportSource = reportdoc .Refresh() End With End …

Member Avatar for Nutster
0
316
Member Avatar for alan reid

Dell XPS410 Vista Home Premium SP2 I am having multiple problems with my computer. One is a racing CPU fan. Before I can tackle that, I need to know how to get the computer out of power saving mode. The instructions say to strike any keyboard key or move mouse. …

Member Avatar for rubberman
0
286
Member Avatar for dumicom

Hi Guys, I'm Using Python 2.7.3 This is my txt file: TimeStamp,Irradiance 21/7/2014 0:00,0.66 21/7/2014 0:00,0.71 21/7/2014 0:00,0.65 21/7/2014 0:00,0.67 21/7/2014 0:01,0.58 21/7/2014 0:01,0.54 21/7/2014 0:01,0.63 21/7/2014 0:01,0.65 21/7/2014 0:02,0.64 21/7/2014 0:02,0.63 21/7/2014 0:02,0.63 21/7/2014 0:02,0.64 . . . . 22/7/2014 23:57,0.53 22/7/2014 23:58,0.69 22/7/2014 23:58,0.61 22/7/2014 23:58,0.65 22/7/2014 23:58,0.59 …

Member Avatar for Gribouillis
0
2K
Member Avatar for projectbpain44

I have a toshiba and recently my computer screens turns completely off when it goes to the login screen but i can still here the sounds and everything the screens just turns off but the laptop is still on, but the weirdest thing is when i shut it down by …

Member Avatar for Mya:)
0
312
Member Avatar for Michael_23

When I use a combination of buttons (the only one that seems to work is power and volume+) to access recovery mode, I don't see the expected android on its back with exclamation mark. Instead, the android stands up (with a spinning logo at the front) and although it says …

Member Avatar for Bandarigoda123
0
305
Member Avatar for debgreat

Hi. I have a very old computer at my job. It will not boot up except for safe mode with networking. Suprisingly I like it better in this mode because it is 100 times faster. I do not know if it is plagued with viruses or has had a crash. …

0
187
Member Avatar for dre-logics

I use visual basic 2008 and MYSQL (Storage engine is innodb) Is use this code to retrieve informatie (see below) The SQL string ="select * from articles where articlenb=12345" I want to check of this record is used by een othor user in the network. Can use innodb for row-based …

Member Avatar for dre-logics
0
647
Member Avatar for Brennan_1

I need help with my coding I need to be able to take in at most 300 integers(0 to 100) and then fin the count of zeros and evens. After this i need to add all of the integers up and get the average. Find the maximum and minimum values …

Member Avatar for iamthwee
0
772
Member Avatar for joshl_1995

Hello Community, I was wondering if there is a way to get only the visible section of the image from picturebox1 and place it in picturebox2. So what I have is picturebox1 set to a certain size, and the image size mode is set to center. Picturebox2 is also set …

Member Avatar for joshl_1995
0
1K
Member Avatar for maracuya

my friend is having a problem with his pc. he says its xp service pack 3 but is not sure if its home or pro. he says one day he logs on and gets to blue screen and then computer logs right back off. he mentions that the blue screen …

Member Avatar for Rik_
0
246
Member Avatar for kdlong

My pc shut down out of the blue. Am getting the proverbial "Windows did not start successfully" message upon attempting to start it. You know....black screen with white text, giving you several options on starting back up. Regardless of any option I choose, it shuts back down after chossing that …

Member Avatar for Webville312
0
364
Member Avatar for normanallen

I am using Windows 7 Ultimate 32-bit. After a reinstall, I have installed XP Mode. However, with Windows Explorer (and other utilities that access files), I can see all the files in any folder, but as soon as I try to do anything with any file, the system crashes and …

Member Avatar for normanallen
0
270
Member Avatar for mtostro29

Very recently, I let my laptop (HP) battery get too low, and it died on me. Usually, upon plugging in the adaptor, everything starts right back up again. However, this time, the laptop runs, but all I can see is a black screen. I can even hear the little chime …

Member Avatar for alicia.n.gallegos
0
503
Member Avatar for marnun

Next exercise from codeLab that I am getting logical error indication for. What am I missing? Thanks in advance. > You are given an array x of string elements along with an int variable n that contains the number of elements in the array. You are also given a string …

Member Avatar for marnun
0
2K
Member Avatar for Bluescreendeath

Hi all I have been asked to calculate days in a week. I know there is not 24 hours but 23 hours 56 minutes in a siderial day. How do I express that fraction in interactive mode. For example: print 60*23/56/60*7 or something to that effect. Anyone? Glenn.

Member Avatar for Gribouillis
0
222
Member Avatar for xikhari.some1behindu

I am trying to convert a listbox to an array so i got this line var modarray = listBox1.Items.Cast<String>().ToArray(); but then i also need to use an int array so i tried the following int[] arr = modarray.Cast<int>().ToArray(); but i get an error that suggests that is not possible to …

Member Avatar for Momerath
0
225
Member Avatar for shenamae.borja

Can I print letters in assembly graphics mode by using some commands, or do i have to draw everything pixel by pixel? If so, how?

Member Avatar for mathematician
0
146
Member Avatar for chrissy.schmitz

I have a Toshiba Sattelite Pro 660, when I switch it on I had a black screen with only the Toshiba on screen. I couldn't start the Recovery Mode it frooze too. After checking in on the Boot Menue to change to boot from CD it came up with this …

Member Avatar for Wil 0' Wisp
0
286
Member Avatar for sachintha81

In my C++ Win32 program I want to set the current Display Settings to "Extend" mode. I Googled and found out that SetDisplayConfig() is the way to go forward in Windows 7 (I'm on Windows 7) but now I am kind of stuck how to proceed as the MSDN explanation …

Member Avatar for sriv
0
2K
Member Avatar for anuj.juthani

I am developing a IE toolbar using MS VISUAL STUDIO 2010 VC++ I have a popup menu, having two options WEB SEARCH and IMAGE SEARCH. my problem is the pop up menu works fine when i see the output in DEBUG mode ... The pop up menu works fine even …

0
208
Member Avatar for shhahid

Hello there, i'm having trouble that my computer get wake up after i put on sleep mode. Sometime it wake up in 10 min sometime pretty quick like in couple of minutes. Any idea how to reslove this issue. Regards Shahid

Member Avatar for the2smithboys
0
286
Member Avatar for catls44

I have an ACER 7741Z. THe screen just went black on me. I unplugged it over night, took battery out, help start button 60 seconds then restarted it. Screen still is black after I type in my security code. After a period of time the computer goes into sleep mode …

0
173
Member Avatar for swissknife007

Given an array A of length N, my task is to find the element which repeats in A maximum number of times as well as the corresponding count. In case of ties,I choose the smaller element first. Input First line of input contains an integer T, denoting the number of …

Member Avatar for VernonDozier
0
885
Member Avatar for Kunal0

Hi, I have a basic understanding of C++ and was creating something myself with a class of 6 integers and a string what I want to do is to be able to find the mode values for each of the six integers and strings I have instantiated a set of …

Member Avatar for ravenous
0
280
Member Avatar for shaya4207

Hi, First of all I'm not sure that this is the right place, so if it isn't please feel free to let me know, and/or move the thread... I have Windows 7 with WAMP installed, and I obviously view my stuff by going to [url]http://localhost[/url] (or [url]http://172.0.0.1[/url] which is essentially …

Member Avatar for shaya4207
0
225
Member Avatar for TeddyBear230

So i recently dug my dad's old computer out of the garage and fired it up. Since i didn't have a monitor yet, i borrowed the one off my dad's current computer the first few times. Everything was working just fine and no problems. Then 2 days later, i got …

Member Avatar for TeddyBear230
0
453
Member Avatar for Mr Programmers

When I start my computer, the Start up Screen (Loading Screen) comes up and loads normally. Before showing up the Log in Screen, the computer automatically restarts. I started the Windows again but the error is not gone. [B]I have:[/B] Windows XP Home Professional Service Pack 3 Pentium 4 494 …

Member Avatar for benmar
0
800
Member Avatar for sacros

hey there i just started learning informatics and im currently learning pascal and im liking it a lot, its my first time with programming too, only problem i have is we dont have any computer in the classroom to try the code and unfortunately i dont have a laptop or …

Member Avatar for TrustyTony
0
281
Member Avatar for ThatGuy2244

I would like to know how to display more than 256 colors in DOS I already know about the color palette which can hold 256 colors and can be changed, but as soon as you change them the colors on the screen change. So how would I display more than …

Member Avatar for ThatGuy2244
0
475

The End.