Search:

Type: Posts; User: cableguy04

Search: Search took 0.02 seconds.

  1. Replies
    3
    Views
    3,296

    VS 2010 Re: Outlook Email from WPF Richtextbox

    I know this is old... but I'm sure some people have found this thread as it was the first one to pop-up on google.


    How to convert:

    sRTF_To_HTML(RichTextBox1.Rtf)


    Code:
  2. Re: Need help.... Went from WinForms to WPF. RE: WebBrowser - Click submit

    Wow... no one knows how to click a button in WPF??

    Well I guess I dont see so dumb after all...
  3. Need help.... Went from WinForms to WPF. RE: WebBrowser - Click submit

    So I've went from a winform with my app to a new WPF version because I've wanted to to a ribbon.

    So I never used WPF before and pretty much took a crash course in the over the last couple of...
  4. VS 2010 Re: New to Access databases - Need help!

    Perfect!

    Thank you!
  5. VS 2010 [RESOLVED] New to Access databases - Need help!

    Purpose: (Remeber I am new to ADB's as of about two days ago.)

    I have a list box and when index changes, it checks the ADB to see if it already exists.


    If it does: Copy line item # and then...
  6. Silently download file via HttpWebRequest from a WebBrowser with HTTPS

    !?!@?$?!@$?!@? Finally!!! It was so much work, I had to share!



    After hours and hours (literally 7 hours) of searching testing I finally was able to open a file transfer silently in the...
  7. Re: Need help: vb.Net webbrowser and javascript.

    Yes, al of the variables have something being passed and are valid. The error has to do with the new popup windows not being able to find the original window that opened it as I understand it.
    ...
  8. Need help: vb.Net webbrowser and javascript.

    I have an app that pulls up a webpage that has a button on it with the following code: ( I CANT change the webpages, but I can change anything in the App.)

    (Very basic button.)


    <input...
  9. Replies
    5
    Views
    942

    VS 2010 Re: Intercept and read webrowser popups

    Nope didnt work the way I wanted. After importing the code and then taking a closer look I dont need to create a new popup window, I need to detect when a new windows dialog window pops up and if...
  10. Replies
    5
    Views
    942

    VS 2010 Re: Intercept and read webrowser popups

    I'll give that a try and see how it works. Thanks!
  11. Replies
    5
    Views
    942

    VS 2010 Re: Intercept and read webrowser popups

    Any ideas?

    I just want to be able to read the event of when a pop up happens with in the webbrowser.

    Thanks,

    Adam:D
  12. Replies
    5
    Views
    942

    VS 2010 Intercept and read webrowser popups

    Not an "ad" popup, but a prompt or a "yes/no" question.

    A prompt like this:

    Like this
  13. VS 2010 Re: External Web pop-up referring to a webbrowser within a VB2010 App

    Anything?

    Maybe I should look for help in a java/perl forum where people fimiliar with that code would know why it is throw the error...?
  14. VS 2010 External Web pop-up referring to a webbrowser within a VB2010 App

    I have an app that pulls up a webpage that has a button on it with the following code: ( I CANT change the webpages, but I can change anything in the App.)

    (Very basic button.)


    <input...
  15. VS 2010 Re: "Out of Memory" Error in Webbrowser control

    No idea what the issue was.

    Something maybe with going from 2005-->2008-->2010 along with the upgrades in .Net and OS versions.... All I did was create a new project and import all of my forms and...
  16. VS 2010 Re: "Out of Memory" Error in Webbrowser control

    No it is not an error "in" the code, as the error is happening real time in the webpage I am trying to load. It errors out running some javascript.

    That page of code is over 8K lines....

    I...
  17. VS 2010 Re: "Out of Memory" Error in Webbrowser control

    This app started in vb express 2005.

    The reason I say that is, I created another app from scratch to pull up just that site and it worked fine so it is something in my code (which I just spent an...
  18. Replies
    40
    Views
    2,465

    Re: Project for my son

    You've never copied an MSDN or example from a source to learn from and make changes to see how it works? So you write 100% of your code and NEVER look for examples? Wow, you are good. One day I hope...
  19. Replies
    40
    Views
    2,465

    Re: Project for my son

    You just need to play with it to learn. That is the best way. As someone else said already I am going to say something similar.

    Create a new windows project/form.

    Create three textboxes, three...
  20. VS 2010 "Out of Memory" Error in Webbrowser control

    I was running VS2008 express and WinXP and everything was working great.
    I'm now running VS2010 Express and Win7 x64

    My issue is that I am running a webbrowser control that is loading a page with...
  21. VS 2010 Re: VB.NET 2010: View Array data real time??

    Perfect!

    Adding a quickwatch was the solution to viewing my array data real time while debugging.

    Thanks again!
  22. VS 2010 Re: VB.NET 2010: View Array data real time??

    Let me give that a try!! Thanks for the quick response, Ive been scratching my head for a while for such a simple thing. Be back soon.
  23. VS 2010 [RESOLVED] VB.NET 2010: View Array data real time??

    On VB.NET 2005 and 2008, if you were debugging you could roll over the variable you set as an array and a little "+" would pop up next to the array variable and you could click it and see all of the...
  24. VS 2005 Find, copy and then paste from one Excel sheet to another

    So all I need to do is go through every row and search for a string, if found then copy that entire row to another sheet and Im having a heck of a time...:mad::confused:

    I have the search down...
  25. VS 2005 Re: Check for string, find lenght and location then copy

    Very cool... :DI created a little array and this code worked perfect.. man I have a lot to learn!:p
  26. VS 2005 Check for string, find lenght and location then copy

    :wave:

    So I have a string that I need to search through for certain strings. If they exist, then copy that string to a text box.

    There has to be an easier way to do this then what I have below...
  27. Replies
    6
    Views
    785

    Re: [2008] Deployment Issues...

    Another thing is I have tried to copy the program1.application and then the application files folder and take that to another PC. When I do that, it still errors out asking for some "System.xxxxx...
  28. Replies
    6
    Views
    785

    Re: [2008] Deployment Issues...

    Not sure on how to do the debug version of a build / publish.
  29. Replies
    6
    Views
    785

    Re: [2008] Deployment Issues...

    Well at first It was trying to install .net 3.5 framework, so I did some searching and found out that a prerequisite was .net 3.5 even though I didn't have any 3.5 components. So I took that off,...
  30. Replies
    6
    Views
    785

    [2008] Deployment Issues...

    Hello,

    Need help some something that I thought was pretty simple.

    I am trying to deploy my app to different PC's and It isnt working.

    All of the other PC's have .NET 2.0 and I am only using...
  31. Re: [2008] Copying text from a textbox to another text box

    Ok so I am now messing with the substring, but I cant figure out the syntax to use/copy/highlight/do anything with any chars past the substring.
  32. Re: [2008] Copying text from a textbox to another text box

    One last bump...
  33. Re: [2008] Copying text from a textbox to another text box

    Any ideas?
  34. Thread: Post Race!

    by cableguy04
    Replies
    68,907
    Views
    18,132,430

    Re: Post Race!

    Free post =)
  35. Re: [2008] Copying text from a textbox to another text box

    I need to copy, for example the server name which changes. So what I am trying to do is find "Server_Name = " and then once I found that copy everything until the end of that line, or if we cant...
  36. [2008] Copying text from a textbox to another text box

    **This is for Visual Basic 2008 Express Edition** Not sure if that differs, but just wanted to throw that out there.

    LOL! I just got done reading that title and got a kick out if it myself... no...
Results 1 to 36 of 36



Click Here to Expand Forum to Full Width