Search:

Type: Posts; User: Vlatko

Page 1 of 13 1 2 3 4

Search: Search took 0.66 seconds.

  1. Thread: VB.NET runtime

    by Vlatko
    Replies
    2
    Views
    632

    VB.NET runtime

    When i write an application in VB.NET does the PC i intend to run the app on has to have the .NET framework installed because i know that vs.net compiles the code in some kind of an...
  2. Replies
    3
    Views
    656

    Re: DataGrid problem

    Thanks for the replies. I found another way

    dg.Expand(-1)
    dg.NavigateTo(0, "table")




    A very very long time ago, when the dinosaures roamed the earth ;)
  3. Replies
    3
    Views
    656

    DataGrid problem

    I present some data in a datagrid in VB.NET but the problem is that when i load the data in tha data grid i have to click a plus sign then it expands then i need to click somethink like a weblink and...
  4. Replies
    1
    Views
    508

    VB.NET & ADO.NET Book

    What in your opinion is the best book for VB.NET database programming with ADO.NET
    Thnaks!
  5. Replies
    2
    Views
    385

    VB.NET & ADO.NET Book

    What in your opinion is the best book for VB.NET database programming with ADO.NET

    Thanks
  6. Replies
    2
    Views
    368

    ADO.NET Language Choice

    I want to make an application for a video store (who rented a dvd, information about the customer, the movies) all in all the standard stuff. I want to make it using ADO.NET.
    The question is what...
  7. Thread: DOS Assembler

    by Vlatko
    Replies
    2
    Views
    1,123

    DOS Assembler

    I'm using WinXP and i need to practice assembler. The catch is that i have to use the DOS interrupts (mainly INT 21). Do i have to install DOS or there is some way to emulate INT 21 in WinXP and to...
  8. Replies
    7
    Views
    880

    What about a combined book

    What about a combined book
  9. Replies
    0
    Views
    351

    VB.NET & ADO.NET Questions

    Can someone give me suggestions on what are the best books for writing database applications using Visual Basic.NET and ADO.NET. Also, is VB.NET the best programming language for developing database...
  10. Replies
    7
    Views
    880

    VB.NET & ADO.NET Questions

    Can someone give me suggestions on what are the best books for writing database applications using Visual Basic.NET and ADO.NET. Also, is VB.NET the best programming language for developing database...
  11. Replies
    1
    Views
    350

    Free Hosting (ASP Support needed)

    Can someone inform me what are the best free hosting servers that support ASP?

    Thanks!
  12. Thread: Sql Sever Info

    by Vlatko
    Replies
    1
    Views
    316

    Sql Sever Info

    Can someone tell me about some web sites where i can read about the usage of SQL server (i am interested in the ways this application can be used), how it is usually used in some companies etc.
    ...
  13. Thread: SQL Indexes

    by Vlatko
    Replies
    3
    Views
    457

    Thanks for the very helpful tips on indexes. ...

    Thanks for the very helpful tips on indexes.

    I would also like to know if there is a way to measure the time it takes for an SQL Query to complete?
  14. Replies
    2
    Views
    413

    Thanks i finally got it to work

    Thanks i finally got it to work
  15. Replies
    2
    Views
    413

    SQL Server Users

    I am using MS SQL Server 2000. What is the T-SQL code that adds a new user (with VLDB as the default database) that can do SELECT on a table called Table1 in a database called VLDB?

    i am using

    ...
  16. Thread: SQL Indexes

    by Vlatko
    Replies
    3
    Views
    457

    SQL Indexes

    I am learning MS SQL Server 2000 Personal Edition. I just learned about indexes and that they make working with large databases faster. I want to know how can i measure the time it takes SQL Server...
  17. Thread: Sql & Ado

    by Vlatko
    Replies
    6
    Views
    472

    Sql & Ado

    I have established a connection with a sql server 2000 database in my VB app using ADO. When i need to make certain queries to the database i use sql commands.

    I just want to know if i am doing...
  18. Replies
    2
    Views
    509

    Thanks very much. It is working great. This...

    Thanks very much. It is working great.

    This makes me ask another question.

    Where shoud i write my ADO application:
    in VB 6 or VB .NET
  19. Replies
    2
    Views
    509

    ADO Prioblem in VB

    Why won't this work in Visual Basic .NET

    Dim c As New ADODB.Connection()
    Dim s, s1 As String
    Dim r As New ADODB.Recordset()
    c.ConnectionString =...
  20. Replies
    2
    Views
    444

    Few Basic Questions

    I have a few questions:

    1. I am new to databases and i would like to know what is the difference between using the

    MS ADO data control in VB
    and
    the ADODB reference

    (dim c as new...
  21. Thread: Total Newbie

    by Vlatko
    Replies
    13
    Views
    472

    If you are new to C++ then you should learn the...

    If you are new to C++ then you should learn the language itself first or else it will be very difficult to get into windows programming.

    For your question :
    Use the SetWindowText API to acomplish...
  22. Replies
    4
    Views
    2,317

    View Post

    _fcvt
    Converts a floating-point number to a string.

    char *_fcvt( double value, int count, int *dec, int *sign );

    Function Required Header Compatibility
    _fcvt <stdlib.h> Win 95, Win NT

    ...
  23. Replies
    10
    Views
    710

    You need to include a library(urlmon.lib i think).

    You need to include a library(urlmon.lib i think).
  24. Replies
    9
    Views
    482

    Go to New , choose win32application, create a new...

    Go to New , choose win32application, create a new cpp file and put the code in there. As for the printing you could use a message box or an edit box.
  25. Replies
    25
    Views
    675

    Why Not?

    Why Not?
  26. Replies
    10
    Views
    710

    Maybe you can use this API:

    Maybe you can use this API:
  27. Thread: C++ Nightmare

    by Vlatko
    Replies
    11
    Views
    597

    I really hate manipulating databases and making...

    I really hate manipulating databases and making AX controls with C++. Maybe because i haven't tried to learn this well.:)
  28. Replies
    3
    Views
    1,785

    You can use this API:

    You can use this API:
  29. Thread: Combo Box

    by Vlatko
    Replies
    3
    Views
    426

    :confused: :confused:

    :confused: :confused:
  30. Thread: notepad?

    by Vlatko
    Replies
    1
    Views
    336

    ALso there are some nice samples at ...

    ALso there are some nice samples at

    http://www.planetsourcecode.com
    http://codeguru.earthweb.com
  31. Replies
    3
    Views
    430

    Have you searched your disk for iostream.h file....

    Have you searched your disk for iostream.h file. Maybe you haven't included it right. It shoud be in angle brackets.
  32. Replies
    3
    Views
    1,635

    The memory usage of your app has increased...

    The memory usage of your app has increased because it is using the comdlg32.dll and it has to be read into memory. If you use the AX control then your app will still use the dll and as a 'bonus' it...
  33. Replies
    1
    Views
    360

    If you are new to VB than you should try...

    If you are new to VB than you should try something simpler. Do you know the API. Also some things can not be done in VB ( i mean with hardware control).
  34. Replies
    10
    Views
    652

    The main difference is that C++ is object...

    The main difference is that C++ is object oriented and C is not. There are differences in casting, allocating memory and many other things. I will see if i can dig up some links.
  35. Thread: Sams Book p.170

    by Vlatko
    Replies
    3
    Views
    434

    Make sure you are making a console app and not a...

    Make sure you are making a console app and not a win32 one.
  36. Thread: Random

    by Vlatko
    Replies
    6
    Views
    437

    LOL :D When you are in a hurry even that...

    LOL :D

    When you are in a hurry even that happens.
    :D
  37. Thread: Header files

    by Vlatko
    Replies
    3
    Views
    358

    Well they are not actually stored in windows.h....

    Well they are not actually stored in windows.h. When including windows.h a lot of other header files are actually included. That is why there are macros like WIN32_LEAN_AND_MEAN.
  38. Thread: Random

    by Vlatko
    Replies
    6
    Views
    437

    Oh, this will generate 0 too. You may use...

    Oh, this will generate 0 too. You may use if..else to check if it is 0 use rand again.
  39. Thread: Random

    by Vlatko
    Replies
    6
    Views
    437

    #include #include ...

    #include <iostream.h>
    #include <stdlib.h>
    #include <time.h>

    int main(int argc, char* argv[])
    {
    srand((unsigned)time( NULL ));
    cout<<rand() % 7<<endl;
    return 0;
    }
  40. Replies
    6
    Views
    388

    http://www.winprog.org/tutorial] Also see the...

    http://www.winprog.org/tutorial]

    Also see the FAQ
Results 1 to 40 of 500
Page 1 of 13 1 2 3 4



Click Here to Expand Forum to Full Width