Posts
 
Reputation
Joined
Last Seen
Ranked #4K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
~20.8K People Reached
Favorite Tags
Member Avatar for jhonnyboy

Hello everyone. I would like to learn how to make a multi column list box. I have set the multi column Boolean to true and set the width but i have yet to see the two columns. I only see one. I currently have a .csv file and in the …

Member Avatar for danprash
0
7K
Member Avatar for jhonnyboy

hello everyone i am currently working on my website. I wanted to make a php script for registering users. So that they may log in, log out, register, and access member only functions. I found a good tutorial online but since im fairly new to php and have never worked …

Member Avatar for aruna_juice
0
1K
Member Avatar for jhonnyboy

Hello everyone, I was trying to install ndiswrapper and the drivers needed to get my laptop working with wireless properly. I never got around to finish installing the drivers although I did install ndiswrapper. I lost my wifi completely and my system doesn't even pick up my card now. It …

Member Avatar for BreezeHost
0
258
Member Avatar for jhonnyboy

Hello everyone i have a Toshiba Satellite m55-s1001 with Ubuntu installed. I recently when on a trip and when i arrived at the other airport found my laptop dead. I don't know what might have caused it. I don't know if the airport's xray machines can cause static discharge into …

Member Avatar for jhonnyboy
0
143
Member Avatar for jhonnyboy

Hello everyone I was taking a look at [url]http://www.mauijim.com[/url] and saw their navigation menu fairly attractive. I believe this can be made in css, but I wanted to know how did they get such a huge "frame" when hovering over the navigation (Shop, Service, About us). Seems like their is …

Member Avatar for jhonnyboy
0
109
Member Avatar for jhonnyboy

Hello everyone I currently have a form w/ two text boxes so that the user may enter the dates they wish to display in the report. The report consists of multiple clients per page and the date that they purchased an order. What I have under the button sub procedure …

0
50
Member Avatar for jhonnyboy

Make: HP Model: dv6500 OS: Windows Vista Hello everyone. I have a Vista computer in my hands with a funky dvd drive. It's not showing up in Vista(My computer/Device Mgr) and when I try to boot off of it from the BIOS it skips it. I'm guessing the BIOS doesn't …

Member Avatar for caperjack
0
168
Member Avatar for jhonnyboy

Hello everyone I am new to access and have been trying to teach myself a bit lately. In any case, I have a problem with a specific text box(NumofMonths) within a form. I need for the default value to be 12 and that it may be edited. This text box …

Member Avatar for jhonnyboy
0
93
Member Avatar for jhonnyboy

Hey guys, i was wondering if it was possible to set up server 2003 in a way that i can see the users internet history? I have the server running IIS, Domain Controler, and DHCP server as well. Thanks!

0
69
Member Avatar for jhonnyboy

Hello everyone, i recently made another post which i asked for help since i had no idea what i was going to do basically. I have decided to go with Microsoft Server 2003 OS instead of ubuntu server. I have no idea how to work with a server os and …

Member Avatar for premier.net
0
146
Member Avatar for jhonnyboy

Hello everyone. I am making a clock in - out program and have a more complex issue on hand. My program asks the user for their name then sends them to the clock in/out form. In the form they press a button which then stores the TIMEOFDAY into a .txt …

0
90
Member Avatar for jhonnyboy

Hello everyone, I have a program that i am working on using more than one Form. The way i am going through forms is by minimizing my first form then showing the other forms. I was wondering if i start the program from a module maybe i can unload forms …

Member Avatar for jhonnyboy
0
145
Member Avatar for jhonnyboy

Hello everyone. I have a small problem. I have a Streamwriter writing things to a file. But when i write more than one thing, the previous item gets overwritten. I.E. Write 1111, Write 2222. 1111 gets replaced by 2222. Here is some of my code: [CODE] Dim fileOut As New …

Member Avatar for jhonnyboy
0
116
Member Avatar for jhonnyboy

Hello everyone i am getting input from the user in the form of an inputbox. The inputbox then dumps the information into an arrayList which then i want my Listbox to be populated by the items within the arrayList. so... userName = InputBox -> arrayList.add(userName) - > Listbox.items.add(arrayList) Here is …

Member Avatar for waynespangler
0
261
Member Avatar for jhonnyboy

hey guys im pretty new to java but im very eager to learn and want to make my first game :) I want a simple RPG game, but also want to make a GUI. I am using Netbeans as my IDE, do i need anything else to make a GUI? …

Member Avatar for stultuske
0
199
Member Avatar for jhonnyboy

hello everyone i am new to networking and have a simple question. I have bought a network switch and have a question. With the switch that i bought can i connect my dsl modem to it and that automatically gives all the computers on my network internet access? Here is …

Member Avatar for clandestine_j
0
227
Member Avatar for Twenty8

Hello, My computer is afflicted with ispynow, which prompts a phony message every 12 minutes saying just that and asking me to buy protection from some bogus third party site. Anywho, I've been reading some of the ispynow threads, and have found the following files on my computer: system32: TDSSfpmp.dll …

Member Avatar for Twenty8
0
132
Member Avatar for jhonnyboy

hey guys im fairly new to visual basic, but very eager to learn it. I am attempting to make an employee clock in. I want to make a simple clock in that will ask the user to enter their name, and just click a button that will then post that …

Member Avatar for 4advanced
0
580
Member Avatar for jhonnyboy

Hello everyone i recently got my first server up and running. I have a few problems and since this is my first real network experience i am a bit lost. [I]My configuration is 1 Server Machine Running Windows Server 2003, and the workstation is running Windows XP Pro, network switch, …

Member Avatar for cguan_77
0
161
Member Avatar for jhonnyboy

hey guys i would like to know how it's possible to run a java project outside of it's IDE. How can i get it running on a website? I also tried running it on my computer but...navigating to the project through cmd and using the "java project" command to run …

Member Avatar for verruckt24
1
473
Member Avatar for jhonnyboy

hello everyone i just configured my first server. I made a domain named "test.local" and added a xp computer to the domain. I can see the computer in the active directory and can log into the domain with the correct username/password. My problems are: 1) When i change the Group …

Member Avatar for mmcmullin
0
153
Member Avatar for jhonnyboy

hello everyone i am currently working on a php script on my website. I wanted to make a script for registering users. So that they may log in, log out, register, and access member only functions. I found a good tutorial online but since im fairly new to php and …

Member Avatar for Andrieux
0
79
Member Avatar for jhonnyboy

Hey guys im making a simple program. I have a while loop that continues while the bool quit ! = true. I am trying to test that in a statement like this: [CODE] String userdecision = ""; while (quit!=true){ //start while System.out.print("Would you like to continue with another transaction?"); [B]userdecision=in.next();[/B] …

Member Avatar for jhonnyboy
0
136
Member Avatar for jhonnyboy

hello everyone i recently decided to take on a "big" project (big for me at least). A friend of mines is opening up her business and asked me if i can network all her computers and i said yes. Thought it would be fun plus i can gain some experience …

Member Avatar for Docktor D
0
139
Member Avatar for jhonnyboy

hey guys, im a bit new to php. I was wondering if any of you guys could help me out with this email code i have to send me an email. I have a website with a service link then the user needs to pick which kind of service he/she …

Member Avatar for buddylee17
0
203
Member Avatar for jhonnyboy

Hey guys my laptop goes black right after the bios, it doesn't even show xp loading. I was able to recover everything on the HDD. When i put the new hdd in and tried to install xp, xp says the computer doesn't have any hdd. So i'm thinking this is …

0
46
Member Avatar for jhonnyboy

Hello everyone, i have recently installed a video card, and i wanted to connect my computer to tv so that i may watch the movies i have on my computer on my tv. I told windows to use the 2nd monitor and extend my desktop to that. [B]The only problem …

Member Avatar for hotmatrixx
0
129
Member Avatar for jhonnyboy

Hey guys i was dual booting XP and Vista, then decided to delete the Vista Partition to get rid of it. Boot when i boot my PC the boot record is still giving me the Vista Option. When i click on vista it says it's missing. My question is, how …

Member Avatar for jhonnyboy
0
201
Member Avatar for jhonnyboy

ok well the old HDD died and so i went over to the local computer store, bought myself a new hdd and put it in. The bios doesn't recognize it and gives me the error of no HDD being found. Thinking that it could be, because there was no partition …

Member Avatar for jbennet
0
104
Member Avatar for jhonnyboy

Can it be done? cout<<"ENter name"<<endl; cin>>name; cout<<"Enter DOB"<<endl; cin>>dob; cout<<"Enter City of Birth"<<endl; cin>>city; when i try to enter "John Doe" as name the program skips and doesn't let me enter anything for dob and asks me the city input. Any help would be greatly appreciated. Thanks!

Member Avatar for Ancient Dragon
0
6K