Search:

Type: Posts; User: Tomasek-TMK

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    650

    Counting time ?

    Hi

    you do not know how to add time? I need to calculate the time spent and I only have data in hours, minutes and seconds.

    The result should be in the format:
    for example
    0 Years, 0 Days, 1...
  2. Replies
    20
    Views
    3,485

    Re: SQLite3 UTF8 Covert

    Hi Give me therefore an example.
  3. Replies
    20
    Views
    3,485

    Re: SQLite3 UTF8 Covert

    Table custommer you have a column name, surname in UTF8
    (select name, surname from customer)
  4. Replies
    20
    Views
    3,485

    Re: SQLite3 UTF8 Covert

    Table custommer you have a column name, surname in UFT8
    (select name, surname from customer)
  5. Replies
    20
    Views
    3,485

    Re: SQLite3 UTF8 Covert

    There is already listed: vb.zip (6th post)

    http://www.vbforums.com/attachment.php?attachmentid=107983&d=1386339565
  6. Replies
    20
    Views
    3,485

    Re: SQLite3 UTF8 Covert

    It is strange that no one never dealt with this problem :(
  7. Replies
    20
    Views
    3,485

    Re: SQLite3 UTF8 Covert

    The project is here

    107983
  8. Replies
    20
    Views
    3,485

    Re: SQLite3 UTF8 Covert

    107979


    It did not help: (
  9. Replies
    20
    Views
    3,485

    Re: SQLite3 UTF8 Covert

    I use a TextBox. Classic TextBox can display the character "ěščřžý" That's not a problem, but I do not know how to convert text from SQLite.
  10. Replies
    20
    Views
    3,485

    SQLite3 UTF8 Covert

    Hey Connecting to SQLite3 database and I have a problem with the output string.
    The database is in UTF8 and erroneously appear on my characters.

    The database stores: Evženie, Žáček
    A Visual...
  11. Replies
    7
    Views
    2,717

    Connect to SQLite database

    Hi
    I need to connect to the SQLite database do not have anyone working example?

    I need a direct step by step.

    thanks:duck:
  12. Replies
    10
    Views
    15,599

    Re: [VB6] modShellZipUnzip.bas

    It is appropriate to use FOF_NOCONFIRMATION not bother Flask of the existence of the file.

    module:
    Public Const FOF_NOCONFIRMATION = & H10

    Swap:
    . Namespace (CVar (DestDir)). CopyHere....
  13. Re: [RESOLVED] Send data from VB6 TextBox using the POST method to PHP

    The example works sends data in the variable "a =" data to php script. Of course php script must be able to receive data via POST or Request.]
  14. Re: Send data from VB6 TextBox using the POST method to PHP

    Private Sub Command1_Click()
    With Winsock1
    .Close
    .RemoteHost = "test.cz"
    .RemotePort = 80
    .Connect
    End With
    End Sub
  15. [RESOLVED] Send data from VB6 TextBox using the POST method to PHP

    Hi, I need help.
    Despite what component do I send data from the TextBox to the server in PHP file using POST?

    In PHP accepts a variable as: adress

    Using the GET method could be for example:...
  16. Replies
    12
    Views
    1,372

    Re: list1 list encrypt all strings ?

    Hi, the problem is that he can not encode / decode vbCrLf [enter] and with [ěščřžýáíéĚŠČŘŽÝÁÍÉ] so that the text encoding is useless: (
  17. Replies
    4
    Views
    3,331

    Re: RS232 "sniffer"

    Thanks also occurred to me to do the port replicator.
    I ran the program:
    Advanced Serial Port Monitor is set where the port is able to sense and communicate program connected to the same port. I...
  18. Replies
    4
    Views
    3,331

    RS232 "sniffer"

    Hello

    In the company we have sw communicating over bluetooth.
    I'm doing another software which recognizes communication via RS232 commands and writes to the database.
    Does anyone know how to...
  19. Re: Finding values ​​on a web page in VB6

    Hi I have a problem with that.
    I still lists the error: user defined type not defined
    (Dim objDoc As MSHTML.HTMLDocument)

    Reference: Microsoft HTML Object Library (I have defined)

    (are the...
  20. Finding values ​​on a web page in VB6

    Hey you do not have someone code to search elements on a web page?
    I need code to find and call the first three elements ...

    On the site there may be more but I need only the first three.

    In...
  21. Re: MSSQL sp_executesql ALL TABLE => CELL

    Thus it can not use because I do not know in advance how much it will have a table column.
    Select to sp_executesql is composed.

    I solved it this way:


    DECLARE @SQLString NVARCHAR(MAX)...
  22. [RESOLVED] MSSQL sp_executesql ALL TABLE => CELL

    Hi I need advice

    Select I have compiled that run through sp_executesql.

    EXEC sp_executesql @Select, @Param, @i = @i

    The result is a table of 3 columns, 3 rows (may be different)
    ...
  23. Re: Print data report on non-default printer

    RESOLVED!

    Private Declare Function SetDefaultPrinter Lib "winspool.drv" Alias "SetDefaultPrinterA" (ByVal pszPrinter As String) As Long


    Dim PrintData As Printer
    Dim...
  24. Re: Print data report on non-default printer

    Please try to remember it's important to me.
    Prints all the string datareportu datareport but still prints on the default printer.

    For now, I'll try to change the system printer.

    Thx RhinoBull
  25. [RESOLVED] Print data report on non-default printer

    I need to automatically print datareport on non-default printer.
    Mi default printer is 'Hp 1020'

    Datareporty need to print to a printer \\Tmk_print_serve\lp1

    When I run my code so datareport...
  26. Replies
    4
    Views
    975

    Re: Check OCX / DLL is the registry?

    GUID know, but what API should I use?
  27. Replies
    4
    Views
    975

    Check OCX / DLL is the registry?

    Hello
    I need help with the program.
    You do not know how to test whether a file such as "richtx32.ocx" registered in the pc?
    (in the registry)

    Is there any api function or something similar?
    ...
  28. Replies
    7
    Views
    3,467

    Re: Using ocx library without registration

    All advice try thank you SamOscarBrown and Dilettante

    Tomasek-TMK:duck:
  29. Replies
    7
    Views
    3,467

    Re: Using ocx library without registration

    Hi, I have the option when you first start to have administrator rights.

    Ocx remain registered?
    Or after the system is restarted pc again does not know?

    I need to get OCX system already...
  30. Replies
    7
    Views
    3,467

    Using ocx library without registration

    Hi, I want to ask

    I have 2 computers. One computer has installed all possible OCX and DLL files. (Use regsvr32 / s, etc.)
    The second computer Sun There's a clean install of Windows XP.

    I have...
  31. Replies
    2
    Views
    944

    Re: Download file Start/Pause

    Thanks so much for this link I came.

    thanks a lot
  32. Replies
    2
    Views
    944

    Download file Start/Pause

    Hello

    Please advise me I need to download a file from the Internet, which has a size such as 100 megabytes
    - It may happen that the PC is turned off or the internet is not available.
    How do I do...
  33. Printing reports without components DATAREPORT DESIGNER?

    We can somehow replace the component data report designer?

    I do not know why but my software works on any PC but not on the same register
    (MSDERUN.DLL and MSDBRPTR.DLL)
    I would like to somehow...
  34. Replies
    4
    Views
    747

    Re: Create PDF (ěščřžýáíé )

    How do you generate the PDF?
  35. Replies
    4
    Views
    747

    Re: Create PDF (ěščřžýáíé )

    Download clsPDFCreator for VB 6.0 from the address I gave up.
  36. Replies
    4
    Views
    747

    Create PDF (ěščřžýáíé )

    Hello

    know najk generate pdf file. I need to be correctly displayed characters: ěščřžýáíé

    I tried clsPDFCreator etc but displays incorrectly:...
  37. Create PDF with Barcode and UTF8 (characters correctly ěščřžýáíé )

    Hello
    I need advice on how to create a pdf document with a bar code and display the correct characters (ěščřžýáíé).

    It will be the creation of invoices.

    Please advice.

    I tried:

    biopdf
  38. VS 2005 Re: Visual Basic 2005 Express Beta 2 Download?

    Thank you for an important description of the current VB pull.
    If I have problems so I turn to vbforums.com

    Thanks man :)
  39. VS 2005 Re: Visual Basic 2005 Express Beta 2 Download?

    I made the přjít from VB6. Transgress slowly to a higher version of VB I installed VB2005. When I work from databases msgbox appears to me that I need version 2005 beta 2

    Volk is the difference...
  40. VS 2005 Visual Basic 2005 Express Beta 2 Download?

    Hey you do not have someone link to iso or zip:
    Visual Basic 2005 Express Beta 2

    I need exactly this version. On the microsoft website I can not find her.
    Maximum I find Visual Basic 2005...
Results 1 to 40 of 86
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width