Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
35% Quality Score
Upvotes Received
2
Posts with Upvotes
2
Upvoting Members
1
Downvotes Received
4
Posts with Downvotes
2
Downvoting Members
4
1 Commented Post
0 Endorsements
Ranked #4K
~3K People Reached
Favorite Forums

18 Posted Topics

Member Avatar for p@rse

We have a Timestamp site on our network that uses an older version of IE to render the page, every time you visit the page in IE8 you cannot interact with it, what shows is an infinite image of the hour glass next to the mouse. We have been using …

0
56
Member Avatar for p@rse

I have a listview with process that are running. my goal is to pass the "path" of the process to a text box when someone clicks on a selection. but my code isnt working correctly, this is what I have: [CODE] Private Sub lvwProcBox_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As …

Member Avatar for GeekByChoiCe
0
164
Member Avatar for p@rse

hey guys, me and the techs here are having a bit of an issue. We have a customers notebook. Old hardware but runs decent. It does not show the post screen when you turn it on. The cpu is fine, we tried multiple cpus so we know that isn't the …

Member Avatar for finito
0
163
Member Avatar for p@rse

What kinda of developer certifications are out there, are the hard? whats the easiest and which is mostly used in todays world.

Member Avatar for Oxiegen
0
78
Member Avatar for p@rse

I had it working at one point now it does not want to work. Im checking the registry for a subkey and I know it exists but vb is telling me it doesnt, which is driving me up the wall, this is what I got [CODE] Dim regKey1 As RegistryKey …

Member Avatar for p@rse
0
122
Member Avatar for crapgarden

Check this out: [URL="http://msdn.microsoft.com/en-us/library/s3f49ktz(VS.80).aspx"]Answers the first few questions[/URL]

Member Avatar for Ancient Dragon
0
249
Member Avatar for p@rse

I am trying to set the checkbox to be grey. If the user clicks one box and its arguments over ride the other boxes then those will be greyed, but I have searched everywhere for this and cant find it, anyone have a solution? All i have seen was indeterminate …

Member Avatar for p@rse
0
111
Member Avatar for Amoblaze
Member Avatar for p@rse

I have had this problem many times and I have never been able to get my while loops corrected, hence the reason I never used them, so maybe I need a professional solution to the problem. I never really got classes on how they worked, although they had some relevance …

Member Avatar for mahmud.2345
0
101
Member Avatar for atifjatt

Gotta post code to get help, otherwise [url]http://www.elcel.com/docs/opentop/API/ot/io/FileSystem.html[/url]

Member Avatar for atifjatt
0
176
Member Avatar for maira74

[QUOTE]IT seems to work I dont know if what I did is correct but it does compile and everything.. the only thing is I still cant figure out how to print the char to and int and write what I have to write.. I hope you can help[/QUOTE] I don't …

Member Avatar for p@rse
0
136
Member Avatar for maira74

Haha, wow, wouldnt even know where to start, but I will give it a shot and rewrite it for ya =P

Member Avatar for NP-complete
0
247
Member Avatar for p@rse

Hey guys I was wondering, I like to try to improve my skills by seeking formulas and programming them into code, like currency formulas BMI formulas time formulas, hell even speed of light formulas, do you guys know any sites that have a list of formulas to program for kits …

Member Avatar for Aranarth
0
84
Member Avatar for p@rse

Hey guys, parse here, im actually over there in c++ forums, I got a question. I was told by one of my fellow coworkers at the computer shop that some guy a while back made a utility in DOS that controls or manipulates the Heads or arm on the HDD, …

Member Avatar for p@rse
0
112
Member Avatar for dhruv_arora

Try coding it this way: [CODE] //Include Library #include <fstream> [/CODE] You have to remember if you dont stream information to the file its not going to create the file. So try: [CODE] //We want to write to the file so I used 'ofstream' if you want to read from …

Member Avatar for p@rse
0
142
Member Avatar for p@rse

I really do apologize but I didn't know what part of the forum to post this in, and tutorials didnt have a post new thread link. But I noticed most beginners are still trying to understand how file processing works, streaming I/O to a file, read/write etc. So I wrote …

Member Avatar for p@rse
0
116
Member Avatar for Member #779857

Try this: [CODE] // DaniWeb Quicktest.cpp : Defines the entry point for the console application. // #include "stdafx.h" #include <iostream> #include <conio.h> //Use _getch() to pause the screen and not exit the program #include <string> using namespace std; void main() { char line[25]; cout << " Type a line terminated …

Member Avatar for p@rse
0
137
Member Avatar for p@rse

So i did tons of research for bout 2 hours on google and finally figured out how bit-level works when using XOR, but most of the time, the vars were already declared I wanted to know how to declare them but by user input. This is just an example i …

Member Avatar for p@rse
0
126

The End.