Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
73% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
2
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements

26 Posted Topics

Member Avatar for mps727

I have a Dell Inspiron Netbook and for the life of me I cannot seem tog et it connected to the internet wirelessly. I have a wireless router, which is working fine, because my other devices all connect with no problem. But with thsi Dell netbook, when I try to …

Member Avatar for dewitt-joyce
0
464
Member Avatar for mps727

I keep seeing a private assembly being defined as an assembly used by only one application, existing in the same directory or a subdirectory. Does this mean that if I have two applications in the same directory they can actually both use the private assembly? Or do I need to …

Member Avatar for mps727
0
145
Member Avatar for mps727

My Dell Netbook is not recognizing the wireless adapter. I want to reinstall XP to verify if this is a hardware or software issue but I don't know how. I have the Reinstallation CD I got with it, but there is no CD drive! How am I supposed to use …

Member Avatar for sanasahil
0
201
Member Avatar for mps727

Why are they always listed through some sort of other recruiting company? I feel weird sending my resume out to some mystery company that I have no idea who it is or what they do. I enjoy working at medium sized companies that do client-server applications, but I feel like …

Member Avatar for jwenting
0
136
Member Avatar for mps727

I currently am using a dual screen monitor setup of two 19 inch monitors. They are both the same monitor. The model is one of these, I'm not sure which. [url]http://www.newegg.com/Product/Product.aspx?Item=N82E16824009211&cm_re=acer-_-24-009-211-_-Product[/url] [url]http://www.newegg.com/Product/Product.aspx?Item=N82E16824009210&cm_re=acer-_-24-009-210-_-Product[/url] So anyway, I recently changed my desktop wallpaper and I noticed that there are streaks going down both …

Member Avatar for mps727
0
146
Member Avatar for mps727

Hi. I'm writing a custom control and I want to be able to click and drag items in it, but have them be just a dotted outline as they are dragged along. This behavior is seen in Photoshop when clicking and dragging layers (See image below displaying this behavior). I …

Member Avatar for mps727
0
213
Member Avatar for mps727

I have a Dell Netbook. I originally got it with XP since, while I know enough to use a Linux machine, I am more familiar with Windows. With XP my wireless stopped working. The wireless adapter was still listed in my device manager list but in all other situations Windows …

Member Avatar for mikeP32
0
269
Member Avatar for mps727

My Dell Netbook is not recognizing the wireless adapter. I want to reinstall XP to verify if this is a hardware or software issue but I don't know how. I have the Reinstallation CD I got with it, but there is no CD drive! How am I supposed to use …

Member Avatar for mps727
0
162
Member Avatar for mps727

Hi, I have been working at my current job for about 2 and a half years now. My current job is the first job I have had as a computer programmer out of college. Lately, a number of factors, both personal and professional, have led me to decide that it …

Member Avatar for sknake
0
252
Member Avatar for mps727

Is it possible to make a window with no border or title bar but is still resizable? I know I could put some tricky code to check for click and drag using some sort of panel control or something that blends in with the border, but before I did that …

Member Avatar for Diamonddrake
0
122
Member Avatar for mps727

Is there an equivalent of the COM Out of Process EXE server in .NET? I have an object that loads a large amount of data and it takes a while to load up, and I need multiple instances of it to exist in separate threads. I only want to load …

Member Avatar for Teme64
0
105
Member Avatar for mps727

I'm having trouble compiling my servlet, because it says the servlet classes can't be found. [code] CreateAccount.java:2: package javax.servlet does not exist import javax.servlet.*; ^ [/code] I googled a bunch and most people with this problem had their CLASSPATH set incorrectly. Here is the result when I echo my classpath: …

Member Avatar for mps727
1
138
Member Avatar for mps727

Hi, I have an internal SD card reader, which I installed and pluged into the motherboard. The LED on the front lights up which indicates there is power getting to it, but when I turn on the computer, it's not being recognized by windows. I put a card in and …

0
56
Member Avatar for mps727

Hi, I've been trying to get an old system running for a little bit now and after a lot of testing I've found that when the hard drive is not plugged in, it will POST fine but if it is, it freezes during the Detecting IDE part. I have tried …

Member Avatar for mps727
0
107
Member Avatar for mps727

When I turn ony my computer, I get the some text during the POST, but it won't go any further after that. It says: Main Processor: AMD Athlon(tm) XP 2500+ Memory Testing: 1048576K OK Memory Mode: Dual Channel DRAM Clock For DDR 400 That's as far as it goes. Also …

Member Avatar for crunchie
0
139
Member Avatar for mumneedshelp

Hi, Programming a game can be a very daunting task, especially for a 15 year old! There's quite a bit of work and design that goes in to it. Before he can even think about programming games he'll need to have a good foundation in math, some physics, and programming. …

Member Avatar for Ancient Dragon
-1
529
Member Avatar for mps727

Whenever I step through my code, visual studio will step into things like string, and the new operator. When it does this it also leaves a tab for the file open at the top. Is there a way to configure it to only step into code that is loaded in …

Member Avatar for mps727
0
97
Member Avatar for mps727

Hi. I am using an std::Vector and I have a question about memory allocation. I have a vector of animation objects inside my graphic object. I add new animations externally via this method: [code=c++] void Graphic::addAnimation( int* frames, AnimationStyle style, int frameCount, double updateInterval) { Animation* a = new Animation(frames, …

Member Avatar for Rashakil Fol
0
7K
Member Avatar for mps727

Hi, I currently use two monitors and I think there would be a benefit in upgrading to 3. When I am developing in visual studio, I have the code on one screen, the debug tools on the other, and I want to have a third for the application itself to …

Member Avatar for mechbas
0
136
Member Avatar for mps727

I recently built a new computer. I installed XP fresh, and installed some various programs that I use frequently. Everything was going fine until Windows Update downloaded SP2. I installed it, and restarted. Ever since then when I start up it simply hangs on the windows loading screen. I see …

Member Avatar for mps727
0
250
Member Avatar for mps727

Is it possible to change an imagelist size at runtime? I want a user to be able to choose any arbitrary bitmap file and draw it tiled fashion onto a picturebox of variable size, but it seems imagelists have a fixed size. I can't seem to figure out how this …

0
82
Member Avatar for mps727

My internet connection has been going pretty slow lately. I've scanned for viruses and spyware but didn't find anything. So anyway I came across something that concerns me a little bit. I used netstat -o to view established connections and there's some open for weird things like this for example: …

Member Avatar for darsh999
0
835
Member Avatar for mps727

I am using a data control with a simple SQL statement. I am accessing the [B]Data1.Recordset.RecordCount[/B] property right after I call [B]Data1.Refresh[/B] and I noticed it was giving me incorrect results (It would say there were 20 records, when there were actually 85). The weird part is, I put a …

Member Avatar for QVeen72
0
105
Member Avatar for mps727

A friend gave me his PC to look at, so I downloaded a program called FreshDiagnose ([url]http://www.freshdevices.com/freshdiag.html)[/url]. Using this program I did the hard disk benchmark test and the results seem a little odd to me. The average write speed was pretty low at 3.86 MB/s, while the average read …

Member Avatar for dcc
0
79
Member Avatar for mps727

In the manual for the motherboard I have, it says to make sure to connect the chassis fan connector to CHA_FAN1 if using a dual core CPU. Well the CPU I have is dual core, but I don't see any chassis fan or connector. Do I have to purchase another …

Member Avatar for dcc
0
113
Member Avatar for mps727

Hi, I've been searching around the forums but I haven't been able to find anything that solves my problem so I guess I'll make a new topic. Basically my situation is this. I've built a few PCs before for other people as well as myself so I know may way …

Member Avatar for Ranged
0
150

The End.