Forum: C# Jul 25th, 2009 |
| Replies: 14 Views: 643 I tried something like this.
Original
Split1
byteArray
Split2
But it never worked. |
Forum: C# Jul 25th, 2009 |
| Replies: 14 Views: 643 your sarcasm and your friends spam is what annoyed me, but yes i have tried every encoding known to man and i still cannot write a fully working file.
I do not understand why. |
Forum: C# Jul 25th, 2009 |
| Replies: 14 Views: 643 Same for you, stop spamming my topics. |
Forum: C# Jul 25th, 2009 |
| Replies: 14 Views: 643 Post reported, please don't spam my topics. |
Forum: C# Jul 25th, 2009 |
| Replies: 14 Views: 643 |
Forum: C# Jul 24th, 2009 |
| Replies: 14 Views: 643 Notepad must be embedded into the secondary exe. I can write strings to the EOF data and have the secondary exe read them into a messagebox so i dont see why i can't do it with bytes. |
Forum: C# Jul 24th, 2009 |
| Replies: 14 Views: 643 |
Forum: C# Jul 24th, 2009 |
| Replies: 14 Views: 643 Image of my problem
http://i31.tinypic.com/2v3ivyq.png
Left = Actual notepad.exe opened in notepad
Right = what i get after i read/write.
Goal - Be able to store notepad.exe between to... |
Forum: C# Mar 29th, 2009 |
| Replies: 3 Views: 505 Solved
public void ClearOriginal()
{
Form1 form1Form = (Form1)Application.OpenForms["Form1"];
Button newpodcastButton =... |
Forum: C# Mar 29th, 2009 |
| Replies: 3 Views: 505 the buttons don't become invisible and such |
Forum: C# Mar 29th, 2009 |
| Replies: 3 Views: 505 using System;
using System.Collections.Generic;
using System.Text;
namespace bPod
{
public class PodCastFunctions : Form1
{
public void ClearOriginal()
{ |
Forum: C# Feb 6th, 2009 |
| Replies: 3 Views: 1,903 i already read through all that lol and i didn't understand :( |
Forum: C# Feb 5th, 2009 |
| Replies: 3 Views: 1,903 Hey, im just wondering how to say the source of a webpage that is in your WebBrowser Control.
I've tried loads of methods but i am failing horribly (google isnt my friend today). Just wondering if... |
Forum: C# Feb 5th, 2009 |
| Replies: 8 Views: 896 yes what i meant is i have no idea how to keep them from the login and inject them into the webbrowser control so i can from there
execute javascript |
Forum: C# Feb 2nd, 2009 |
| Replies: 8 Views: 896 ive only been coding in C# for around a month so i have no idea about cookies |
Forum: C# Feb 2nd, 2009 |
| Replies: 8 Views: 896 yeah............ I don't understand :( |
Forum: C# Feb 2nd, 2009 |
| Replies: 8 Views: 896 |
Forum: C# Feb 1st, 2009 |
| Replies: 8 Views: 896 Ok so it logs in fine using
public bool Login()
{
string postdata = string.Format("m=login&nextURL=http%3A%2F%2Fwww.ijji.com%2Findex.nhn&memberid={0}&password={1}",... |
Forum: C# Jan 21st, 2009 |
| Replies: 3 Views: 507 im creating a server/client situation (teacher being server) (students being clients) and the clients connect to the teacher (server) via LAN.
and thats all i need atm and no this isnt homework or... |
Forum: C# Jan 20th, 2009 |
| Replies: 3 Views: 507 Any ideas where i can start im really quite lost :( |
Forum: C# Jan 9th, 2009 |
| Replies: 3 Views: 377 nope its fine, i just ran it in another thread :) |
Forum: C# Jan 9th, 2009 |
| Replies: 3 Views: 377 I need need it to update my ListView before continueing
if (chars.Length > 0)
{
string log = string.Format("{0}:{1}", acc.Username, acc.Password);... |
Forum: C# Jan 3rd, 2009 |
| Replies: 4 Views: 377 i dont want to pause the main thread. |
Forum: C# Jan 2nd, 2009 |
| Replies: 4 Views: 377 I need my program to "stop" as the timer is running and when the timer returns true i need it to continue what it was doing.
Sleep:
void iUpdateStatus()
{
bComplete =... |
Forum: C# Jan 2nd, 2009 |
| Replies: 5 Views: 1,036 as i said if someone could show me how to use the timer correctly that would be very very helpful :) |
Forum: C# Jan 2nd, 2009 |
| Replies: 5 Views: 1,036 Well im trying to "sleep" or make the program twiddle its thumbs for 15 seconds before continueing but without pausing the main thread.
So i thought maybe if i create a new thread and Sleep in... |
Forum: C++ Dec 7th, 2008 |
| Replies: 3 Views: 858 Hey, #1 is it possible to search for a specific exe file on a computer and return the path to it.
If not is it possible to get the directory of an exe from its running process.
If not is it... |
Forum: C++ Dec 4th, 2008 |
| Replies: 10 Views: 968 lol im not lucky it works 100% :P |
Forum: C++ Dec 2nd, 2008 |
| Replies: 10 Views: 968 oh it works :)
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
char szUser[50], szPass[50];
bool bFound = false; |
Forum: C++ Dec 2nd, 2008 |
| Replies: 10 Views: 968 Lol, this isnt for an assignment. I code because i can not because i have to but this is what i have so far.
#include <iostream>
#include <fstream>
#include <string>
using namespace std;
... |
Forum: C++ Dec 2nd, 2008 |
| Replies: 10 Views: 968 #include <iostream>
#include <fstream>
#include <string>
using namespace std;
int main()
{
ifstream RapidShit ("C:\\Rapid.txt");
string ****Nipples; |
Forum: C++ Dec 2nd, 2008 |
| Replies: 10 Views: 968 ok so im trying to find a certain string in a txt file and once its found it needs to skip that line, the next line then add the following 2 lines into their own buffers.
EG:
Example... |
Forum: C++ Dec 1st, 2008 |
| Replies: 1 Views: 467 cant edit sorry for the double post
int main()
{
SOCKET s;
WSADATA wsadata;
SOCKADDR_IN target;
WSAStartup(0x0202, &wsadata); |
Forum: C++ Dec 1st, 2008 |
| Replies: 1 Views: 467 Hey,
Just wondering how i would go about connecting to a php file from a console based app.
Any ideas would be greatly appreciated. |
Forum: Geeks' Lounge Sep 5th, 2008 |
| Replies: 13 Views: 1,265 well you all are just boring sods :( |
Forum: Geeks' Lounge Aug 30th, 2008 |
| Replies: 13 Views: 1,265 im building a program that alters the electrical current and molecular structure of the central processing unit and in turn makes it explode and kill the user
any ideas? |
Forum: C++ Aug 18th, 2008 |
| Replies: 2 Views: 888 already figured it myself |
Forum: C++ Aug 18th, 2008 |
| Replies: 4 Views: 1,925 again i dont need spammers and i worked out my problem. |
Forum: C++ Aug 18th, 2008 |
| Replies: 4 Views: 447 i dont understand you sorry?
edit:
i did that now i have
--------------------Configuration: Chat Server - Win32 Release--------------------
Compiling...
CServer.cpp
Main.cpp |
Forum: C++ Aug 18th, 2008 |
| Replies: 4 Views: 1,925 i dont need smart ass remarks.
edit: figured it myself.... although its slow "connecting" and when it cant "connect" i get an access violation. any ideas why?
bool TestConnection(char *IP)
{... |