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

Search:

Type: Posts; User: anuvb

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    648

    perl for windows 2000

    hi

    I have just started with perl. I have a couple of questions and i'm looking up to u perl cgi scripting gurus for answers.
    I have to do some webpages using perl,cgi scripts and macros to read...
  2. Replies
    1
    Views
    668

    got this one-hope it helps someone!

    void CFirstPage::OnClickListnew(NMHDR* pNMHDR, LRESULT* pResult)
    {
    // TODO: Add your control notification handler code here
    CString m_sFirstColumn;
    CString m_sSecondColumn;
    CString...
  3. Replies
    1
    Views
    690

    got it!!!

    hey guys
    Got the solution....rather silly problem

    I had to set ssort property to None for the listview!!!

    Strange are the ways of VC++!!!!

    Have a nice day!
    Anuvb
  4. Replies
    1
    Views
    690

    listview display problem

    Hi
    I am doing the following to display first name and last name from a database table.
    the problem i am facing is :
    all the first names in column "first name" are displayed properly,but only the...
  5. Replies
    1
    Views
    668

    Retrieving data from listview

    Hi

    I have a listview control on my dialog. I have populated it with some items and subitems. I'm now trying to retrieve the item seletcted into a variable,but facing problems in it.
    Tried...
  6. Replies
    3
    Views
    840

    error

    hi
    I checked and rectified the error u pointed out but still havent succeeded.can u plz tell me the exact sql format for inserting.
    i tried a couple:

    CString sql;
    int eid=10;
    CString...
  7. Thread: call COM in VB

    by anuvb
    Replies
    4
    Views
    623

    thanks

    hey that worked well!!!
    thanks a bunch!!!
  8. Replies
    3
    Views
    840

    ODBC insert problem

    hi again

    I'm trying to add new record to the access database using CDatabase and CRecordset.I have a insert statement as follows"


    sql.Format("insert into test values...
  9. Thread: call COM in VB

    by anuvb
    Replies
    4
    Views
    623

    call COM in VB

    Hi
    I'm relatively new to VC++.I have built a small COM dll in VC++.Now I want ot call this dll in a VB application.I have partly succedeed in doing so except that i'm stuck at one place.
    the VC++...
  10. Replies
    3
    Views
    1,168

    Thanks for the response! I'm using ASP as the...

    Thanks for the response!
    I'm using ASP as the scripting language and ms access as the database.

    Have a nice day
    anuvb
  11. Replies
    11
    Views
    34,845

    Can We Call a VB Standard EXE from ASP page ?

    hello WizBang

    Can you plz elaborate on that,I'm trying to do just the same and it would be helpful if you could tell me some more on the topic.

    Have a nice day

    anuvb
  12. Replies
    3
    Views
    1,168

    Adding data to a field

    hi

    This may be a very basic question to many...
    I have a form with provision for the user to enter a date.I have provided the user to select a date,month and year rom 3 diff combo boxes,but I...
  13. Replies
    4
    Views
    913

    yes,its true

    Hi
    Yes i agree with Chay Luna tha comming on to ASP from Vb is a bit confusing regarding the control flow as Vb is more of event driven.Also debugging is better in VB
    What do u think????
    ...
  14. Replies
    4
    Views
    913

    diff bet ASP and Vbscript

    Hello
    I'm just migrating form VB to ASP.Can anybpdy tell me the difference bet the two??

    Thanks
    Have a nice day!
    anuvb
  15. Thread: Thanks guys!

    by anuvb
    Replies
    0
    Views
    517

    Thanks guys!

    Hi....

    I visited this forum quite often during my last Vb project and always found it to be of great help with a lot of wonderful people ready to help and share knowledge.I'm sure i'll continue...
  16. Thread: about add column

    by anuvb
    Replies
    0
    Views
    498

    about add column

    hi all

    I am using the ALTER TABLE ...ADD COLUMN...query at one place in my project.I would like to know if there are any disadvantages of using it due to memory allocation problems at runtime as i...
  17. Replies
    4
    Views
    1,461

    confused!!!

    hi INT47

    I'm not quite clear with adding bitmaps to a popup menu yet.
    can u help me!!!

    have a nice day

    anuvb
  18. Thread: sliding treeview

    by anuvb
    Replies
    4
    Views
    936

    hi sabhhrt This worked fine!!!!I had to play...

    hi sabhhrt

    This worked fine!!!!I had to play around with the diemensions and then it was fine.
    thanks really.

    have a nice day!
    anuvb
  19. Replies
    1
    Views
    582

    images in pop up menu

    hi all

    I must say that this forum is really helping me to xplore the powers th vb and as a beginner i'm really happy to be able to utilise the resources present on this forum.

    I would like to...
  20. Thread: sliding treeview

    by anuvb
    Replies
    4
    Views
    936

    sliding treeview

    hi everybody

    i really need some help on this one.
    is there any control that will facilitate the vertical sliding of the treeview at runtime so that the user can slid it according to his wish.i...
  21. Replies
    2
    Views
    621

    hi dinesh thanks for the prompt reply i...

    hi dinesh

    thanks for the prompt reply

    i found another way.
    i just set the columnwidth to zero of those columns that i want to hide!!!!

    anuvb

    have a nice day!!!
  22. Replies
    2
    Views
    621

    help using select query

    hi vbgurus,

    i need your help in using the select query.

    i have a ms access database with a table where i want to hide the first 2 data fields columns of the table and display the rest in a...
  23. Replies
    1
    Views
    607

    using Alter Table

    hi vb gurus

    I am trying to use the "Alter Table" to add a column to an existing table created in ms access.when ever i attempt to do this i get an error saying that :
    "microsoft jet could not...
  24. Replies
    0
    Views
    648

    how to duplicate records

    hi again!!

    help me on this on please!!!

    i have a access db.i have created and populated a datatree with various options like add a node,rename it etc.now i want to implement the copy-paste...
  25. Replies
    4
    Views
    670

    thanks for the reply guys coolbiz ur trick of...

    thanks for the reply guys

    coolbiz ur trick of superimposing textboxes is good.
    i was thinking if using a datagrid would be a good idea as i want the user to enter atleast 10 different...
Results 1 to 25 of 44
Page 1 of 2 1 2





Click Here to Expand Forum to Full Width

Featured