Search:

Type: Posts; User: _ivo_

Page 1 of 4 1 2 3 4

Search: Search took 0.12 seconds.

  1. Replies
    7
    Views
    3,954

    VS 2017 Re: Protect / Unprotect Excel Sheet

    I'm sorry, I actually did want it in VB.Net because I prefer it, but my solution was at the end in VBA... Not on purpose :)
  2. Replies
    7
    Views
    3,954

    VS 2017 Re: Protect / Unprotect Excel Sheet

    Thank you, I managed it at the end with this code...




    Sub UnProtect()
    Dim fileName, FileDir, FileSearch As String
    Dim search_dir()
    Dim fso
    Dim I As Long
  3. Replies
    7
    Views
    3,954

    VS 2017 Re: Protect / Unprotect Excel Sheet

    Hello Paul, thank you!

    Can I put macros in my personal macro workbook? because to put macro in each 500+ workbook I really didn't save anything, I can unlock them manually :)
  4. Replies
    7
    Views
    3,954

    VS 2017 Protect / Unprotect Excel Sheet

    Hello guys,

    I am sorry if I missed it, I was searching this forum for good 30 minutes, using keywords, but I didn't get to my answer. So I need to ask... I did do some developing but long time...
  5. Replies
    11
    Views
    1,794

    VS 2010 Re: Login dialog + Access db

    I made some small changes and it works now so thanks very much for this :)


    I have one more question, maybe you can help me...
    I have setup project for one project and when I build this project...
  6. Replies
    11
    Views
    1,794

    VS 2010 Re: Login dialog + Access db

    Of course, I did this with Me.Hide and Form.Show but Im interested how did you do it because I cant find it :)
  7. Replies
    11
    Views
    1,794

    VS 2010 Re: Login dialog + Access db

    Thanks!
    You are correct, it was query...

    Now it works but now when I insert username and password nothing happens, form doesn't open and I cant find my problem :(
  8. Replies
    11
    Views
    1,794

    VS 2010 Re: Login dialog + Access db

    Hm... :o

    Again some mistake...
    When I run APP Cancel button works great but OK button doesn't...
    If I press OK with empty or filed text boxes this is what I get... :confused:
    ...
  9. Replies
    11
    Views
    1,794

    VS 2010 Re: Login dialog + Access db

    Thanks, I have find my problem...

    This is in yours example
    Public Overridable Overloads Function GetUserCountByUserNameAndPassword(ByVal UserName As String, ByVal Password As String) As...
  10. Replies
    11
    Views
    1,794

    VS 2010 Re: Login dialog + Access db

    ^^
    thanks so much, this really helped me...

    but I have small issue in my code...

    Here I get error "Too many arguments to "Public ReadOnly Default Property Chars(index As Integer) As Char"
    On...
  11. Replies
    11
    Views
    1,794

    VS 2010 Login dialog + Access db

    Hello!

    I have one MDI app and I need to make login dialog... :)
    If user is not in Access db as "user" then he cant login (open app)... :bigyello:

    For me it is ok default studio logindialog...
  12. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    Hm...

    This are binding properties and I see filter in properties but I didnt do this ever, can you please help a little more :afrog:

    Yes, I do drag and drop always, this is for me the easiest...
  13. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    Yes :thumb:

    When I scan a barcode I want to see details about this DVD :afrog:
  14. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    Yes, I understand that... But I have a problem in performing that...
    How to make search this in db when I scan barcode...

    I understand principle of barcodes...
  15. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    No, no I need to read barcode from e.g. DVD and search db for this barcode number to see details about this perticular DVD...

    So I need to search, not to store
  16. Replies
    3
    Views
    6,983

    VS 2010 Re: MDI Child form focus??

    Thanks to both of you so much! :wave: :wave:

    Works perfectly! :cool:

    Please, can you have a look HERE on the end :)
  17. Replies
    3
    Views
    6,983

    VS 2010 [RESOLVED] MDI Child form focus??

    Hi!

    I have searched and googled but I cant find any solution to my problem.
    I have MDI application and couple of child windows...
    This is how I'm opening one child window


    Private Sub...
  18. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    Hm... I have solved this somehow.. (I created setup project for this and simply included db... It works now)
    But now I have other question...

    For searching movies, members etc. I will use...
  19. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    Someone?

    :(
  20. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    How can I make this to be normal? When I install app that it has normal route to the db?
  21. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    Yes I did now and the folder is empty... :afrog:

    And yes, it has |DataDirectory|
  22. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    Thanks for this, I have found this db in Bin folder...

    But right now I have other problem :mad:

    I have published this app in this path

    Database is included in application (you can see on...
  23. Replies
    18
    Views
    2,891

    VS 2010 Re: MDI app and Access db ?

    Thanks, this really is solution.
    But I still have this part of my problem :(



    :blush:
  24. Replies
    18
    Views
    2,891

    VS 2010 MDI app and Access db ?

    This is not working like normal WForm application?!

    In any WForm application I add new data source and when I insert some table on some form everything is done automatically and application is...
  25. Replies
    6
    Views
    2,544

    VS 2010 Re: active windows in StatusStrip

    Yes, I know this...
    I have it like on picture down... :D

    But I would like to have it like on this smaller picture... :bigyello:
    This 4 arrows are 4 open windows... :thumb:
  26. Replies
    6
    Views
    2,544

    VS 2010 active windows in StatusStrip

    Hi!

    I'm making MDI application and I want to know how can I show opened windows in StatusStrip?!

    Or I should show this somewhere else?

    Regards,
    Ivo
  27. Replies
    3
    Views
    859

    Re: connection string problem

    I checked this and it should be included :eek:
  28. Replies
    3
    Views
    859

    connection string problem

    Hello!

    I'm creating small application in VB 2010 express.
    For that purpose I'm using access database.

    I added data source with no problem and when I'm running application from VB everything is...
  29. Replies
    6
    Views
    1,735

    VS 2008 Re: Custom login dialog ASP.NET

    So, basicaly on admin page I need this...
    It is not important to have alfabeticaly filters...

    I just need edit, delete and edit roles...

    http://img853.imageshack.us/img853/6579/capture1h.png
  30. Replies
    6
    Views
    1,735

    VS 2008 Re: Custom login dialog ASP.NET

    Ok, I was thinking about your advice and went for asp.net user login... :D

    And it works great, thanks! :bigyello: :thumb:
    I did it by THIS tutorial and everything works :thumb:

    NOW I need help...
  31. Replies
    6
    Views
    1,735

    VS 2008 Re: Custom login dialog ASP.NET

    Hi!
    Thanks for answering... :thumb:
    I know about server roles but I didn't go deeper into them because I need to do it like I asked in first post, the task is like that... :sick:

    Can you please...
  32. Replies
    6
    Views
    1,735

    VS 2008 Custom login dialog ASP.NET

    Hello!

    I searched this forum but really didnt find solution.

    I'm using VS 2008, SQL 2008, ASP.NET 3.5 :)

    Im creating asp.net web site and first I need to create login dialog and dialog for...
  33. Thread: excel button

    by _ivo_
    Replies
    1
    Views
    398

    MsOf10 excel button

    Hello, please tell me how difficult is this I want to make :D
    I have excel document for inserting some data, doesn't matter.
    This is made in Excel 2010 :bigyello: Doesn't matter, it can be saved as...
  34. Replies
    10
    Views
    1,285

    VS 2010 Re: [RESOLVED] Text validation help

    thanks :thumb:
  35. Replies
    10
    Views
    1,285

    VS 2010 Re: Text validation help

    yes, it is correct because I need two numbers :D

    thanks for the link!:thumb:
  36. Replies
    10
    Views
    1,285

    VS 2010 Re: Text validation help

    Thanks so much, this works great and now I have an example, thanks!
  37. Replies
    10
    Views
    1,285

    VS 2010 Re: Text validation help

    Hm... Really sorry but I don't know how to implement this in my code, I didn't use this till now :(
  38. Replies
    10
    Views
    1,285

    VS 2010 [RESOLVED] Text validation help

    Visual Web Developer 2010 Express
    This is an ASP.net project

    I have searched but wasn't successful :(

    I have two text boxes and I need to make small calculator.
    I have made one "IF" for...
  39. Replies
    4
    Views
    669

    VS 2008 Re: APP install problem

    Now I have different error on one computer :sick:

    :(
  40. Replies
    4
    Views
    669

    VS 2008 Re: APP install problem

    I have marked it when publishing but it looks like this is not working like that :sick:

    Thanks! :D
Results 1 to 40 of 140
Page 1 of 4 1 2 3 4



Click Here to Expand Forum to Full Width