Jump to content
Xtreme .Net Talk

Stephanieb

Members
  • Posts

    18
  • Joined

  • Last visited

Stephanieb's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. here is the error she gets: Application has generated an exception that could not be handled. Process id=0xd88 (3464), Thread id=0x67c(1660) I know its failing on the first procedure where the ado is referenced, as I put in some messages that would tell her how far she got in the application. Any ideas anyone? Thanks, Stephanie :)
  2. Hi, I made my (first ever) install pack using the package and deployment wizard. A friend tried to install it on XP (I have XP too). She installed the mysql driver by hand (just in case for now), and we made sure she had the correct MDAC installed (v 2.7). The install appears to go alright, but when running it it fails when on referenceing the ado. Anybody got a clue? Thanks! Stephanie :)
  3. thanks - will have a read :)
  4. dang, but how do I execute it during install? Thanks, Stephanie :)
  5. Sorry - I am blonde here, and making my very first install pack ever. I need to include the .net framework in my install pack somehow, without having to include the entire 25mb file. I am using the package and deployment wizard - and I am completely at loss. Also, I need to include the msxml4.dll, but this does not want to register in my install pack. Anybody any suggestions on this one? Thanks, Stephanie :)
  6. no worries, seems to work a treat now - thanks!!! what I did wrong was, I started the thread after intialising it, and then calling the procedure afterwards. So I had a thread running, and another one running the procedure in the 'original' thread - silly me!!! :)
  7. Just a question, I have now set this up to run a different thread as you said. I made different classes to do the submission and the controlling in the same project. In debug mode it does not appear to run on a different thread ie the timer does not tick (but also, the form does not show 'not responding' in the titlebar anymore). Is this going to be different when its not running in debug mode? Thanks, Stephanie :)
  8. Thanks!!! Will try this :)
  9. thanks! do you have any code examples of this? I have not tried doing this before - but herard elsewhere this would work. Stephanie :)
  10. Hi, I have a form in which I run http requests (this one can take a while to complete). For this I use a component that basically waits untill the request is complete. Meanwhile, my form appears 'crashed' even though its not. The title bar shows 'not responding' as well. I wish to have a live update on the form as to what requests have been completed - as there will be a few. Does anybody have any suggestions to how I can do this the best (and easiest)? Thanks, Stephanie :)
  11. Hi, hope the subject was not confusing, but it sums up what I am struggling to do. I have a richtextbox which contents has to be send as an http post request. Not all characters are sent through. I have been using a url encoding component, so all characters are properly 'http safe'. So.....I am now stuck with that it may be the richtextbox? Could this be? I am saving the contents as a string and sending this on. Does anybody have any ideas as to how I can crack this? Its doing my head in :( Thanks! Stephanie :)
  12. I realised that just after I posted......I confused it with the vb6 Toolbar..... I am too used to .net now, I have forgotten vb6 ;) ! :)
  13. hey thanks! Works a treat (and easier than in VB6 once you know!) Twins? I've got one only, and thats more than enough work.....but then again I am only one to look after him! Congrats!!! Stephanie :)
  14. Hi, I am trying to add some devider lines in my context menus. There does not appear to be a 'devider' item as in VB 6. But I am probably blind...... How can I add these? Thanks, Stephanie :)
  15. thanks, not sure whether this would work........as its a cgi script I am sending the data to using the browser component. It wants the variables in pairs: var1=value1&var2=value2 (....etc) if I convert this to bytes, wont the script need to reconvert it? I am not sure, but I think the problem lies in the special characters which the browser wont accept....... Stephanie :)
×
×
  • Create New...