- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 1
- Downvotes Received
- 4
- Posts with Downvotes
- 2
- Downvoting Members
- 4
18 Posted Topics
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 …
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 …
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 …
What kinda of developer certifications are out there, are the hard? whats the easiest and which is mostly used in todays world.
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 …
Check this out: [URL="http://msdn.microsoft.com/en-us/library/s3f49ktz(VS.80).aspx"]Answers the first few questions[/URL]
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 …
sounds like a keylogger to me =\, I could be wrong
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 …
Gotta post code to get help, otherwise [url]http://www.elcel.com/docs/opentop/API/ot/io/FileSystem.html[/url]
[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 …
Haha, wow, wouldnt even know where to start, but I will give it a shot and rewrite it for ya =P
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 …
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, …
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 …
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 …
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 …
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 …
The End.
p@rse