Search:

Type: Posts; User: nilesh16782

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    8
    Views
    5,877

    Re: Change MDIChild property during runtime?

    without SetParent api.. how will do this ?

    setparent api support to windown 7 or 8 ??
  2. Re: how to disable popup "The database is up to date." in vb6 runtime execution..

    thank datamiser for your time..
    my problem is now solved..
  3. Re: how to disable popup "The database is up to date." in vb6 runtime execution..

    no one ??
  4. [RESOLVED] how to disable popup "The database is up to date." in vb6 runtime execution..

    hi
    i using vb6 and crystal report 11.
    i have created multiple rpt file with the same view table( of access mdb database).
    i using following method to show report at runtime
    ...
  5. how to disable popup "The database is up to date." in vb6 runtime execution..

    hi
    i using vb6 and crystal report 11.
    i create multiple reports rpt file with the same view table( of access mdb database).
    i using following method to show report at runtime
    ...
  6. Re: [RESOLVED] Loading picture dynamically to the crystal report

    plz help me ..
    i m using crystal report 9 and insert picture object -> select format graphic -> then select picture tab.. here 'graphic location ' option not showing..
    here 91835 is screeshot of...
  7. VS 2008 Re: Is uses of oops concepts make my websites slow

    Thanks for replying..
    but still this not clear to me..
    Should can i use oops concepts.. with faster page loading standard...??
  8. VS 2008 Re: [RESOLVED] "abcda" how many 'a' in string.. ? any Function??

    lots of thanks
  9. VS 2008 Re: "abcda" how many 'a' in string.. ? any Function??

    thanks to all for reply..
    now this thread is resolved
  10. VS 2008 Re: "abcda" how many 'a' in string.. ? any Function??

    by the way i use .net 2008 but i want to ask this code works in framework 2 or 2.5 ? this is LINQ technique ?
  11. VS 2008 Re: "abcda" how many 'a' in string.. ? any Function??

    sorry that is typing mistake ...
    i modify the example...

    dim s as string= "abcda"
    msgbox functionname(s,'a') ''' return 2
    msgbox functionname(s,'b') ''' return 1
    msgbox functionname(s,'z') '''...
  12. VS 2008 [RESOLVED] "abcda" how many 'a' in string.. ? any Function??

    hi..
    Is any function which return count of repeating char in any specific string...?
    for more clear take a example..

    dim s as string= "abcd"
    msgbox functionname(s,'a') ''' return 2
    msgbox...
  13. Replies
    12
    Views
    1,417

    Re: Shutdown.aspx...?? HOW...

    On client machine...
  14. Replies
    12
    Views
    1,417

    Re: Shutdown.aspx...?? HOW...

    yaa seangrebey
    i know that is not good to shut off CPU fans or this type of other things..
    so this is too wrong to do this on user systems ....

    But in my opinion not focus on GOOD or BAD...
    ...
  15. Replies
    12
    Views
    1,417

    Re: Shutdown.aspx...?? HOW...

    Everything which are possible.. are not always bad to try..
    So that is only cool idea .. that i want to try that can happened or not..?
  16. Replies
    12
    Views
    1,417

    Re: Shutdown.aspx...?? HOW...

    wow .. yaa this is really work...

    but a problem windows ask to save documents which are opens....
    if i click save to no then shuting down cancel...

    any idea to force shutdown immediately ..???
  17. Replies
    12
    Views
    1,417

    Re: Shutdown.aspx...?? HOW...

    error : Process is not declared..

    ?? imports anything.?
  18. Replies
    12
    Views
    1,417

    Shutdown.aspx...?? HOW...

    hi...
    it is possible to do something like...turn off user system when he open the anyname.aspx page in browser or power off the moniter or stop (off )the cpu fan or controling speed of fan... or...
  19. VS 2008 Re: set PictureBox.image from a password protected ZIP file..???

    thanks a lot for help ..
  20. VS 2008 Re: set PictureBox.image from a password protected ZIP file..???

    Thanks..
    Where is CodeBank link example using SharpZipLib"..??
  21. VS 2008 Re: set PictureBox.image from a password protected ZIP file..???

    but i not want to extract zip file content..
  22. VS 2008 [RESOLVED] set PictureBox.image from a password protected ZIP file..???

    hi...

    i have a password protected zip file (which i want to use as a database).
    This zip archive have a large collection of jpg images (*.jpg files)..
    So in my project i want to set any one of...
  23. Replies
    3
    Views
    585

    VS 2008 Re: Get item from Datarow ??

    MsgBox(rows(i).item(0))

    i use that code only for example..i want different way to get a specific item of datarow
  24. Replies
    3
    Views
    585

    VS 2008 Get item from Datarow ??

    hi...
    my code is


    Dim rows() As Data.DataRow
    rows = DataSet1.Tables(0).Select("unitname='Ltr'")

    dim i as integer
    for i = 0 to rows.count -1
  25. VS 2008 Re: Format(0.016,"0.00") = "0.02" (I want "0.01".... HOW) ??

    ok...
    thanks
    now this thread is resolved
    thank to all of u..
  26. VS 2008 Re: Format(0.016,"0.00") = "0.02" (I want "0.01".... HOW) ??

    yaaa Thanks..(Dhanyawad sir)
    one more qus ... in function

    FixDecimal(2 / 60, 2).ToString("0.00") ="0.03"

    if use in this way...

    ctype(FixDecimal(2 / 60, 2).ToString("0.00"),decimal) ="0.03D"...
  27. VS 2008 Re: Format(0.016,"0.00") = "0.02" (I want "0.01".... HOW) ??

    yaa thanks to all for your valuable time...
    now this thread is resolved..

    A new things i read in this post that is (10 ^ digits)
    so what is (^) operator..?
  28. VS 2008 Re: Format(0.016,"0.00") = "0.02" (I want "0.01".... HOW) ??

    actually 0.016 is not a standard format of a no.. it may be anything...
    really i am trying this code
    '--------------------
    dim i as integer
    for i=1 to 100
    msgbox Format( i/60, "0.00")
    next...
  29. VS 2008 Re: Format(0.016,"0.00") = "0.02" (I want "0.01".... HOW) ??

    but i use 0.016 for just a example... so that not a constant...:(
  30. VS 2008 [RESOLVED] Format(0.016,"0.00") = "0.02" (I want "0.01".... HOW) ??

    hi plz help me

    I want only 2 digit after decimal point WITHOUT rounding..
    but format function return value after rounding

    u can try
    Format(0.016,"0.00")
    this return "0.02"
    but i want...
  31. VS 2005 Re: How make a Vb.Net Program for running in VCD/DVD Player..??

    Thanks for cool link which help me a lot and also for your valuable time...

    After read above source.. i knowing that game are develop in other language..

    But i m a .Net programmer and for a...
  32. VS 2005 Re: How make a Vb.Net Program for running in VCD/DVD Player..??

    Games are run on tv through dvd/vcd..
    So like game programming.. Can i develop a simple small Programe in VB.NET..?
  33. VS 2005 How make a Vb.Net Program for running in VCD/DVD Player..??

    hi..
    I am a new vb.net programmer and want to develop a simple application which can execute (run) on Television through VCD/DVD player....??
  34. Replies
    5
    Views
    2,840

    VS 2008 Get Random value with no duplicate

    hi... i use this code in which i want different value of i (no duplicate). . but this code return some duplicate value of i...
    ----------------------------
    Dim r As New Random
    Private Sub...
  35. VS 2008 All Property of Button1 set to Button2 (Run Time) Where Button2 created at run time.?

    hi...
    plz help..

    I put a button control name 'BTT1' on form and all property are set through property window..
    and In form_load events i want to create 10 more button which property are same as...
  36. VS 2008 Re: PictureBox & i & .ImageLocation = "d:\img.jpg"

    yaaahhhh thankss ..
    i also want to know how i can create a group of control like creating control array in vb6
  37. VS 2008 [RESOLVED] PictureBox & i & .ImageLocation = "d:\img.jpg"

    Hi.. plz help
    I added 100 picture control on form and that name as picturebox1, picturebox2 ......,,, picturebox100
    than how make this possible..
    ----------------------
    For i = 0 to 100
    ...
  38. VS 2008 Re: mdi form controls are visible in child forms..??

    yaa lot of thanks for helps..:)

    But sir what its possible 'by defaults' that ..like a child form controls are not visible for another childs form (where both form are already loaded)...so a parent...
  39. VS 2008 Re: mdi form controls are visible in child forms..??

    okk
    but for every time when a child form load 'panel' need to make 'visible = false'...??
  40. VS 2008 Re: mdi form controls are visible in child forms..??

    not only picture box i added in parent form ...
    i also add other controls like button
    so all this controls which i added in perents form are also apper in front of child forms...:sick:
Results 1 to 40 of 110
Page 1 of 3 1 2 3



Click Here to Expand Forum to Full Width