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

Search:

Type: Posts; User: nectuss

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    3,976

    Query with DISTINCT on access database

    I'm having trouble with my query statement. I'm pasting tables image bellow.

    31827

    I would like to remove duplicates based on ID_narocila column and select all items that are written in my sql...
  2. Replies
    3
    Views
    3,057

    Re: Update datagridview in runtime

    Thanks for reply mate. I tried BeginEdit and EndEdit within my buttoClicked function but with no luck. Changes are still not being update in a datagriedview when i press add button. Some more help...
  3. Replies
    3
    Views
    3,057

    Update datagridview in runtime

    Hi!

    I have a project with widnow forms. On a form i hava a textbox, datagridview and a button. My datagridview is bounded to my database. I will like some help with updating datagridview with text...
  4. Replies
    2
    Views
    782

    DataAdapter help

    I have a problem with access database in my vb project. I would like to fill the listbox with objects from my database.
    I've attached two images. In first image when i'm using command...
  5. Replies
    1
    Views
    537

    Curve rotating?

    I have one question!

    Here is sample code that i have found in one ebook:



    case WM_PAINT:
    hdc = BeginPaint (hwnd, &ps) ;

    SetViewportOrgEx (hdc, cxClient / 2,...
  6. Replies
    1
    Views
    954

    VS2005 Print Windows Form?

    Hy guys!

    I have loaded data from my database to my "Employe" form. Can somebody tell me how can i now print my form...I have many texboxes on it but i will like to print a whole thing.

    As far...
  7. Replies
    3
    Views
    835

    Re: Binding TextBoxes?

    I have tryed your way Shuja Ali but i have got an exception: Child list for field employe cannot be created. What i'm doing wrong?
  8. Replies
    1
    Views
    73,502

    Inner Join for three tables?

    Hi guys!

    For two tables is working fine but for three tables i don't now how to do it?

    Here is my Select statemebt for two tables:

    Dim strsql2 = "SELECT employe.*,location.* FROM employe...
  9. Replies
    3
    Views
    835

    Binding TextBoxes?

    My problem is that i will like to bind more textboxes from a 2 different tables. How i must then prepare my dataset?

    Can you please help me?

    My query statement is:


    SELECT employe.name,...
  10. Replies
    0
    Views
    630

    Exporting datagridview - code problem?

    Is there any way to export with some code changes to word format - *.doc?


    Dim wapp As Microsoft.Office.Interop.Excel.Application

    Dim wsheet As Microsoft.Office.Interop.Excel.Worksheet

    Dim...
  11. Replies
    2
    Views
    649

    Re: NullReferenceException? Please help!

    I haven't use New becouse i can't. If i use folowing:

    Dim context As New HttpContext

    I get following error: Overload resolution failed because no accessible 'New' accepts this number of...
  12. Replies
    2
    Views
    649

    NullReferenceException? Please help!

    I recieve folowing error in VS2005. What i'm doing wrong?

    NullReferenceException
    Object reference not set to an instance of an object.
    http://img125.imageshack.us/img125/2010/error1pt.jpg
    ...
  13. Replies
    0
    Views
    452

    Need some help with save dialog.

    Can you please tell me how can i use this save dialog that i can directly export datagridview to excel(code below):




    Dim dlg As New SaveFileDialog
    dlg.DefaultExt = "xls"
    ...
  14. Replies
    6
    Views
    1,697

    Re: Dialog auto-scroll problem?

    You saved my life might ;). Thank you for your help!
  15. Replies
    6
    Views
    1,697

    Re: Dialog auto-scroll problem?

    Ups...Wrong forum

    This is a .NET question indeed. But i still have the same problem and don't now how to make it right. If anyone have any sugestion please reply!

    Regards ;)
  16. Replies
    6
    Views
    1,697

    Dialog auto-scroll problem?

    In my application i have a dialog where i have many edtiboxes, checkboxes...etc.

    Becouse of many controls on my dialog i have set AutoScroll property to true. But now when i start my program and...
  17. Replies
    4
    Views
    4,436

    Re: Datagrid not refreshing properly?

    Becouse i have just started with vs2005 and becouse i see that you are in a good mood...please Winx try to explain to me a little bit more...;)
  18. Replies
    4
    Views
    4,436

    Re: Datagrid not refreshing properly?

    I'm showing DataTable1 in DataGridView as DataSource. DataTable1 is an table from my pocitniskeDataSet but still it's not working?

    Any sugestions are very wellcome...
  19. Replies
    4
    Views
    4,436

    Datagrid not refreshing properly?

    Hy!

    I'm writing some code with VS2005. In my code i have one form and one dialog. With dialog i enter a new record to a database which is access db. On my form i have datagrid with bindings where...
  20. Replies
    2
    Views
    1,472

    Need help with insert statement?

    Hy!

    I'm working on some project and i need some help.

    I developing in VB some application with database. I have two tables in MSAccess, one is "employes" and another is "travel". This two...
  21. Replies
    2
    Views
    674

    Code for FAT16 formating?

    Hy!

    In a school project i work seminar, and i must write code that will format a floppy for example.
    Can you help me with some directions or maybe has someone a similar code.

    Thank you!
  22. Replies
    9
    Views
    4,102

    Re: Special characters in MFC?

    But i don't find this option in VS2003. Is there any?
  23. Replies
    9
    Views
    4,102

    Re: Special characters in MFC?

    Then maybe in 2005 are these thing better solved than in 2003?
  24. Replies
    9
    Views
    4,102

    Re: Special characters in MFC?

    I draged the StaticText from the controls to my dialog. I have also same problem with Edit box. Any characters that i write in the editbox is showing fine except the čćšđž characters.

    I don't...
  25. Replies
    9
    Views
    4,102

    Re: Special characters in MFC?

    Please Siddharta can you explain a little more? I need only characters č,š,ž. When i write in statictext these characters, there apear some sort of line like this | . But if i copy this line to...
Results 1 to 25 of 30
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured