Search:

Type: Posts; User: moinkhan

Page 1 of 13 1 2 3 4

Search: Search took 0.23 seconds.

  1. Replies
    9
    Views
    8,777

    Re: Extended Form Events control.

    Thanks..
    I shifted from VB to java... so i do not know whether all or some of these events are provided in .Net or not...
    I didn't check it with Dual screen ...
  2. Replies
    5
    Views
    613

    Re: vatz error with this........

    do it like th is

    Private Sub Form_KeyUp(KeyCode As Integer, Shift As Integer)
    If KeyCode = vbKeyF2 Then
    Select Case Me.ActiveControl.Name
    Case "m1"
    Form20.Show
    Case "Text5"
    Form9.Show
    End...
  3. Replies
    3
    Views
    520

    Re: .eof or .bof is closed problem again

    try using adOpenStatic .... and/or adUseServer
  4. Re: ORA-12154 TNS could not resolve name -Very Strange...

    c:\ora9i seems to be your default home... you can change your default home from home selector tool which should be present in your ora9i program group

    or...
    you can define a system level...
  5. Re: Update a record by multiple users at a time

    Maybe record is locked by someone... and some of the users are not able to update the record..
  6. Replies
    7
    Views
    629

    Re: currency problem

    What is the value of txttax?
  7. Replies
    11
    Views
    816

    Re: RichTextbox Problem

    did you use Clipboard object anywhere? :confused:
  8. Replies
    8
    Views
    1,297

    Re: Why convert from String to Double?

    Because if you dont convert those strings to Double(or any numeric type) they will be concatenated .... not added... because in VB + operator is overloaded for Strings.. and if it founds a string on...
  9. Replies
    6
    Views
    772

    Re: Help!!Duplicate statements printed

    As you are matching on the basis of values.. and values are found twice in both arrays.. those will be printed twice...

    so here i would suggest some modifications.. with the hope that those would...
  10. Replies
    13
    Views
    3,620

    Re: MDI Form and Control setfocus

    Well i am sure you are talking about MDI Child form.... :confused:

    and if you are unloading MDI Child form and going to another form say Form2.. and from Form2 you are again loading MDI Child...
  11. Re: AutoGenerating Html Files on a button click

    yah.... I named command button as cmdGenerate and left every other control have their default names....
    to get this code to work you should name Command Button to cmdGenerate
  12. Replies
    1
    Views
    618

    Re: export VB function to C

    You want to translate it into C style coding? if yes then


    struct PositionGroupType{
    //blah blah blah
    };

    PositionGroupType pgdata[5];
    void main(void)
    {
  13. Re: AutoGenerating Html Files on a button click

    put a drive list box, dir list box, file list box, a command button and a text box (for telling the destination for generated file), go to code window and copy the following...

    :wave:



    ...
  14. Replies
    4
    Views
    641

    Re: Starting with Object Oriented PHP

    ppl = people = everyone other than me
  15. Thread: I'm shocked..

    by moinkhan
    Replies
    21
    Views
    933

    Re: I'm shocked..

    nice to meet you scared :wave:
  16. Replies
    15
    Views
    1,081

    Re: Database is read only

    Well one thing... in ASP you cant use constants like adUseClient etc...

    also write the code where you are getting the recordset.. and where you are trying to update the database..
  17. Replies
    15
    Views
    1,081

    Re: Database is read only

    Tell me how are you connecting to your database? give the whole connectionstring here...

    by the way you can also try repair and compact database option .. so if it is due to some database...
  18. Thread: I'm shocked..

    by moinkhan
    Replies
    21
    Views
    933

    Re: I'm shocked..

    oh what... 25 bucks... i will do it for 25/4 = 6.25 bucks... deal? :d
  19. Replies
    15
    Views
    1,081

    Re: Database is read only

    zip your database and project and upload it here... :chips i need to have a look on that...
  20. Replies
    15
    Views
    1,081

    Re: Database is read only

    have you enabled security for the database?
  21. Replies
    14
    Views
    1,071

    Re: Pass an integer variable to vb6

    Once I made two Java and VB6 applications to talk with each other through socket programming...
  22. Re: What is the problem w/ my Connection String?

    sorry if this sounds stupid...

    but are you sure that you r connected with sql server? is that server up and running?
  23. Replies
    6
    Views
    771

    Re: Starting with PHP

    OOps... i should have read FAQ thread first... http://www.vbforums.com/ , seem to have forgotten everything http://www.vbforums.com/ ..

    compliance assured for future :wave:
  24. Replies
    4
    Views
    641

    Starting with Object Oriented PHP

    hi
    can you ppl suggest Any good tutorials or websites for this?

    thanks
  25. Replies
    6
    Views
    771

    Re: Starting with PHP

    hairball... i already downloaded that manual.. thanks anyways.

    kows.... that was a cooool tutorial.. thankyou very much
  26. Replies
    3
    Views
    610

    Re: Question About Hyperlinking in Browsers

    I mean go to Projects Menu, then select Components, locate Microsoft Internet Controls, click to select this entry... and then press OK.. you will see on the toolbar(left side) a new control having...
  27. Replies
    3
    Views
    610

    Re: Question About Hyperlinking in Browsers

    Why would you create your own browser when you have microsoft internet browser control , ready-made :s
  28. Replies
    89
    Views
    44,453

    Re: Please Help Us To Save Ana

    Just want to ask a quick question, are donations still needed or you ppl were able to collect the money?
  29. Replies
    9
    Views
    808

    Re: If condition...

    Make sure Timer is getting enabled with an interval of more than 0 from somewhere...
  30. Replies
    13
    Views
    1,031

    Re: [Help] subscript out of range

    maybe something like this would help


    Private Sub Form_Load()
    size=LBound(amt)
    End Sub
  31. Replies
    13
    Views
    1,031

    Re: [Help] subscript out of range

    when you have defined the array subscript range from 1 to 10.. you can't have a subscript index 0... set the value of size to something between 1 to 10... and that should work.. .
  32. Replies
    13
    Views
    696

    Re: I love Google.

    Big day for google :d
  33. Replies
    13
    Views
    1,031

    Re: [Help] subscript out of range

    Yah... size is 0...
  34. Replies
    5
    Views
    630

    Re: VB in Excel - Really need some help.

    You need to be more elaborative here...

    what does some of the data mean? are the cells for Countries fixed? how would you RELATE the data with countries? etc
  35. Replies
    13
    Views
    1,031

    Re: [Help] subscript out of range

    try this

    amt(size-1) = Val(txtdeposit.Text)
  36. Re: Optimized way of getting multiple items in 1 string line...

    There must be something fixed about the separating characters... otherwise the same series of characters might come in the original string and mess up all your functionality... say.. if you assume...
  37. Re: Optimized way of getting multiple items in 1 string line...

    So your problem statement would be..

    How to split a text which is separated by a multicharacter separator?
  38. Re: Optimized way of getting multiple items in 1 string line...

    to get whatever among two characters? this would also look for such cases

    mini, mono

    I mean.. you cant just say that if a character is surrounded by two same characters.. it is a separator for...
  39. Replies
    13
    Views
    1,133

    Re: Scroll bar Help

    Cut and paste them all in a frame and put that frame into a Picture Box...


    I would also suggest you to make the form little wider ... and also bring some boxes together(like day, month and year)...
  40. Thread: saving query

    by moinkhan
    Replies
    7
    Views
    823

    Re: saving query

    you want to have both files on both drives? or 1 file in C: and 1 file in A:?
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width