CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: query4u

Page 1 of 3 1 2 3

Search: Search took 0.07 seconds.

  1. Replies
    4
    Views
    18,733

    3DES (Triple-DES) in C#

    Hi,

    I want to write code for encryption in C#. can any one provide me link for 3DES (Triple-DES) in C# where i will get code & also it's explanation.
  2. Passing values from parent window to child window

    Hi,

    i want to pass value from parent window to child window. the page which is in parent window is .asp page & the page page i want to open in child window is .aspx page. i want to post the values...
  3. Replies
    1
    Views
    4,384

    displaying records in combo

    Hi,
    i want make an application using AJAX & .NET. using AJAX i will call webservice,i that i will write an select query which will fetch newly inserted records into the table,that records i want to...
  4. Replies
    0
    Views
    838

    Datagrid Header image

    hi,
    i am using datagrid to display records of the table.i am facing one problem, i want to show an image in one of the column header along with the text,means first it will show column name & then...
  5. Replies
    1
    Views
    846

    Converting string to XML format

    Hi,
    I have written an web application (ASP.net using C#), in that i am using a web service, i am passing parameters to webservice method & it is returning me the data in string format. I want to...
  6. Replies
    2
    Views
    712

    Re: listbox & images

    thanks HanneSThEGreaT for helping me.
  7. Replies
    2
    Views
    712

    listbox & images

    hi,
    i am developing chat application,which will be used in LAN. i am showing all active users in listbox. can it is possible to show an small image with that user name . like yahoo msg or msn msg....
  8. Replies
    1
    Views
    5,650

    How to insert icons in menu using vb6.0?

    hi,
    I am creating one application. in this i am using MDI form(parent & child). in MDI parent i am using menu. i want to insert icons into submenus & want to give some style like backcolor red or...
  9. Replies
    1
    Views
    616

    how to give selection formula

    hi,
    i have designed one report. i want to display records ,for that i will specify the range like prodno between 1 to 100 then it will print the record from 1 to 100. if i specify 10 to 20 then it...
  10. Replies
    2
    Views
    676

    Re: how to search text in Listview

    hi wof,
    thanx for helping me, i have tried ur code but it's giving me error at subitem " invalid qualifier"

    For ivar = 1 To ListView1.ListItems.Count
    If...
  11. Replies
    2
    Views
    676

    how to search text in Listview

    I am displaying records like p.o.no, item no etc. in Listview. I want write code for searching perticular string may be item no or p.o.no. for that i ve written following code

    For ivar = 1 To...
  12. Replies
    3
    Views
    1,952

    Re: how to view report using vb6.0?

    thanx tis707 for helping me.but it is giving me error object doesn't support this property or method. also it si not showing me this property/method in list when i give . after cr1. please give me...
  13. Replies
    3
    Views
    1,952

    how to view report using vb6.0?

    hi
    i have designed report using crystal report 10. i am using access as database.
    i have selected crystal report & crystal activex reportviewer component . i ve placed both on form. i ve written...
  14. Replies
    6
    Views
    2,962

    Re: dsn less connection to Access Database

    thanx Shuja for helping me.
    it was my typing mistake. but thanx a lot
  15. Replies
    6
    Views
    2,962

    Re: dsn less connection to Access Database

    thanx Shuja Ali,
    as application is very small that's why i m using Access as database. as u suggest storing path in file. can i create one .ini file & store the path inside that file. suppose my...
  16. Replies
    6
    Views
    2,962

    dsn less connection to Access Database

    hi,
    i m using vb6.0 as front end & database as access. i want to create connection
    ADO,it should be dsn less. but i want to use this s/w in LAN. if i use with dsn then i ve create dsn on each...
  17. Replies
    0
    Views
    637

    Excel Graph & ASP 3.0

    Hi,
    i am creating various charts(graphs,line,pie etc.) in excel sheet on the basis of various values.i want to show that chart(graph) on asp page. i want to just display that charts on web using...
  18. Replies
    5
    Views
    2,390

    How to restrict Url Display on Title bar

    Hello,
    i am creating one site, in which i am having two or three links. when any user clicks on that link, it's url should not be displayed in Title bar & status bar of browser. can we restrict it...
  19. Replies
    3
    Views
    7,106

    Re: how to open webbrowser using Vb6.0

    thanx HanneSThEGreaT for your solution.
  20. Replies
    3
    Views
    7,106

    how to open webbrowser using Vb6.0

    hi,
    i am creating an application in which i want to do when any user click on button of caption"open" then automatically webbrowser should open with url which i will be given. for eg. if i ve give...
  21. Replies
    3
    Views
    770

    Re: Playing .avi in VB 6.0

    thanks HanneSThEGreaT for your help, it solved my problem.
  22. Replies
    3
    Views
    770

    Playing .avi in VB 6.0

    hi,
    can anyone tell me is it possible to play .avi file on Vb form like animated .gif file? i want to show uploading(file uploading ) avi in my program. if it is possible then tell me procedure to...
  23. Replies
    2
    Views
    544

    Re: Creating folder on web sever

    thanx for the help
  24. Replies
    2
    Views
    544

    Creating folder on web sever using VB 6.0

    Hi,
    i want to write an application using vb 6.0. in this i am uploaing the files using vb 6.0 to webserver. now i want to do it as month wise, means every months folder will get create on webserver...
  25. Replies
    1
    Views
    1,294

    Database Synchronization

    Hi,
    I am developing an application in Vb6.0 & backend as MS-Sqlserver 2k. this application is client-server & also i am developing for web.in this my database will be at offline server & same...
Results 1 to 25 of 63
Page 1 of 3 1 2 3





Click Here to Expand Forum to Full Width

Featured