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

Search:

Type: Posts; User: dongtrien

Page 1 of 5 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    1
    Views
    183

    Software edit file *.skin ?

    UI Design with skin form, software can edit the *.skin file ?

    For example:
    http://www.planet-source-code.com/vb...xtCodeId=74755
    http://www.caulacbovb.com/mp_details.php?pid=104432
  2. Replies
    4
    Views
    239

    Ask code set printer for the report ?

    Assuming the computer has installed 2 printer name: printer1, printer2 and in my program has 4 report name: ActiveReport1, ... ActiveReport4. Status to avoid crafted before viewing or printing in the...
  3. Replies
    5
    Views
    252

    Re: Reload MDIForm is not running ?

    Can i refresh or reload MDIForm when MDIForm running ? (notes not form child)
  4. Replies
    5
    Views
    252

    Re: Reload MDIForm is not running ?

    That is, after logging MDIFrmMenu frmLogin and loaded successfully, and on this MDIFrmMenu suppose I drew a picture something. If I use MDIFrmMenu.Show MDIFrmMenu.Hide and use it to open the...
  5. Replies
    5
    Views
    252

    Reload MDIForm is not running ?

    Suppose I have two forms: frmMDIMenu and frmLogIn. Login frmMIDMenu and normal load, now have problems running the program you want is not reloaded frmMDIMenu ? I had to use the Reload command...
  6. Re: Cell grid can change color and down the line in the title ?

    Have MSFlexGrid controls got support features such as Split or Freeze Panes of microsoft excel ? or controls that support this feature ?
  7. Cell grid can change color and down the line in the title ?

    In VB6.0 Do you know the name of the control cell grid in the image above there are two lines in the header and the grid can color, see attached image. we can see in the figure, in the title (framed...
  8. Replies
    1
    Views
    343

    SQL Server 2005 Express running slow ?

    Usual accounting program running database is SQL server 2005 express version, do not know why the last few days very slow when running reports, so no way for it to run faster? can specify the steps.
  9. Replies
    7
    Views
    647

    Re: Debug user control in VB6.0 ?

    I have already answered your question.if Lynxgrid3 have got one items, Lynxgrid3 will error when you click on and does not change the width of a column, you can see my video.

    download file...
  10. Replies
    7
    Views
    647

    Re: Debug user control in VB6.0 ?

    Lynxgrid3 will be errors when It have got one record, I sent attachments lynxgrid3en.rar code and faulty video LynGrid3Error.wmv
    http://www.crocko.com/9B32B0D83460485587397A4345C22B57/lynxgrid3en.rar
  11. Replies
    7
    Views
    647

    Re: Debug user control in VB6.0 ?

    I have a user control Lynxgrid3, functions like Listview, Lynxgrid3 very nice interface. If Lynxgrid3 have a record, it will warning error message when you click on it, or does not allow to change...
  12. Replies
    7
    Views
    647

    Debug user control in VB6.0 ?

    When debugging user control, having Subclass handler, put your mouse on the user control not clicking, Sub zSubclass_Proc has promptly run, how to troubleshoot? is there a way that I can right-click...
  13. Re: Can save images to a structured text file C# ?

    Suppose I have the structure


    public struct st Staff
    {
    public Bitmap Picture; // Picturs 3x4
    public string FullName; // Full name
    public...
  14. Can save images to a structured text file C# ?

    Suppose structured

    public struct stStaff
    {
    public WhatType? Picture; // Pictures 3x4 (what kind for pictures ?)
    public string FullName; // FullName
    public DateTime BirthDay; // Birthday

    }
  15. Additional properties or methods into midi form?

    In midi form no attributes or methods:

    MidiForm.BorderStyle = 0
    MidiForm.AutoRedraw = True
    MidiForm.Refresh
    MidiForm.Cls

    other form, you can add properties or methods on the midi form?
  16. Replies
    1
    Views
    584

    Delete records in binary file?

    suppose I have the code was inserting records into the file c: \ \ test.dat see the code http://www.koders.com/csharp/fid4FB06ED9F7F6AA6BB805F9152B3DB29BBD1D0C61.aspx?s = CDEF% 3Afile

    ith now...
  17. Re: Add items to LynxGrid not the same type error?

    this error is not rsstaff.open, you see attach file lynxgrid3a.rar http://www.crocko.com/6F15135726744100BF568B0E3E9AB89D/lynxgrid3a.rar
  18. look up the page source code samples or samples with complete C # code?

    I want to find the page source code form, for example relative or complete projects, can refer to page?
  19. Replies
    2
    Views
    324

    Highlight listview row?

    You can color listview row is not? for example, even as color white, perhaps as color green ?
  20. Re: Add items to LynxGrid not the same type error?

    LynxGrid like as Listview but it've got interface nice than listview. I also tried your way but still the above error
  21. Add items to LynxGrid not the same type error?

    I put the records in a database with access to LynxGrid Type mismatch error, can you see help my code wrong ?

    Private Sub Form_Load()
    Dim lRow As Integer

    'set list columns
    With listEntries...
  22. Re: grid can insert pictures and text in VB6.0?

    yes, the list includes graphic and text is loaded from microsoft access database, you have examples?
  23. grid can insert pictures and text in VB6.0?

    There is no grid in VB6.0 (or Tool support VB6.0) can load many sizes 32x32 (64x64, or picture card) and insert the word can not? if the grid name?
  24. Datagrid not supported Refresh after add, delete, ... ?

    suppose I have database access:
    Dim Conn As ADODB.Connection

    Set RS = Nothing
    Set RS = New Recordset

    Set Conn = New ADODB.Connection
    Conn.Open ConnectionStringHere

    RS.Open "SELECT Fields...
  25. Re: error index out of range exception was unhandled by user code

    OK, thank you very much
Results 1 to 25 of 120
Page 1 of 5 1 2 3 4



HTML5 Development Center

Click Here to Expand Forum to Full Width