Search:

Type: Posts; User: Feras

Page 1 of 3 1 2 3

Search: Search took 0.09 seconds.

  1. Replies
    8
    Views
    10,174

    sorry to be late cause some problems with my...

    sorry to be late cause some problems with my account

    I think you ment PaperSize.
    I set it to vbPRPSUser constant (=256 I think) which is equivelant to custom paper size.
    I have one printer and...
  2. Replies
    13
    Views
    631

    I don't have database here, it is a table in HTML...

    I don't have database here, it is a table in HTML code, I read a cell from every line (record) in the table.
  3. Replies
    8
    Views
    10,174

    is it so hard? add a new printer Epson LQ-1050...

    is it so hard?
    add a new printer Epson LQ-1050 from control panel and try yourself.
  4. Replies
    13
    Views
    631

    I read the data from a table in a HTML file which...

    I read the data from a table in a HTML file which not disighned by me, so I can not know how many records there is until I finish reading the file
    as you know, reading from a file is a little slow...
  5. Replies
    11
    Views
    1,578

    Use a separator character rs.open "select *...

    Use a separator character


    rs.open "select * from user ", conn
    Do While Not rs.EOF
    wskserver.senddata rs.fields(0) & "|"
    DoEvents
    rs.MoveNext
    Loop
  6. Replies
    13
    Views
    631

    Dynamic or Static arrays

    If I need to declare an array with unknown limits I'll declare dynamic array:


    Dim MyArray() As String

    But if I know the maximum limits I could declare it as static array with maximum limits....
  7. Replies
    8
    Views
    10,174

    sorry, I posted it for example and did not care...

    sorry, I posted it for example and did not care about the numbers

    I also posted:


    make it 16000 or smaller I will get the error until I reach A4 size (the size set in the printer settings in...
  8. Replies
    8
    Views
    10,174

    report width is larger than the paper width

    ReportWidth = 18000
    Report left & right margins = 1440
    Printer.Width = 20000 'or ScaleWidth
    The same error.
    Note that the printer.width value changes successfully after the code.

    even...
  9. Replies
    8
    Views
    10,174

    Change printer paper size

    my datareport reportWidth is about 20000 twips witch equal about 330 mm

    when change paper size of the printer sittings to A2 (420 mm width) it works
    when change paper size of the printer sittings...
  10. Replies
    8
    Views
    490

    Take the attached file (I got it some where from...

    Take the attached file (I got it some where from the internet) add it to your project and call:

    SetKeyValue HKEY_LOCAL_MACHINE, "Software\Microsoft\Windows\CurrentVersion\Run ", "My Program",...
  11. Replies
    8
    Views
    490

    use the registry

    just put your program in the registry at this path:

    HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run

    I don't have Win XP, but I think it is the same like other windows version.
  12. Thread: Screen.Width

    by Feras
    Replies
    3
    Views
    418

    pleas help...

    It is like that the program (compiled by VB) gets the screen size the first time I run it and store this value (to get it by Screen.Width) which will not change untill I close the program and run it...
  13. Thread: Screen.Width

    by Feras
    Replies
    3
    Views
    418

    No, I'm not running from IDE I am lunching the...

    No, I'm not running from IDE I am lunching the compile .exe file (even not on my matchine)

    any more help?
  14. Thread: Screen.Width

    by Feras
    Replies
    3
    Views
    418

    Screen.Width

    Hi

    I lunch my program and it gets the screen width with the code Screen.Width
    Let's say it returns 9600
    I lunch some game (for example "Counter-Strike") -my program is loaded- and quit the game...
  15. Replies
    1
    Views
    622

    How to attach a file with "MailTo:..."

    To lunch send new message to a specific Email adress dialog we call:


    ShellExecute Me.hwnd, vbNullString, "mailto:feras@homs.zzn.com", vbNullString, "C:\", SW_SHOWNORMAL

    How could I include...
  16. Replies
    0
    Views
    363

    Right to left languages programers solution

    Hi
    In languages that written from right to left (RTL) like arabic when make a program for it you would have a problem installing it on other (arabic enabled) matchines, that is RightToLeft property...
  17. Replies
    3
    Views
    528

    I think He means to align it to the right (it is...

    I think He means to align it to the right (it is for right to left languages like arabic).

    In the copy I have of VB the form have a property called RightToLeft just set it to True.

    Is that what...
  18. Thread: "Out of memory"

    by Feras
    Replies
    5
    Views
    440

    The program

    This is the program code and compiled exe file (attached).
    Sory for the bad language and bad ordering cause of my language is right to left align and I made the translations in a hury.
    also sorry I...
  19. Thread: "Out of memory"

    by Feras
    Replies
    5
    Views
    440

    In the module: Type userInf up As...

    In the module:


    Type userInf
    up As Boolean
    hr As Integer
    min As Integer
    sec As Integer
    End Type
  20. Thread: "Out of memory"

    by Feras
    Replies
    5
    Views
    440

    "Out of memory"

    Hi
    I made a small program which will remotly control another program on host matchines.
    The program was working fine, but once when I made some changes (correcting errors or add functions) as...
  21. Replies
    1
    Views
    337

    How to catch internet URL connections

    How can I watch URLs that the user surf through?
    Or the current pages already viewed in his navigator windows?
  22. Thread: Wrong API call

    by Feras
    Replies
    1
    Views
    352

    Wrong API Call

    Declare Function RegisterServiceProcess Lib "kernel32" (ByVal dwProcessID As Long, ByVal dwType As Long) As Long


    I use this function to hide my program from Ctrl+Alt+Del list
    every thing goes...
  23. Thread: Resource file

    by Feras
    Replies
    3
    Views
    408

    thanks for help SeaHag but I can't get the idea....

    thanks for help SeaHag but I can't get the idea.

    What I want is to store my program sound effects in one file (resource file) and play one of those sounds from my program (I don't want to insert...
  24. Thread: Resource file

    by Feras
    Replies
    3
    Views
    408

    Resource file

    I learned how to add source files to the excutable file (sound files in my project)
    The question is: can I make that resources in a single seperated file so I can reach my resources from a files...
  25. Replies
    5
    Views
    505

    you can read matchine's local IP, then you can...

    you can read matchine's local IP, then you can guess the range.
  26. Thanks... But that solution is already was a...

    Thanks...

    But that solution is already was a question in my mind.

    can you help me find out how?

    Thanks again.
  27. Thread: Please help!

    by Feras
    Replies
    2
    Views
    428

    Re: Please help!

    Just put the move command after "else" or the "if" condition.
  28. check for internet connection through network

    I found the source for how to check for internet connection but it is not working on the network.

    How could I check if there is an active internet connection through netwok.

    Thanks for all.
  29. Replies
    1
    Views
    739

    quistion: How could I read matchine name in a...

    quistion: How could I read matchine name in a network?
    Problem: I can't copy a file to another network matchine using this code:


    filecopy "C:\TestFile.txt", "\\matchine2\c"
  30. Thread: ADO vs DAO

    by Feras
    Replies
    3
    Views
    559

    They says that ADO is better!!!! I don't know...

    They says that ADO is better!!!!
    I don't know why I just get tired of its errors and bugs.

    any way: in my oppinion both is bad.
  31. Replies
    4
    Views
    414

    encouraging talking

    OH!!! how encouraging!!!!!!!!!!!!!!!!

    Ok fine. let's get it from other side: How can I insert a little toolbar for Cakewalk Pro Audio.

    don't answer!! it's also !!!!IMPOSSIPLE!!!! with VB.
    ...
  32. Replies
    4
    Views
    414

    Hi I need to make a program like CakeWalk Pro...

    Hi

    I need to make a program like CakeWalk Pro Audio for MID format computer music recording.

    Any one can help me find any referance or documentation for a little start?

    Asking why!
    Thae...
  33. Replies
    15
    Views
    1,246

    Let's try this

    Meybe this one is right:



    DataReport1.Sections("section1").Controls("lblTableTitle").Caption = tableName


    try it.
  34. Replies
    15
    Views
    1,246

    I don't have VB6 on my matchine right now but as...

    I don't have VB6 on my matchine right now but as my memory tells me that the code must be something like this:


    DataReport1.Section1.Controls("lblTableTitle").Caption = tableName


    its not...
  35. Replies
    2
    Views
    382

    Re: u can try this out

    Thanks for help isvanand. But I already titled my post 'Biginner...'.
  36. Replies
    2
    Views
    382

    I have a database program I want to make it work...

    I have a database program I want to make it work on a network, I mean to copy the DataBase file on one machine and all copies of my program on other machines either use this lonly file.
    I knew I can...
  37. Replies
    1
    Views
    915

    My program worked well for long time, but today...

    My program worked well for long time, but today and somehow with no changes I get the Compile error "Method or data member not found" at the line:

    DataReport1.Orientation = rptOrientPortrait
    I...
  38. Replies
    1
    Views
    567

    Thats right

    I found that the Dataenvironment ,DataReport,...., and the whole ADO are full of BUGS.
    Maybe its a bug itself.
  39. Replies
    3
    Views
    477

    Still no help

    I read the documentations about the Microsoft Agent
    http://msdn.microsoft.com/workshop/c-frame.htm?/workshop/imedia/agent/default.asp
    and I found that it not supports the Arabic language with the...
  40. Replies
    3
    Views
    477

    Thanks but I need to read in a deferent language...

    Thanks but I need to read in a deferent language like arabic, that's why I asked for the technology.

    Waiting for further help, thanks.
Results 1 to 40 of 85
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width