Forum: C# Jan 15th, 2009 |
| Replies: 8 Views: 1,177 I hear ya. I just have to squeeze it in. It looks like I will have to add the feature in a patch as I really can't push release any further back. |
Forum: C# Jan 13th, 2009 |
| Replies: 8 Views: 1,177 I am using an existing PHPBB3 forum which allows file attachments. Maybe I don't understand the suggestion with creating a web service for it however. That is the main cusp of the problem, I am not... |
Forum: C# Jan 4th, 2009 |
| Replies: 8 Views: 1,177 Thanks for the reply. I can understand that pretty well. It seemed like something that wouldn't have a generic do x to get to y answer. However, would you mine pointing out a place to start? With all... |
Forum: C# Jan 3rd, 2009 |
| Replies: 8 Views: 1,177 I hate bumping threads like this, but I have been looking everywhere and can still not figure out how to accomplish this. I found a similar idea for PHPBB2, but conceptually it went over my head and... |
Forum: C# Dec 19th, 2008 |
| Replies: 8 Views: 1,177 First of all, I have absolutely know knowledge of using C# for communicating with websites. I am under some time constraints so I am trying to crash through it but I getting more lost than anything.... |
Forum: C# Oct 7th, 2008 |
| Replies: 13 Views: 3,050 SOLVED!!!!!
Okay, I did some googling and finally found what I was looking for.
Here's the solution (found here (http://www.codeproject.com/KB/cs/pass_data_between_forms.aspx))
on Form1's... |
Forum: C# Oct 7th, 2008 |
| Replies: 13 Views: 3,050 He-he. Your reply beat my followup.
Then I am afraid I may need a more step by step on this solution including calling the event, if you don't mind. It may be that my brain is just missing... |
Forum: C# Oct 7th, 2008 |
| Replies: 13 Views: 3,050 Here's another example.
When I try what I am saying in the above post it looks like this:
button click on form2
private void button1_Click(object sender, EventArgs e)
{
... |
Forum: C# Oct 7th, 2008 |
| Replies: 13 Views: 3,050 I probably didn't define it properly. However, the more I think about the direction we are taking for this particular wizard it doesn't seem to handle the overal problem I am having, which is... |
Forum: C# Oct 6th, 2008 |
| Replies: 13 Views: 3,050 Well, I've done my best, as I can work it out, but I still can't get this right. It may be that I am not setting up the event properly or putting the snippets in the right place. One thing, the code:... |
Forum: C# Oct 6th, 2008 |
| Replies: 13 Views: 3,050 Thank you for the speedy reply.
I'd like to explore this, but I don't really know how to go about adding events, much less events that would pull from a different form from where I am setting up... |
Forum: C# Oct 6th, 2008 |
| Replies: 13 Views: 3,050 Hello all. I am teaching myself C# and I have been fairly dedicated to solving my own problems. However, for some reason I am just stumped.
I have a main form that manages alot of data. To insert... |