CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: leeshadmi

Page 1 of 17 1 2 3 4

Search: Search took 0.06 seconds.

  1. Replies
    0
    Views
    902

    Increment String check.

    Hi
    I have a problem that I do not know how to solve.
    I need to compact a list of zip codes that can be in as only digits or mixed with letters and "-" or spaces signes.
    I need to compact it to...
  2. Which installtion system is the best today to create advanced setups?

    Hi,
    I currently using Wise installer 9 to build setups for my projects but it's very old tool that not support Windows Vista or newer and not UAC aware so I want to buy\use other new installer...
  3. Replies
    1
    Views
    1,141

    Re: build 64 \ 32 bit applications

    Any one?
  4. Replies
    1
    Views
    1,141

    build 64 \ 32 bit applications

    Hi,
    This is my first time trying to build 64bit application.
    I have refrence to 32 object that have the name obj.dll and it will work on 32 bit but now i have the same object for 64bit version with...
  5. Replies
    2
    Views
    3,242

    Re: ow to get local time from internet?

    Hi,
    thanks that what i wanted to do but i already know about this option but dont know how to use it in my VB.Net code.
    Will it be better to download the nistime-32bit.exe and use it? (The computer...
  6. Replies
    2
    Views
    3,242

    ow to get local time from internet?

    Hi,
    I created a small application that limit the game time so my kid will not play between times i will set(16:30-20:00). (He dont stop playing Combat Arma EU....)
    So its working great but he is a...
  7. Replies
    6
    Views
    5,878

    Re: UAC issues and permissions

    Thanks but i already try that and it works with the delete file process but then the drag and drop will not work.
    I read about this issue on the net and i understood that its because the files comes...
  8. Replies
    6
    Views
    5,878

    Re: UAC issues and permissions

    Thanks, OK
    Which folder \location you suggest i will use in order to be able deleting files?

    Thanks, OK
    Which folder \location you suggest i will use in order to be able deleting files?
    I...
  9. Replies
    6
    Views
    5,878

    Re: UAC issues and permissions

    Any one?
  10. Replies
    6
    Views
    5,878

    UAC issues and permissions

    Hi,
    I have an application that I wrote with VB.Net 2008
    This application needs to use drag and drop, File IO actions.
    Lately I noticed a problem with it when the UAC (User Access Control) is turn...
  11. Replies
    6
    Views
    5,954

    Re: Uninstall USB device drivers using API

    Another issue is that even if i to call SetupUninstallOEMInf and give it the oemXXX.inf it report as success and actually delete the inf file.
    I can then delete the driver files manually from the...
  12. Replies
    6
    Views
    5,954

    Re: Uninstall USB device drivers using API

    Thanks,
    I now understand but i am more a VB\VB.net developer but i want to do that from my installer and not by using external application that will do it since then i will have to install the .Net...
  13. Replies
    6
    Views
    5,954

    Re: Uninstall USB device drivers using API

    ?
    What is this?
  14. Replies
    6
    Views
    5,954

    Uninstall USB device drivers using API

    Hi,
    I use SetupCopyOEMInfA in my Wise installer to install a scanner device that works with USB connection and it works fine.
    These days i have new drivers for this device and i want to make sure...
  15. Re: Need help with printing in VB.Net 2008

    No prob, how do i do it?
  16. Re: Need help with printing in VB.Net 2008

    Many thanks to you all,
    I finally got how to work with it and complete my task.
    GremlinSA your code gave me all what i needed to start, thanks.
  17. Re: Need help with printing in VB.Net 2008

    Actually your code give some clue about how to do it (Print what i tested at least...).
    Here is the code i wrote in my form:

    Private Sub PrintDocument1_PrintPage(ByVal sender As Object, ByVal e...
  18. Re: Need help with printing in VB.Net 2008

    Thanks but i will understand better if it will be simple sample code like add lines, texts, images... send to print.

    still need help...
  19. [RESOLVED] Need help with printing in VB.Net 2008

    Hi,
    I never printed in VB.Net code so I don’t know how to do it at all.
    My task is to be able to print Invoices from my application.
    The Invoices need to be printed with a given Logo image (From...
  20. Re: Need help to convert this function from VB to VB.Net

    Thanks but its not helping i need some one to translate the lines that contain String$ and the line that contain Right words since i just do not understnd it thats why i cant do it my self.
    ...
  21. Need help to convert this function from VB to VB.Net

    Hi
    I have this function that i need your help to convert it to work on VB.Net 2008 code:

    Function BdikatTakinutMisparZeut(ByVal IDNumber As Object) As Integer
    Dim SumAll As Byte,...
  22. Replies
    5
    Views
    1,149

    Re: Need help with SQL search string.

    Thanks for reply.
    I use the LIKE today in my code but it’s not what i need, i need SQL code that will give both words "Hello" and "Hallo".
    I need it since the user can save the records with...
  23. Replies
    5
    Views
    1,149

    Need help with SQL search string.

    Hi,
    I am using VB.Net 2008 + SQL server 2005 express.
    I have tables with string fields that used to store names and many text data of any kind, i need to have the ability to find similar words and...
  24. Shared database (SQL server 2005 Express) need instructions...

    Hi,
    Is it possible to do that:
    1. Have an mdf file on a network drive at one of the computers
    2. Connect to this mdf file from multiply computers using my application
    What do I need to install at...
  25. Re: connect to SQL server 2005 with more then 1 user?

    I want to have one database file that will be in a network drive path and that all users will use the same file so in case that user 1 add record user 2 will see it after refresh his serach results....
Results 1 to 25 of 402
Page 1 of 17 1 2 3 4





Click Here to Expand Forum to Full Width

Featured