Search:

Type: Posts; User: ahmedcrow

Page 1 of 3 1 2 3

Search: Search took 0.04 seconds.

  1. Replies
    9
    Views
    2,548

    Re: [RESOLVED] MS Chart - selecting a series

    You're welcome. I never used MSChart, but your question made me understanding somethings about it.
  2. Replies
    9
    Views
    2,548

    Re: MS Chart - selecting a series

    Maybe I'm wrong, but did you try this procedure of MSChart object procedures:



    Private Sub MSChart1_SeriesSelected(Series As Integer, MouseFlags As Integer, Cancel As Integer)
    MsgBox...
  3. Replies
    2
    Views
    7,516

    Re: My Movies by VB6

    I found some bugs and I solved 'em, this's the modified copy of my code.

    http://www.mediafire.com/file/bppebz9ayca2aye/My_Movies_5.rar/file
  4. Replies
    2
    Views
    7,516

    Re: My Movies by VB6

    I added new things to the program.
  5. Replies
    2
    Views
    7,516

    My Movies by VB6

    Hi, I programmed this small program as so small data base using random access files, I don't know if this section is for small programs like this or not, it was a try to learn how to use random...
  6. Re: "string * x" with random access files

    Dear passel, you're 100% right, it works now.
  7. Re: "string * x" with random access files

    Great my friend passel, your words gave me a hope, I tried a small change like you said and this's the new code and I've a problem, you can see the message box in the image below, this's the result I...
  8. Re: "string * x" with random access files

    Rick Meyer in this web page said "Second - provide a file handle variable."
    http://trixar.com/vbmakai/minidb1.htm#what



    This way isn't standard one, it's a personal one to help me to...
  9. [RESOLVED] "string * x" with random access files

    I typed this new program as a test to understand a problem in saving and loading data into and from random access file. I noticed that the program works good if I didn't define a size for a string...
  10. Replies
    3
    Views
    1,755

    Re: [RESOLVED] Searching in random access file

    You've good knowledg about files passel, can you see a free online source to learn me more about files in details, and I hope to tell me how can I see the raw contents, what's raw contents.
  11. Replies
    4
    Views
    2,599

    Re: Recording item indexes

    That's really exact problem I have, the 1st record of index file is 0, I don't understand where's the problem, I want to save the index of each item and the oposite record of it from the movie names...
  12. Replies
    4
    Views
    2,599

    Re: Recording item indexes

    Next .rar file has all of my small program, I'm in the begining to learn dealing with files.

    http://www.mediafire.com/file/5hilb237s0eik6d/My_Movies2.rar/file
  13. Replies
    4
    Views
    2,599

    Recording item indexes

    I'm trying to record the item indexes of a listbox into a file, but I found the program doesn't work properly.

    This's the code of recording:


    Private Sub Form_Load()

    Let varRecSize =...
  14. Replies
    2
    Views
    2,222

    Re: Thought problem with "freefile"

    Great! it works



    Private Sub Form_Load()

    Let varRecSize = Len(varMovieName)
    Let varFileHandle = FreeFile

    If Not Dir(App.Path & "\Index.dat") = "" Then
  15. Replies
    2
    Views
    2,222

    [RESOLVED] Thought problem with "freefile"

    I was developing this routine for searching, and I found this problem what I thought it because "freefile".



    Private Sub Form_Load()

    Dim varMovieIndex As typIndex

    Let varRecSize =...
  16. Replies
    3
    Views
    1,755

    Re: Searching in random access file

    I think I solved it with "trim"


    If InStr(1, Trim(varMovieName), Trim(varSearch), 1) <> 0 Then
  17. Replies
    3
    Views
    1,755

    [RESOLVED] Searching in random access file

    I'm trying to make search routine for random access file, I want to add movies names to the file and show 'em and search in 'em, I typed this code for searching but it doesn't work:


    * varSearch...
  18. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    I'm not cautious 'cause I've no money, no one can use me, I'm poor, for that I wrote a book about money "Money is here!", remember :)
  19. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    I'm and Peter Swinkels became friends :)
  20. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    I found your PM, my dear friend
  21. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    The link I gave you won't need you to download the ebook to your PC, just put my ebook download link in the proper field, and I think you've to choose "EPUB to PDF" firstly, it's online converter,...
  22. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    All you need is just a converter, I searched for free one for you and I found one online, you'll find the link below. All ebooks I've are PDF, but in writing the EPUB attracts me more and I like it...
  23. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    In google dictionary, one of it meanings is "a lively girl or young woman", I think it's good vocabulary to memorize, it can be used in poems.
  24. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    Forgive me Peter Swinkels if my expression seemed like that, I didn't mean it. I think they put resistors in electronics to control the flow of power, I made with my words something like that, I...
  25. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    Ha ha ha, my dears Peter and Peter, you amused me :)
    You made me remember when some white English teenagers meet a colored Indian guy, you know, that girlish and childish behaviors, I think it was ...
  26. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    1. If you spent time with programming in old BASIC, it would be clear to you how computer can think, to me, it's like a relation between the programmer and computer, it'll give us a part - may be...
  27. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    Good, yesterday I was reading in Romans for Paul, I'll quote some verses, " Receive one who is weak in the faith, but not to disputes over doubtful things. For one believes he may eat all things, but...
  28. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    1. I didn't offered the searching in Google and I didn't object to it, but computer can't live up to the mind of man to understand the real complex human language, it's reasonable :)

    2. Are we in...
  29. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    I won't try, you can tell me and I can give Arabic that google and internet can't help you to translate :)
  30. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    I didn't share it in a programming section, it's off-topics section, you can talk generally about any thing in our rest time, but why 3 members have objections for normal topic, it's normal 'cause...
  31. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    When I was more young, it was a problem, closed societies don't have that amount of culture that supposed to be for every society in the modern age, so many persons have a problem with sexual...
  32. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    Really, all I know is "publish your book", I don't publish my book, I want to share it with others free.
  33. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    1. Google isn't bad, it's American good engine :)
    2. You can say "see you soon" in Arabic, it's more fluent, polite, modest and not pride.

    See you soon :)
  34. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    To search in Google you need keywords for what you seek, if you don't, you can't search.

    To share and idea or publish it, there're two directions, from public to private and center point and from...
  35. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    I'll translate spiritual meanings I saw in visions, Greek is suitable to the Gospel and Latin is suitable to the old testament and Arabic has a usage for Gospel too. To me, I think it doesn't so...
  36. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    1. Writers of Gospel wrote it in Greek, although they're not Greek, but for wise reason the holy spirit chose that language, I do the same with English in this time, it was the best choice I've, and...
  37. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    Jesus is the head of church, take the ideas that's so clearly with the head.
  38. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    You talked wonderful and reasonable, "comments would likely tie them...". I see now that it wasn't wise to leave the comments, I've many visions in my sleeping, we can say that they like messages or...
  39. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    I bring this to my mind now, so I'll care in it in my next books, thank you.
  40. Replies
    64
    Views
    10,481

    Re: Money is here! - my new book

    No problem Peter, I think your opinion is good, it'll be more good if I make cover that's more related to the content. If you liked the spiritual message of the vision of the book, you can complete...
Results 1 to 40 of 110
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width