Search:

Type: Posts; User: Miha2c30

Page 1 of 4 1 2 3 4

Search: Search took 0.07 seconds.

  1. VS 2008 Re: A way to get toolstrip as object from it's item?

    Hey, thanks! I didn't know MSDN is that useful. ;)
  2. VS 2008 [RESOLVED] A way to get toolstrip as object from it's item?

    I have Toolstripitem1 on uknown toolstrip... Is there way to get that toolstrip as object from Toolstripitem1?
  3. Replies
    2
    Views
    914

    VS 2008 Re: Error in designer code...

    It works now :p I changed to System.DirectoryServices.DirectoryEntry... Thanks:)
  4. Replies
    2
    Views
    914

    VS 2008 [RESOLVED] Error in designer code...

    Because I had too many unused references in my project, I decided to remove all of them and add them one by one again.

    Now I have a problem in a form designer code:

    Friend WithEvents...
  5. VS 2008 Re: Conversion from string to decimal problem on XP and 7

    Works now! I used NumericUpDown control (thanks to formlesstree4:thumb:) that now all types are demicals, so I don't need to convert anything. :) Thanks everyone.:thumb:
  6. VS 2008 Re: Conversion from string to decimal problem on XP and 7

    Now I know what's the problem... When string converts to the other type (Dec or Dbl), it is multiplied by 10. I cannot devide it by 10 because it works fine on my OS. Any ideas?

    Thanks Campion, I...
  7. VS 2008 Re: Conversion from string to decimal problem on XP and 7

    It is converted to a decimal - CDec(word1).
    Anyway, two strings with numbers can be multiplied normally ("0.5" * "0.5"). My string doesn't contain letters.
  8. VS 2008 Re: Conversion from string to decimal problem on XP and 7

    jakkjakk, doesn't CDec() convert any type to decimal?

    formlesstree4, I'd rather use a Label control. I don't think that control will solve this problem... :( Looks like it can't read doth or...
  9. VS 2008 Re: Conversion from string to decimal problem on XP and 7

    Well word1 is not a decimal value, it's a string from textbox (single word of numbers). It should be multiplied with a label's string, which is a decimal value.
  10. VS 2008 Conversion from string to decimal problem on XP and 7

    I have a problem converting decimal number from label's string to decimal... (for example Label1.Text = "0.5"). It works fine on Vista, where I made my application, but it doesn't work on XP and 7....
  11. Replies
    100
    Views
    77,480

    Re: Tabbed WebBrowser - a work in progress

    How can I add those components to my project's toolbox? :confused:
  12. Replies
    26
    Views
    2,934

    VS 2008 Re: Importing My Members List from My website ?

    It works now. I added just MySQL.Data.dll reference to project and nothing else. :)
  13. Replies
    26
    Views
    2,934

    VS 2008 Re: Importing My Members List from My website ?

    Well I added code to Button.Click event, because it can't be without event... References I added are files selected files below on picture (5 dll's). And these are errors:

    -...
  14. Replies
    26
    Views
    2,934

    VS 2008 Re: Importing My Members List from My website ?

    Actually none of namespaces works... :(
    Do you have this project still on your computer? Maybe if you could send me whole solution. I really need to connect to my database somehow from application....
  15. Replies
    26
    Views
    2,934

    VS 2008 Re: Importing My Members List from My website ?

    Where is that 'MySQL.Data'? I just added those references to project in properties...
  16. Replies
    26
    Views
    2,934

    VS 2008 Re: Importing My Members List from My website ?

    Seraph, I added references to my project and imported MySql.Data.MySqlClient, but namespace "MySql.Data.MySqlClient.MySqlConnection" still cannot be found. What else do I have to do?
  17. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    Just tell me... Is then possible that people and their application will connect to my database from their computer or not? :( I'll start working on MySQL then... anyway thanks for help everyone. :)...
  18. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    I'm using Paket Easy...
  19. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    How will you check that? :D And if you can, tell me... I wonder when they will answer my question.
  20. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    www.slomarketing.com (91.185.199.2)

    Why do you need that information?
  21. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    Maybe I know what's wrong... I'll ask my host, if remote connection is allowed, because I think you can access database only online ('localhost')... :)
  22. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    Still the same error...
  23. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    Username and password are right... It would say 'NULL' as username, but my account was found.

    Ok. Now I've found correct connection string. Just problem is, that it logs in with my Windows...
  24. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    I found out IP Address. Now I have a problem that connection is not trusted... :(
  25. Replies
    10
    Views
    13,779

    Re: Get last inserted MySql Record

    Motil has this link to resolved thread with the same title in signature:
    http://www.vbforums.com/showthread.php?t=580139
    I'm sure it will help you...
  26. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    I can't find IP Address anywhere... I use DirectAdmin. After I created the database, it said that host is 'localhost'. I have no idea where I can find IP for my Sql server. :(
  27. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    Over the internet. I have no firewalls on my computer.
    Now localhost somehow works, but says that user of database is not associated with a trusted SQL Server connection. :confused:
  28. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    Yes, it's first time. I don't understand why I should have any of these applications if I have an online SQL account with 10 databases.:ehh: I want to connect to online sql database...
  29. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    Well guess what... it doesn't work! I Already tried both but neither one works... Server not accessible...
  30. VS 2008 Re: Connection to Sql server failed (server/'localhost' not accessible)

    Negative0, thanks for reply. :)

    Well now i found out name, actually two names - MSSQLSERVER and SQLEXPRESS. I enabled Named Pipes for both protocols, but still can't connect to neither one of...
  31. VS 2008 Connection to Sql server failed (server/'localhost' not accessible)

    I have simple code that connects to Sql database... (well it doesn't:D)
    Dim objConn As New SqlConnection("Server=localhost;uid=***;pwd=***;database=***")
    objConn.Open()

    ERROR MESSAGE:
    A...
  32. Replies
    1
    Views
    641

    VS 2008 Detect file download

    Hello:wave:

    I have my own web browser and download manager... How can web browser detect when user wants to download a file? And how do I stop opening of IE window for file download?

    Thanks,...
  33. Re: [RESOLVED] [2008] Capture screen with my forms

    Delete text from transparency key and it should work...
  34. Re: [2008] Capture screen with my forms

    Wow, works now:D Well I already had Opacity set to 100%, I had to remove TransparencyKey:) Thanks:thumb: :check:
  35. [RESOLVED] [2008] Capture screen with my forms

    This code captures screen, but it doesn't capture my forms, only other applications in the background.

    Public Sub CaptureScreen()
    Dim width As Integer =...
  36. Re: [2008] Creating controls on statusstrip

    Ok, thanks to all.:)
  37. [RESOLVED] [2008] Creating controls on statusstrip

    Hello:D I want to create statusstrip with code, but I have no idea how to create controls on it. Can you please help me?:)

    Dim statusstrip As New StatusStrip
    Dim label1 As New ???
    ...
  38. Replies
    5
    Views
    765

    Re: [2008] Mouse Wheel click

    Whoops, my bad... I'm making tabbed webbrowser and it works only if I click tab and then middle button.

    It works now, thanks:)
  39. Replies
    5
    Views
    765

    Re: [2008] Mouse Wheel click

    Private Sub TabControl1_MouseDown(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles TabControl1.MouseDown
    If e.Button = Windows.Forms.MouseButtons.Middle Then
    ...
  40. Replies
    5
    Views
    765

    [RESOLVED] [2008] Mouse Wheel click

    Is there a way to detect Mouse Wheel click?:D
Results 1 to 40 of 132
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width