Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
S

saravana001

@saravana001
About
Posts
21
Topics
15
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • How to get MAC address
    S saravana001

    hi all , How to get the MAC address Is there any need to create a new class?? please explain me in detail with coding. i vl be thankful to u . regards, saravan

    Visual Basic tutorial question

  • Running a Dos command in VB .net
    S saravana001

    Hi all, I need to run dos commands like copy,del through my vb.net program. can any one plz help me with the syntax.. Thanks in advance, M.Saravana...

    Visual Basic csharp help

  • Print in VB .NET
    S saravana001

    hi, i need to create a bill(print out) with the details entered in the textbox of a form. i need to place those details in the appropriate place in the bill(with some co-ordinates like(x,y)in a4 sheet(for eg)).i donno even how to start.anybody please help me to get a printout. Thanks in advance, M.Saravana...

    Visual Basic csharp help tutorial

  • How to Change the name of a form
    S saravana001

    Hi all, I'm Beginner in VB .Net,now i'm havng 10 Forms in my project named as form1,form2,form3 etc,. How to change the name of that form,and wat r the changes, we need to do ,if we change the name of a form,, Any one plz help me in this regard,,,, Thanks in advance Saravana...

    Visual Basic csharp help tutorial learning

  • RunTime Error in MFC
    S saravana001

    why do i get Run time error! c:/.../.../pc.exe Abnormal program termination. while i'm running my application(MFC) in VISTA. whereas it is working fine in XP. Can any one please help mi in this regard. thanks in advance... Saavana...

    C / C++ / MFC help c++

  • How to get maximized form.
    S saravana001

    Hi all,i have opened my mainframe in the maximised view as default.but i cant open my forms maximised as default.anybody plz help me in opening my forms maximised as default.now i'm maximising it using the maximise button in that form. Thanks in advance. Saravana..

    C / C++ / MFC help tutorial

  • How can we get pictures in Mainframe
    S saravana001

    Hi all, how to add pictures to the mainframe as my mainframe is opening with nothing in it.can any one plz tell me clearly about this,,, thanks in advance, Saravana...

    C / C++ / MFC tutorial

  • How to open my Mainframe
    S saravana001

    thanq nelek..,it is working..plz help mi how to get my child window maximised.. thanks in advance saravana...

    C / C++ / MFC help tutorial

  • How to open my Mainframe
    S saravana001

    Hi all, I want my mainframe to open in the maximized view defaultly,now i'm using the maximize button to do that,can anybody plz help in this. Regards.. saravana...

    C / C++ / MFC help tutorial

  • How can i scroll mi Msflexgrid
    S saravana001

    Thats fine chandu....let us wait for a simple solution. Regards. Saravana..

    C / C++ / MFC help question

  • How can i scroll mi Msflexgrid
    S saravana001

    here is my clear question chandu.. i'm having a msflexgrid in my dialog.i want to scroll the flexgrid to and fro to view all the data using the mouse scroller(roller of the mouse).now my mouse scroller is not working inside the flexgrid.(they are now working only by cliking the buttons) thanks .... saravana.

    C / C++ / MFC help question

  • How can i scroll mi Msflexgrid
    S saravana001

    hi all, now i'm having a msflexgrid vth mi dialog.i could scroll inside mi dialog.but mi probs is that i couldn't scroll inside mi flexgrid using the mouse(scroller).can any one plz help mi in this regard. very thanks in advance. Saravana...

    C / C++ / MFC help question

  • How to start Visual C++?
    S saravana001

    u better go for SAMS "Teach urself VC++ in 21 days" book by Davis chapman.Very good book for all beginners in vc++..

    C / C++ / MFC c++ csharp java design tutorial

  • How can i search a item in a msflexgrid
    S saravana001

    hi, I have a msflexgrid with 2 columns and 25 rows(all with data in it) in my dialog.i'm also having a edit box in the same dialog above the flex grid.now wat i want is..if i type a name or a letter in the edit box the mouse pointer should go to that row that contains the name. for example if i hav 2 colums(name and rollno)in msflexgrid if i type "A" in the edit box,thn the mouse cursor should go to the row where that name column contains first letter as "A".Is there any function for getting the mouse pointer to our flexgrid? Anybody please help mi in this regard. Thanks in advance, Saravana..

    C / C++ / MFC question css help tutorial

  • Not able to add Item in Combo Box [modified]
    S saravana001

    U can add a string to a combo box using CString string1; m_combobox.AddString(String1); here m_combobox is the member variable of the combo box. Regards.. Saravana..

    C / C++ / MFC com help

  • can any body tell me how to make a invisble textbox visible in vc++
    S saravana001

    I think this can be done by right clicking the Edit box----properties--->select the "Visible"(checked).(in the Resourse View) Or u can do it using the same command as chandu told.. i.e., GetDlgItem(IDC_EDIT)->ShowWindow(TRUE) I thnk this command brings you the solution. Thanks,, saravana...

    C / C++ / MFC help c++ tutorial

  • How to Convert a Float to a string
    S saravana001

    Hi i hav converted an integer to a string using the following method, CString str; int i; char TempBuffer[50]; _itoa(i,TempBuffer,10) str=TempBuffer; Now how can i convert a Float to a string . any can please tell mi the solution(easy if the soln is similar to the above) thanks

    C / C++ / MFC tutorial question

  • How can i Add a set of integers to my ComboBox
    S saravana001

    hi, I've added a set of strings(from Database) to my combo box using membervariable.AddString(CString) Now,How can i add a set of integers to my combo box. Can any one tell mi a solution for this...with a clear example(as i'm a beginner). if so please tell me how to add the floats to the same.. thank you in advance..........

    C / C++ / MFC tutorial database question learning

  • How to Display the Value of a member varible in message box
    S saravana001

    I'm working with VC++ MFC application .. I want to display a message box with value of a membervariable which i'm using in mi program.To do this whether i need to include any headerfile?.ifso please help me by giving the code or format as i'm a beginner.Anyone please help mi in this regard. Thanks in Advance, Saravana...

    C / C++ / MFC c++ help tutorial question learning

  • How to color a form in my MFC application
    S saravana001

    I'm working with MFC (.exe) application in VC++. i've inserted a "form" in my application.i coloured the "form" by using the properties of the "form"...But i dnt know ,how to color the dialog containing my "form"... can anyone help in this regard thanks in advance... Saravana....

    C / C++ / MFC c++ help tutorial
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups