Search:

Type: Posts; User: evry1falls

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. VS 2010 Re: Using multiple Backgroundworker controls on one WinForm

    Thank you. BackgroundWorker is a component not a Control, thank you for making that so clear.
    This is not a Startup Form.
    Now, I cleared the Form_Load event from useless Block.... as suggested.
    I...
  2. VS 2010 Re: Using multiple Backgroundworker controls on one WinForm

    Thank you. No this is not the Startup Form.
  3. VS 2010 Using multiple Backgroundworker controls on one WinForm

    Hello,
    My developing environment is :
    Win 10 64
    Visual Basic 2010
    WinForm application Front-End, MS-Access 2016 Database

    My Issue :
    I have a Form that contains 4 ComboBox Controls, each...
  4. Replies
    7
    Views
    1,123

    Re: Capturing e-mail responses

    If the Email server is POP3 enabled then you may want to read this CodeProject : Receive response from POP3 mail Server
  5. Replies
    9
    Views
    1,465

    VS 2013 Re: Pattern Recognition

    Have you tried Drag & Drop methods ?
  6. Replies
    6
    Views
    2,603

    Re: Parsing HTML response in VB.net

    USE XML library
  7. VS 2010 Re: [RESOLVED] Error in connecting Database with Visual Basic 2010

    You are welcome, glad I helped
  8. VS 2010 Re: Error in connecting Database with Visual Basic 2010

    The error message is so clear .... There is not Table called 'Users' in your Database ....
    Open your Database and check if there is a table or View called 'Users' .... or you can Printscreen the...
  9. VS 2010 Re: Error in connecting Database with Visual Basic 2010

    The error message is so clear .... There is not Table called 'Users' in your Database ....
    Open your Database and check if there is a table or View called 'Users' .... or you can Printscreen the...
  10. VS 2010 Re: Error in connecting Database with Visual Basic 2010

    Before the line with error write this code :

    If conn.State = 1 then conn.close
  11. Replies
    6
    Views
    984

    Re: Port Number Required

    Is there an ERROR ?
  12. VS 2010 Re: Error in connecting Database with Visual Basic 2010

    That means, that problem is in the connectionstring itself
    The connectionstring is, if db.accdb is in the project folder.

    Provider=Microsoft.ACE.OLEDB.12.0;Data Source=DB.accdb"
    or - if DB.accdb...
  13. VS 2010 Re: Error in connecting Database with Visual Basic 2010

    In order to use RDR.Executereader correctly, it should be slike this :


    or - You can do something like that [My fav.]


    P.S : Don't forget to close rdr before opening a new one.
  14. Replies
    1
    Views
    3,987

    VS 2010 Q. : String comparison

    I have VB 2010 Project includes :
    2 TextBoxes (MultiLine enabled)
    Name : T1
    Name : T2

    T1.text includes 11 lines of strings like this ("String" + vbcrlf)
    T2.text includes 9 lines of strings...
  15. Replies
    41
    Views
    24,041

    Re: [2005] Receive Gmail Mails using vb.net????

    This is a full example of how to receive E-mails from mail servers using POP3 commands and no 3rd parties ....
    http://evry1falls.freevar.com/VBNet/VS2010DataBaseBook/vbnetpop3.html
    Hope this is...
  16. Re: drag and drop windows file icons into listbox

    Thank you , you are beautiful
  17. Replies
    8
    Views
    20,611

    Re: Draw a line in VB6 Based on Degrees

    Use (Me.Line) instead of (Line)
  18. Replies
    6
    Views
    1,508

    Re: New to VB6, need help..

    You are so right, I guess I did not pay enough attention to the question !
    Thanx
  19. Replies
    6
    Views
    1,508

    Re: New to VB6, need help..

    1) With only 2 decimal points, use :


    2) Try not to use spaces in your code while populating the ListBox control. Use VbCrlf instead ...
  20. Replies
    5
    Views
    14,011

    Re: vb .net 2010 - Insert Photo into Database

    @ADQUSIT,
    You need my code ?!

    It's ok, it's free to use .
    You are welcome
  21. Re: [RESOLVED] Some recommendations for ssl development for app using client such as

    u expect your work to be done 4 u ?
  22. Replies
    1
    Views
    3,220

    Re: Holding down a key vs Pressing it once

    Could you explain more ..........
  23. Replies
    4
    Views
    2,853

    Re: Help with run time error 3021

    Solution : Either BOF or EOF is True, or the current record has been deleted.
    Works for all VB versions and Databases ...... !
    Have fun coding.


    E.g: Moving to next record

    'Make sure your...
  24. Re: VB6 - FTP Class for people doing FTP - FTP made easy

    Take a look at this post : http://www.vbforums.com/showthread.php?681313-MS-Inet-FTP-to-upload-download-rename-and-delete-files
  25. Re: MS Inet FTP to upload, download, rename and delete files

    Which FTP server you talk about ?!!
    what is your internet speed ?!!
  26. Replies
    0
    Views
    2,354

    VS 2010 Receive E-mails

    Hello,
    I'm trying to figure out who to create a simple small Mail-Client for my own as a .Net Application, now i'm stuck in no-where.
    All i want at this point is to receive response from Pop3...
  27. Replies
    12
    Views
    5,890

    VS 2010 Re: Working with datagridview

    Don't you have an example to show us !!!
  28. VS 2010 Re: Error : The application failed to initialize properly (0x000007b)

    @kleinma
    I do now run the exe from the debug folder fine.Though i still don't have any files stored in the release folder, i was just wondering if there's anything i should worry about, when i don't...
  29. VS 2010 Re: Error : The application failed to initialize properly (0x000007b)

    @kleinma
    I do now run the exe from the debug folder fine.Though i still don't have any files stored in the release folder, i was just wondering if there's anything i should worry about, when i don't...
  30. VS 2010 Re: Error : The application failed to initialize properly (0x000007b)

    Well, i do that all the time and i still can not see any files in my Release folder ....
  31. VS 2010 Re: Error : The application failed to initialize properly (0x000007b)

    What does it mean that i don't have files in my \bin\Release Folder ??!!
    Is there something that i should be doing about it ?!
  32. VS 2010 Re: Error : The application failed to initialize properly (0x000007b)

    I have no files in my release folder by the way ....
    and i have a found a solution here, i had a virus
  33. VS 2010 Re: Error : The application failed to initialize properly (0x000007b)

    I'mmmm pretty sure that VS2010 comes with .Net framework 4.0 by default .. So it is .Net framework 4.0 ....
  34. VS 2010 Error : The application failed to initialize properly (0x000007b)

    Hello,
    I have WinXpSp3 Home edition and VS2010 installed on it.
    My problem is when i create a windows application, it works fine, but when i shut down my PC i try to run the application from...
  35. VS 2010 Re: Q: How to deploy vb2010 project based on SqlServer 2008 Database

    Melodramatic ?!!!!!!!!!

    Com'n i have a client on my step door waiting for his application to be modified after some programmer screwed him . And yes time is important and i need to finish quickly,...
  36. VS 2010 Re: Q: How to deploy vb2010 project based on SqlServer 2008 Database

    So, if im not networking then i don't have to deal with SQL Server Editions stuff just the sql ce would be enough to include in my deployment "it won't change the coding blocks, right" ...!?
    ...
  37. VS 2010 Re: Q: How to deploy vb2010 project based on SqlServer 2008 Database

    no, it is just i was surprised, you can imagine the database Sql Server will be bigger than the application itself, specially it will be run on a single PC.
    Do you think it would be better to use...
  38. Re: Code for Databinding source update button

    Take a look here
  39. VS 2010 Re: Q: How to deploy vb2010 project based on SqlServer 2008 Database

    So you are saying that i will have to Pack 1.2 GB Sql server Enterprise Edition to the client's PC just to be able to work with the MDF database file .?????

    Are you serious ?!

    By The way , how...
  40. VS 2010 [RESOLVED] Q: How to deploy vb2010 project based on SqlServer 2008 Database

    Hello,
    I have finished a project on VB2010 (winXPSp3) project that uses a database (SqlServer2008 Enterprise). It's a students info project and i need to deploy it and give it to my client so he can...
Results 1 to 40 of 103
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width