Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

~2K People Reached

10 Posted Topics

Member Avatar for apease11

I am working on a program that can read, write, and export files, these functions all work fine and are almost perfected. What I would like to do now is to be able to choose a file and tell it to "Open With" (In the Right-Click Context Menu on Windows …

Member Avatar for sknake
0
151
Member Avatar for coollife

If you are using ClickOnce, the go to run and type this in: "%userprofile%\Local Settings\Apps" It is in that folder somewhere, find it and then delete the whole folder that the application is in. If it's not in there, you messed up somewhere. My application setup directory consists of these …

Member Avatar for avirag
0
122
Member Avatar for rahul8590

Just do this, $checkbox1=$_POST["checkbox1"]; (like sDJh said) and then preform: if ($checkbox1) { ... Your Code ... } That worked fine for me. It just checks to see if the check box has been changed at all from it's default value of null. I can email you my working script …

Member Avatar for rahul8590
0
211
Member Avatar for apease11

Hi, I had this working but after a few code revisions it has stopped. I am trying to set a variable; lets say I have [ICODE]$var[/ICODE] and am trying to set it to [ICODE]$_SERVER['REMOTE_ADDR'][/ICODE] with the code: [CODE]$var = $_SERVER['REMOTE_ADDR'];[/CODE] When I do this I receive a fatal error in …

Member Avatar for apease11
0
130
Member Avatar for apease11

Hi, I am having a problem forcing a download from PHP. I am running 5.2 Stable. I have followed numerous tutorials and still can't figure it out. What I'm trying to do is force-download a file I made, because the browser likes opening it up inside, but it won't let …

Member Avatar for apease11
0
157
Member Avatar for quickbird

It would help if we had the code that you already created for the user, so we can better integrate ours.

Member Avatar for quickbird
0
203
Member Avatar for apease11

Does anyone know how to accomplish this? Or know of any Open Source C# Web Browser? I'm trying to port one to the Xbox 360, but I don't know where to begin for programming a Web Browser without a GUI. Thanks.

Member Avatar for kvprajapati
0
86
Member Avatar for apease11

I can't seem to get [ICODE]ofstream[/ICODE] to use a [ICODE]dynamic name[/ICODE]. It's been bugging me for almost 12 hours now and figured I'd ask it. I have searched the forums and I am doing everything other people have done to make it work for them. Here is my code, the …

Member Avatar for apease11
0
106
Member Avatar for apease11

This belongs in both C and C++ forums, but it's more of C++ (I think) so I'll keep it in here for now. I'm working on a C++ program to extract files that I am constantly compressing and testing (releasing software for beta testers to take a look at). I …

Member Avatar for apease11
0
190
Member Avatar for apease11

Hi, I am trying to pass parameters to my program, but I can't seam to get it to pass specific parameters. I want it like [icode]"C:\Age of Empires III Launcher.exe /x=agex.exe /y=agey.exe /z=age.exe"[/icode]. How would I go about doing that? I can't find a good tutorial on it. Thanks.

Member Avatar for apease11
0
206

The End.