Search results for query: *

  • Users: learnerguy
  • Content: Threads
  • Order by date
  1. L

    Question Ctrl v is causing an error in my program

    Hi, I have made a software when in the text boxes you can right click copy, paste etc if someone goes to hit ctrl c for copy it is causing an error there is no data for it to set. ctrl V works fine as does ctrl A How do I correct this ? -Learnerguy
  2. L

    Question Generate 3d image from 3 picture boxes?

    Hi Everyone, So I have a bit of a problem I am unsure how to address. My goal is to create a 3d image for a product using 3 images one for the top one for the middle and one for the side. I can generate the image as a flat image but I want to render it like a product box. Is there a way to do...
  3. L

    Question Tab control jumping.How do I fix it?

    Hi everyone, I am experiencing an issue and am not sure how to correct it. I am hoping maybe someone knows how to. My program is for creating websites. VB.net framework 4.5 When the user selects a site it takes them to the page design tab for the selected template. the trouble is the tab control...
  4. L

    Question Help saving html file on server

    Hi, I want to be able to update an html file through my application. I get the source code of the website using webclient I tried to post the data once edited using the following I found on the net trying to figure out how to do this.(I am rather new at this stuff) Function WDRequest(URL As...
  5. L

    generate html and show it

    Hi, I am making a webpage program. when the user clicks preview it calls my function which should get any info in the textboxes and produce a page in real time in the web browser showing the template they chose with the info entered in the program. all it is doing is opening up the page without...
Back
Top