202 Posted Topics

Member Avatar for aminevb

Hmm lemme try the code. Well, I don't encounter any error. It writes to the database just fine. What error are you encountering?

Member Avatar for G_Waddell
0
114
Member Avatar for tdox

Probably these: C:\Documents and Settings\HP_Administrator\Local Settings\Application Data\inyjdn\qpdrsysguard.exe O4 - HKLM\..\Run: [ocgavona] C:\Documents and Settings\HP_Administrator\Local Settings\Application Data\inyjdn\qpdrsysguard.exe Can you access task manager?

Member Avatar for scudzilla
0
323
Member Avatar for shandow

If you really want to use Host-Only networks, you need two separate VM network interfaces in the host OS, one for each VM. As ITG-JM said, there are better options. The one you probably need is an internal network. If you want to include the host OS in the network, …

Member Avatar for scudzilla
0
205
Member Avatar for rezal

At lines 25 and 32, remove the semicolon. Because of those semicolons, max and min are both assigned to the final number in the array.

Member Avatar for NormR1
0
207
Member Avatar for zhouy
Member Avatar for Panathinaikos22

I tested it and it worked. Server on Windows 7 x64, IP 192.168.1.50, Client on Virtualbox Guest Windows XP IP 192.168.1.51 I haven't tested it yet using my router's external IP address. I'm not at home right now, and I can't access the router I'm currently using, so I can't …

Member Avatar for Panathinaikos22
0
411
Member Avatar for TF401
Member Avatar for <HHH>
Member Avatar for JamesCherrill
0
130
Member Avatar for Yoink

Perhaps runway3 is empty at that point? Like pyTony said, you should first check each runway if it is empty or not before trying to get the top. Because if a runway is empty, the top of it is a nonetype which will give you that error.

Member Avatar for scudzilla
0
266
Member Avatar for Kirielson

Your array of n has a maximum index of len(n) - 1. Your counter i ranges from 0 to len(n) - 1. So far so good. However, at line 14, you're trying to access the (i+1)th element of array n. What happens once i = len(n)-1? i would be equal …

Member Avatar for Kirielson
0
331
Member Avatar for tariqi2011

Are you looking for something similar to this? "Select SequenceID, a.FirstName + ' ' + a.Secondname AS Dispatcher, b.FirstName + ' ' + b.Secondname as Technician from Dispatch, Employee a, Employee b where DispatchID like a.EmployeeID and TechnicianID like b.EmployeeID order by SequenceID"

Member Avatar for tariqi2011
0
206
Member Avatar for FraidaL

Use a counter that increments whenever isprime is 1. Once the counter is equal to the input x, display the value you sent to isprime.

Member Avatar for WaltP
0
1K
Member Avatar for thorpntell

Anyway, on your problem is that for every `else if` statements, you added a semicolon after the condition. You are not supposed to do that. Additionally, you're missing another equal sign at line 53.

Member Avatar for scudzilla
0
4K
Member Avatar for denmarkstan

Could you check the Power Options and see when (or if) the display is set to dim and/or turn off? What OS are you using?

Member Avatar for scudzilla
0
47
Member Avatar for Vish0203

The character array `pass` cannot find a null value after the last password character. It will continue to read beyond the last character until it finds a null value (on or before the 30th byte after the first character). That is why the pass read at Line 93 may include …

Member Avatar for Vish0203
0
191
Member Avatar for uurcnyldrm

What do you mean by you have written a method which returns the result as a string? Can you post that? Maybe we can start from that.

Member Avatar for scudzilla
0
215
Member Avatar for alexpegg1
Member Avatar for NormR1
0
258
Member Avatar for ashboi

1. You are storing the number of students into i, which gets reassigned a new value. Store the number of students into another integer variable (num, perhaps?). 2. At lines 15 and 23, you use i for the counter, starts at 0, but your condition is that it will end …

Member Avatar for ashboi
0
2K
Member Avatar for tadamagic63
Member Avatar for scudzilla
0
185
Member Avatar for joankim
Member Avatar for shah1509

To reprhase thines01's post: convert your list of strings (aka files) into a string array (let's say, arr) using .ToArray(), combine all elements of this new array into a single string using string.Join, and assign that to a new string variable. thines01's post has the syntax.

Member Avatar for shah1509
0
201
Member Avatar for don't give up

So you are saying that the sequence of characters for array1 and array2 are already decided? In that case, your input string should be converted into a character array. Use a loop going through array1 to find the index of each character in the input, use that index to get …

Member Avatar for don't give up
0
186
Member Avatar for ashboi

Probably because the arr array points to the same array as sequence, and there is no null value at the end of the intended sequence array? That is probably why it outputs beyond the intended sequence, including gibberish until it finds a null value. Just my two cents.

Member Avatar for scudzilla
0
136
Member Avatar for Jakjakjak

For 5 numbers, it can be done. All you have to do is place the lowest (or highest) number into a, using four if statements (compare a with b,c,d and e, then switching each time a is less (or greater) than one of those). Follow it up with comparing b …

Member Avatar for Jakjakjak
0
2K
Member Avatar for FraidaL

Also, to alternate the symbols (going down) if the size is even, just add 1 to other before the for loop.

Member Avatar for FraidaL
0
190
Member Avatar for ykbks

You might want to reduce the number of quotation marks. And an End If would be helpful. For mb01a's code, to open the file you use the LoadUserFile function.

Member Avatar for hkdani
-1
7K
Member Avatar for StephNicolaou

Have you tried ommitting the IN? Or if Score is a string, then make it [ICODE]operator & "' & Score & "'"[/ICODE]

Member Avatar for StephNicolaou
0
84
Member Avatar for dwiniers

Hmmm provided the value in the combobox corresponds to a valid field in the database, no matter the value of s, it should not generate an error (which means you don't need to check the value of s). If however, the combobox doesn't, then it becomes an error. I assume …

Member Avatar for dwiniers
0
339
Member Avatar for alle

Installed fine for me in VirtualBox just now. Kinda slow though :X I'm still checking out things here.

Member Avatar for Fortinbra
0
230
Member Avatar for dwiniers

Then it should work fine. I could think of some ways for troubleshooting, but the most important right now is double checking if Label15 is indeed the correct label for the date field, and the values in the date field in your database.

Member Avatar for diamondw
0
334
Member Avatar for Chhaks

You can use the sub Combo1_Change to execute the sql statement and place the result in the textbox.

Member Avatar for abu taher
0
192
Member Avatar for WASDted
Member Avatar for Dani

I tried this when Dani just posted it. Didn't work. Doesn't even start.. Er, is really this vista-compatible?

Member Avatar for mitrmkar
4
2K
Member Avatar for Serunson

Basically, I like those songs with lyrics I don't understand! For example (Japanese song): Yakusoku by Yui Horie

Member Avatar for blackcathacker
0
1K
Member Avatar for Duki
Member Avatar for madoverclocker
Member Avatar for eXceed69
Member Avatar for 'Stein

!!! I have vista on a 20 gig partition. After installation, barely 4 gigs are left for other programs.

Member Avatar for gotorightway123
0
343
Member Avatar for jbocker34
Member Avatar for crunchie
Member Avatar for Serunson

8 = 00001000 I have no idea why I bothered to add 4 zeroes before the true value >.<

Member Avatar for William Hemsworth
0
658
Member Avatar for john99

The line replaces the Frame1.Top to the negative value of VScroll1.value Try [inlinecode]Frame1.Top = 0 - VScroll1.Value[/inlinecode]

Member Avatar for cricket2030
0
3K
Member Avatar for zandiago

scud... I stole this from my brother a long time ago :P Whenever I play Counterstrike, I use scud... then in one of the maps in CS (forgot the name), there was an easter egg space with many names written on it. One caught my attention: 'mikezilla' and I just …

Member Avatar for jbennet
0
364
Member Avatar for ohyeah

I'm gonna give a college student's pov 1. still studying computer engineering 2. lots of mathematics classes (both theory and applications)... exams almost everyday (my scores range from F to A with A being the higher probability) 3. training eh? i'm still in college and i've got to adimit that …

Member Avatar for ohyeah
0
103
Member Avatar for sk8ndestroy14
Member Avatar for brainchief

I would like to visit UK and US. My bro likes Canada, my sis likes Australia, my mom likes Sweden and dad likes Dubai. I think we're gonna be separated anytime in the future.. Edit: I forgot to mention I want to visit - not live in - Antartica (did …

Member Avatar for MidiMagic
0
723
Member Avatar for The Dude
Member Avatar for Dani

A forum I'm a part of hosts eye-balls.. (or should I say members host eb's).. We meet around twice to thrice a year just to get to know other members. We then do many sorts of gimmick such as bowling, going to the beach etc. I was personally lured from …

Member Avatar for Dani
0
405
Member Avatar for sk8ndestroy14

Hypothetically, if I were to join, how would I compete with my opponent? Do I have to post the moves here? Or somewhere? It will be hard for me though, being in a place 11-12 hours ahead of US.

Member Avatar for palegray.net
0
2K
Member Avatar for ryan_vietnow

The End.