Search:

Type: Posts; User: raphipps

Page 1 of 2 1 2

Search: Search took 0.06 seconds.

  1. Thread: sending meail

    by raphipps
    Replies
    2
    Views
    482

    VS 2010 sending meail

    for years i have used the same function to send an email but it has stopped working. using 1&1 (ionus).

    I tried with and without the .enabledSSL
    Checked and triple checked the password

    and......
  2. Replies
    7
    Views
    1,978

    VS 2010 Re: Webpage fields and button click

    Hi Shaggy that's a very helpful message...Ok I will re-think. I had asked for an API but that don't do any..Anyway thanks you for teaching me this
  3. Replies
    7
    Views
    1,978

    VS 2010 Re: Webpage fields and button click

    Yes. I am an accountant and my staff log in to a third party tax and accounts software. Which we pay for. I simply want a quick login process
  4. Replies
    7
    Views
    1,978

    VS 2010 Re: Webpage fields and button click

    I never have to add a captcha when logging in manually :D
  5. Replies
    7
    Views
    1,978

    VS 2010 Webpage fields and button click

    I navigated to a webpage and able to add the Username and Password successfully. But I cant seem to invoke a button click.

    Can someone please help me with the BUTTON CLICK



    <form...
  6. Thread: Gmail

    by raphipps
    Replies
    8
    Views
    2,470

    Re: Gmail

    Hi Karen, thanks for this, it seems moving forward VB access is no longer possible then? But thanks for the reply
  7. Thread: Gmail

    by raphipps
    Replies
    8
    Views
    2,470

    Gmail

    I have this code, but keep getting "Failure Sending Email" message

    server is smtp.gmail.com
    Username is email address

    Code works for 1and1 email addresses its just gmail it seems
  8. Replies
    0
    Views
    501

    VS 2010 RPC Server Error

    I am trying to create an Excel workbook/sheet but most times, not always, i get the above error. The error seems to be "Network" error which I read online. I was writing to MS OneDrive and thought...
  9. Thread: Combinations

    by raphipps
    Replies
    2
    Views
    915

    VS 2010 Combinations

    I have a set of characters and want to find all combinations of these letters numbers e.g. a,b,c. Repeated letters, difference order and any number of characters 1 then 2 then 3



    a
    b
    c

    ab...
  10. VS 2010 Report viewer Error when selecting table on dataset

    Successfully I have created reports using an SQLLITE DB but am having trouble trying to do the same with my remotely hosted MySQL DB.

    I have tested the connection all its all good

    After...
  11. VS 2010 Re: sending email which is an HTML file with pictures

    Thank you so much. I will give this a try and hope I can get it ....I very much appreciate your time :)
  12. VS 2010 sending email which is an HTML file with pictures

    I am experimenting with loading a webpage in a Webrowser object and then i want to email the whole content.

    on saving the HTML the directory of images contains the jpg's and the main HTM file is...
  13. Replies
    1
    Views
    2,220

    VS 2010 MySQl and Reportviewer

    I am trying to create reports with Reportviewer with my online MySQL DB. The connection test works and I can see all the tables hosted online.

    The problem comes when I try to create a report with...
  14. VS 2010 Inconsistent error when parseing string to double

    I suppose its ok to parse a string to a double assuming the string is numberic e.g.

    Dim str as string = "1234.56"
    Dim num as double = str

    However on my PC where i develop, if I parse ""...
  15. VS 2010 Adding rows or data to listview which was created dynamically

    I created a listview control on form load as follows.

    There is a button control which on clicking I want to add data rows just as if i had created the LV on the form itself. However I get an...
  16. Replies
    4
    Views
    1,009

    VS 2010 Re: SQl commands with encrypted data

    No you are correct. Further research led me to realize the finsar is an expired project and unsupported. Also there does not appear to be a Password parameter in the syntax! So I switched to...
  17. Replies
    4
    Views
    1,009

    VS 2010 SQl commands with encrypted data

    I am new to SQL and before I started my project it was suggested that to protect my table data i should encrypt it before adding data to the table INSTEAD of trying to encrypt the whole DB itself.
    ...
  18. Replies
    3
    Views
    718

    VS 2010 CA root certificate

    My app is almost complete and ready to deploy but a few test users have experience warnings about an untrusted source when d/load my app using my clickonce deployment

    Do I need to get a CA root...
  19. Replies
    10
    Views
    1,625

    VS 2010 Re: Install in GAC SLQlite

    Eureka...thanks PowerMaster. The mistake I was making was not to copy the file to the root directory in the show all files. Instead on download/deployment it was creating a bin/release directory...
  20. Replies
    10
    Views
    1,625

    VS 2010 Re: Install in GAC SLQlite

    As a further piece of the conundrum I looked at the server to see what files have been uploaded. The Sqlite.net.dll is a deploy file and furthermore the sqllite3.dll has also been converted to a...
  21. Replies
    10
    Views
    1,625

    VS 2010 Re: Install in GAC SLQlite

    Great thoughts which I tried however after the deployment download message still says missing sqlite3.dll. In fact i discovered that the other file sqlite.dll is just version 2 and my app works fine...
  22. Replies
    10
    Views
    1,625

    VS 2010 Re: Install in GAC SLQlite

    I appreciate your help on this. I followed the instructions on the finsar site to add THREE files to the bin/debug or release directory and you are correct to reference the SQLite.net.dll library,...
  23. Replies
    10
    Views
    1,625

    VS 2010 Re: Install in GAC SLQlite

    Aha! Well that almost worked. Published then downloaded the setup file. Ran the setup.exe and it download the package, and just when I was getting a huge smile on my face i got this message.

    I...
  24. Replies
    10
    Views
    1,625

    VS 2010 Install in GAC SLQlite

    I discovered a dll from finsar to create dynamically sqllite DB's rather than using MS sql and it works a treat. Spent ages developing my app and then decided to publish...and this is when my heart...
  25. Replies
    1
    Views
    606

    how to change format of monthly calendar

    I have a monthly calandar but i cant format it

    e.g mcal1.BackColor = Color.Lavender

    does not change backcolor nor does property window changes have any effect on the display.#

    why is...
  26. Re: datetimer picker permanently showing full calender

    hi jim sorry if I was misleading.

    ok I will look at month calender instead. never used before

    thanks for advice
  27. datetimer picker permanently showing full calender

    The title says it all. I want the control to permanently show the calender rather than the user having to click and open the control

    Is this possible

    thanks
  28. Replies
    8
    Views
    1,227

    VS 2010 Re: How secure is encryption?

    Oh my goodness! Well I am sure they paid $millions to their software developers and still the hackers got itn..makes me feel better :) Thanks
  29. Replies
    8
    Views
    1,227

    VS 2010 Re: How secure is encryption?

    Hi guys and thanks for reply...when Merrion says "if they have access to my code" do you mean my source code or they could work it out from the .exe file? and what do you mean by "use Keys"

    And...
  30. Replies
    8
    Views
    1,227

    VS 2010 How secure is encryption?

    I am new to the concept of encyptiing my data, so please be treat this novice with care :). I have SQL lite DB where I am encryping the data as it is stored in the tables. So, using a sql browser...
  31. Replies
    1
    Views
    504

    VS 2005 listview backcolour change subitem

    I am trying to amend the backcolor property of a 'cell' in a listview table, as each item is added. Dependant on value the default is black on white or;

    ...
  32. Replies
    6
    Views
    1,812

    VS 2005 Re: e.hasmorepage I dont understand

    Hi Paul, thanks for your help. But I still can't achieve what I want to achieve here. Let me give you the scenario. Say I have a text file where each record contains 40 fields. I read that...
  33. Replies
    6
    Views
    1,812

    VS 2005 Re: e.hasmorepage I dont understand

    Thanks for your help. The only problem is which I did not explain in my last message is that each string loaded via FLT.readline is made of of 15 fields i.e. number columns. So as I read each line...
  34. Replies
    6
    Views
    1,812

    VS 2005 e.hasmorepage I dont understand

    Please help. I have a file which contains lines of strings and I simple want to read the file, line by line, then print each line. If there are more lines that can fit on a page I need to throw a...
  35. Replies
    2
    Views
    842

    VB 2005 streamreader pointer

    Is it possilbe to use a file pointer to go directly to specific place in a file

    using vb.net streamreader

    e.g. using streamwriter

    fred
    john
    pete
    dave
  36. Replies
    3
    Views
    600

    My first aps page

    I am new to asp stuff so treat me gently!

    I have created a simply page with a button and textbox which works when i run it withing vb.net 2005. But I have tried to publish it on my desktop and my...
  37. Replies
    9
    Views
    854

    Re: Copy From Content To Another Form

    Hi gary

    Thanks for that...I did try Inheriting a form but the problem i had was that all the textboxes on the new form were locked and I could not change any code behind. For example, when the...
  38. Replies
    9
    Views
    854

    Copy From Content To Another Form

    I have a very busy form with 120 textboxes on it. They are all named box1, box2, to box120. this form is a template for 10 other forms. I dont want to create 10 new forms and put all these...
  39. Replies
    2
    Views
    583

    Listbox1 freeze & error

    VB.net / Visual studio v 8.0.5

    I have written a dictionary program which loads a list of words, from a text file, into a listbox. There approx. 120,000 words in the listbox.

    I am using and...
  40. Replies
    3
    Views
    637

    Thread with a For..next loop

    Visual studio 8.0.5

    trying to get my head around threading! I have simply for next loop that takes several minutes to complete. I want to give the user the option to exit this.

    Why does this...
Results 1 to 40 of 62
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width