Search:

Type: Posts; User: vbyogesh

Page 1 of 3 1 2 3

Search: Search took 0.05 seconds.

  1. Replies
    2
    Views
    441

    How to do event ahndalinjg

    Hi Everyone

    Iam new to asp i want to know how to do even handaling in asp
    actaully i have two combox ,i want to fill second combo box based on the value selcted in firys combo,pls any one can let...
  2. Replies
    2
    Views
    839

    How to display values in list box

    Hello

    I am using list box on one page which has 5-6 values now i want that user should able to select only one value at a time from list box ,now after selecting value when he click submit...
  3. Difference Between Datagrid,msflexgrid and mshflexgrid

    Hello

    Pls can any one let me know thwe difference between Datagrid,msflexgrid and mshflexgrid ,and when to use which one.

    Thx
    Yogesh
  4. Re: What process takes place when DLL compile and run?

    Hi

    I want to know what entries takes place in Register when we register a DLL,
    Second what is compability issues regarding DLL'S(What is Binarycompatibility,project compability etc what is...
  5. What process takes place when DLL compile and run?

    Hi

    Can any one pls tell me what exactly action takes place when we register DLL AND THEN run it.

    Thx

    Yogesh
  6. Replies
    8
    Views
    802

    Re: How to check a file in a folder

    Hi
    Perhaps u wont get my question properly i dont want to search for a specific image the folder can conatin any number of images with different extension,
    perhaps u got now.
    Yogesh
  7. Replies
    8
    Views
    802

    Re: How to check a file in a folder

    Hi

    Iam new to vb how to use dir function and can i do same thing file ssytem object if yes how?

    Thx

    Yogesh
  8. Replies
    8
    Views
    802

    How to check a file in a folder

    Hi

    I want to search in a folder whether it contain a image or not(the image can of any type means .gif,.jpg) ,on that basis i want to do further processing ,pls any one can help me out.

    Thx in...
  9. Re: How to get Information about tables in a schema.

    Hey

    Can u give me exact code in vb, which object to use.

    Thx
  10. How to get Information about tables in a schema.

    Hello

    I am making an application in which i am creating table at runtime in database
    the database may be in oracle9i,ms-access or sqlserver2000,Now i want to check first whether some tables...
  11. Replies
    2
    Views
    1,153

    How to pass recordset to a function

    Hello,

    I am making an application in which i just want to check that whether an entery of a sql already present in database ,if there is any change then only it need to get store otherwise not ....
  12. Replies
    2
    Views
    386

    Re: How to work witn messagebox(Resolved)

    Hi Deepak

    Iam new to vb so asking such questions.
    Bye the way thx 4 reply.

    Yogesh
  13. Replies
    2
    Views
    386

    How to work witn messagebox(Resolved)

    Hello

    In my application at one place iam using messagbox with yes/no opotion
    if user click yes i have to perfoem some operatipon and if click no then another one.
    how i will get which button he...
  14. Replies
    16
    Views
    977

    Re: How to save

    Hello

    Thx man the problem get solved ,actually at destination place thsi tme also i given name of file to copy.
    means

    filecopy "d:\solvmain.key", "e:\solvmain.key"

    Thx a lot
  15. Replies
    16
    Views
    977

    Re: How to save

    Hello

    I Have already created destination folder manually and then giving path of it,
    dont know why its not working ,after that i given path of another file manually ,but giving same error.
    Thx
  16. Replies
    16
    Views
    977

    Re: How to save

    Hello

    Its giving error Path not found.
    Then i written the path manually in filecopy command fro both source and destination still it gives same error.

    Thx
  17. Replies
    16
    Views
    977

    Re: How to save

    Hello

    No its still not working ,vb is quite typical language.
    ok lets say on a button coding i get source path ,now i want to allow the user to create a folder and save the source file there(on...
  18. Replies
    16
    Views
    977

    Re: How to save

    Hi

    sorry its not working
    perhaps i wont able to explain exactly what i want.
    But still i will give a last try.

    Private Sub Command1_Click()

    str = App.Path & "\" & "keyfile \ solvmain.Key" ...
  19. Replies
    16
    Views
    977

    Re: How to save

    Hello

    Ok ,just tell me i have store a path in a string now i want to copy that to another path which will be choosen by user, how i ill do it.

    Thx
  20. Replies
    16
    Views
    977

    Re: How to save

    Hi
    Actually i have an database file which resides in a particular position,now if user uninstall application (he will store that mdb file to a particular position) now when he again install...
  21. Replies
    16
    Views
    977

    How to save(Resolved)

    Hi

    I want to save a file from one position(know where that file reside and will always be there) to another position (selcected by user on local machine)
    how i will do it.
    pls any one can help...
  22. Replies
    5
    Views
    581

    Re: Where to apply locks and cursors

    Hey
    PLs can u explain it in detail ,tyhe user can update information if by mistake he saves wrong one,
    rest will be updatable by me only.
    so what cursors and locks to apply ,is it always...
  23. Replies
    5
    Views
    581

    Re: Where to apply locks and cursors

    Hi

    Actually i am planning the application, i am making a project for a cyber cafe ,
    so on each system in network there will be a form (Visual Basic)which user will fill before getting connected...
  24. Replies
    5
    Views
    581

    Where to apply locks and cursors

    Hello
    I have prepared an application in VB and is installed on every system in network .The database used by me is sqlserver,can any one pls explain me where i will apply cursor and locks.how i will...
  25. Replies
    8
    Views
    1,071

    Re: How to set timer

    Hello

    Yes i can make it,then agfter making it what to do?
    Thx
    Yogesh
  26. Replies
    8
    Views
    1,071

    Re: How to set timer

    Hello
    I want to ask that suppose when i am logong the login process is going on and it takes more than 30 seconds(the process still going on) even then timer will get called,means simuntaneously...
  27. Replies
    8
    Views
    1,071

    Re: How to set timer

    Hello,

    Private Sub Command1_Click()
    cs = False
    Set obj = New otg.Application
    Call obj.LoginAs("test", "test", , "start")
    cs = True
    End Sub

    Sub timer1_timer()
  28. Replies
    8
    Views
    1,071

    Re: How to set timer

    Hello

    we wont need to call timer1_timer procedure ?will it get called automatically after 30 seonds?

    Thx

    Yogesh
  29. Replies
    8
    Views
    1,071

    How to set timer

    Hello

    I just want to set timer for process taking long time means suppose i am running a process say connecting to a database and its taking long time, i want to set timer to 30 second now if...
  30. Replies
    2
    Views
    1,019

    What Process takes place when register DLL?

    Hello

    Pls can any one explain what exactly happens when we register DLL.What entries are been made in registry. Even able to see same DLL on other machine in netwrok?or have to seperately register...
  31. Replies
    15
    Views
    1,201

    Re: Only numbers in text box?

    Hello

    Private Sub Text1_KeyPress(KeyAscii As Integer)
    If (KeyAscii < 48 Or KeyAscii > 56) Then
    MsgBox "Please enter numeric field only"
    KeyAscii = 0
    End If


    End Sub
  32. Replies
    7
    Views
    11,825

    Re: DIFF BTWN ADO,DAO and RDO.

    Hello
    I still confuse between all these what is ADO,RDO ,DAO,
    What is difference ADO AND OLEDB.WHAT IS ODBC.
    plS I AM VERY NEW TO PROGRAMMING.

    Thx

    Yogesh
  33. Replies
    23
    Views
    1,328

    Re: Diffierence between two statements(Resolved)

    Hello

    Thx a lot u all u have replied to this question ,now my doubt is clear.

    Yogesh
  34. Replies
    23
    Views
    1,328

    Re: Diffierence between two statements

    Hello,

    This means if i use On Error Resume Next statement and then wont use
    On Error Goto 0 Then error handler will not get turn off by default.

    Thx
    Yogesh
  35. Replies
    23
    Views
    1,328

    Re: Diffierence between two statements

    Hello

    so conclusion is the statement On error Resume next ignore any runtime errors and proceed the next statement at where error is occuring.
    On Error goto 0 will display the error.
    This is wht...
  36. Replies
    1
    Views
    13,432

    Difference between ADO,RDO,DAO

    Hello

    hey i am new into programming pls any one can explain me difference between
    ADO,DAO,RDO when to use each of this.

    Yogesh
  37. Replies
    1
    Views
    352

    Re: Copy 1 record set to another

    Hello

    Do both tables have same column.If yes then the code written by you must work.
    for copying every record u just have to use for loop up to number of records present

    i.e
    for i = 1 to...
  38. Replies
    23
    Views
    1,328

    Re: Diffierence between two statements

    Hello
    As u said on error goto 0 does error trapping off means if any runtime error occurs it will not display it? or will ignore it and execute statements.

    just give an example through coding if...
  39. Replies
    23
    Views
    1,328

    Diffierence between two statements

    Hello

    Pls anybody can explain me what is difference between two statement written below and in which case they are appropriate

    On resume next

    On Error GoTo 0

    Thx
    Yogesh
  40. Replies
    3
    Views
    2,483

    Re: How to call Trigger

    Hello

    Pls can u explain it to me in more detail.
    u mean to say the message will display automatically as the trigger is associated wiht a table.
    I want to ask then in which case we use raise...
Results 1 to 40 of 91
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width