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

smartymanav

@smartymanav
About
Posts
23
Topics
7
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • changing color of my form in vc++
    S smartymanav

    Hii alll how can i change the background of my form????in vc++ thanks

    C / C++ / MFC question c++

  • Please help on this problem
    S smartymanav

    i am making a project on ado i used these statements for linking: BEGIN_ADO_BINDING(CCustom) ADO_FIXED_LENGTH_ENTRY(1, adInteger,m_id,idStatus,FALSE) ADO_FIXED_LENGTH_ENTRY(2, adInteger,m_regno,regnoStatus,FALSE) ADO_VARIABLE_LENGTH_ENTRY2(3, adVarChar,m_fname,sizeof(m_fname),fnameStatus,TRUE) but during compile time it is goving "undeclared identified: adInteger and same for adVarChar" help to solve this

    C / C++ / MFC help

  • a problem!!!!
    S smartymanav

    thanks a lot!!!

    C / C++ / MFC help c++ csharp visual-studio debugging

  • a problem!!!!
    S smartymanav

    thanks a lot!!!!!

    C / C++ / MFC help c++ csharp visual-studio debugging

  • a problem!!!!
    S smartymanav

    now take a look

    C / C++ / MFC help c++ csharp visual-studio debugging

  • a problem!!!!
    S smartymanav

    when i compile my project i get this error!!! --------------------Configuration: Ado1 - Win32 Debug-------------------- Compiling resources... Compiling... StdAfx.cpp c:\program files\microsoft visual studio\vc98\mfc\include\afxv_w32.h(14) : fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include Error executing cl.exe. Ado1.exe - 1 error(s), 0 warning(s) it is showing that error is in stdafx.h.. wat to do now... i have only added one line to stdafx.h which is:: #include "comdef.h" there is no #include in any of my project file... please help and thanks

    C / C++ / MFC help c++ csharp visual-studio debugging

  • Help on this error!!
    S smartymanav

    the name of the file is stdafx.h!!! --------------------Configuration: Ado1 - Win32 Debug-------------------- Compiling resources... Compiling... StdAfx.cpp c:\program files\microsoft visual studio\vc98\mfc\include\afxv_w32.h(14) : fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include Error executing cl.exe. Ado1.exe - 1 error(s), 0 warning(s) wat to do now... i have only added one line to this file is:: #include please help and thanks

    C / C++ / MFC help csharp c++ visual-studio tutorial

  • Help on this error!!
    S smartymanav

    no i am not including it(windows.h)!!! sud i send u my whole project source code...i am buililding a database project using ado i have included only comdef.h as an external header file....rest the mfc wizards add on its own which it does in every project thats y i am not able to sort this error out?? please help

    C / C++ / MFC help csharp c++ visual-studio tutorial

  • Help on this error!!
    S smartymanav

    Hii all i am getting a single error when i complile my project the error is:: c:\program files\microsoft visual studio\vc98\mfc\include\afxv_w32.h(14) : fatal error C1189: #error : WINDOWS.H already included. MFC apps must not #include how to solve this error?????? thanks a lot

    C / C++ / MFC help csharp c++ visual-studio tutorial

  • a problem!!!!
    S smartymanav

    i am using access datase linking by odbc.... is ado better???or it is possible to do so in odbs using access database acually the thing is i am already using a database for retrieving data in a form in this same project.... i now want to use another table in the same database for retriving data in to another form plz help or suggest a diff way thanks

    C / C++ / MFC help c++

  • a problem!!!!
    S smartymanav

    thanks a lot it solved my prob thanks again!!! but can u tell me another thing plz suggest me a medthod to permanently save the changes made during run time into a array of strings in vc++ i tried to use database but am unable as i am already using a database to get data into a form in the same project do u know how to get data from multiple tables in the same project into diff forms... thanks again

    C / C++ / MFC help c++

  • a problem!!!!
    S smartymanav

    thanks a lot!!!!!!!!!!1 it solved my prob....i need practice!!!!!! thanks but can u also advice me something i wan t to permanently save the changes made in an array of strings..... i tried to use databse for it but cud not...do u know hot to get data from multiple tables in different variables thanks again

    C / C++ / MFC help c++

  • a problem!!!!
    S smartymanav

    hi all!! i am facing a problem i am bnot able to understand!!! consider the foll codes in my project CPrjView pview; long c1=pview.ctr; these r lines written in a c.cpp and it includes the PrjView.h file ctr is a public variable of The CPrjView class of type long i am not underrstanding that why c1 is getting a very strange value!!! for ef ctr is 3 and still c1 is getiing a value like -85899346 also i am not able ti change the values of variables in this c.cpp for eg if i write pview.ctitle="ABC"; ctitle is a public variable of CPrjView class of type CString it is giving a run time error... please help!!!1

    C / C++ / MFC help c++

  • Using databases in vc++
    S smartymanav

    where????

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

  • Using databases in vc++
    S smartymanav

    hey do u live near by!!!! ya u r rite...birla soft is also here but i am in stpi only they have a training division and they give out projects here byeeee

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

  • Using databases in vc++
    S smartymanav

    do u live nearby!!!! no actually birla soft is also here... i am in stpi only....they have a training division....they give out projects there byeee

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

  • Using databases in vc++
    S smartymanav

    hey u know a lot!!! i am in ganga shopping complex sec 29.....

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

  • how to search database usig ado in vc++??
    S smartymanav

    Hiii i have used ADO for linking my database in vc++... how can i add a function which searcges for a particular value in a field.... please help manav

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

  • Using databases in vc++
    S smartymanav

    thanks a lot Micheal i am usinf Cdatabase ya i want to actually carry out both these jobs....i have 3 forms one each for the 3 tables...for eg student form for student table...but student form will have link to the course form and will be linked by courseid....u r getting it na.... and similarly fees table will b linked to student by regno field... and i am not able to populate data in the usual way i do it for one table... consider the foll: RFX_Text(pFX, _T("[Student].[FatherName]"), m_FatherName); this is the for linking m_FatherName varaible with the FatherName field in student table... is this correct??? please help thanks

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

  • Using databases in vc++
    S smartymanav

    i am in noida branch of stpi.... ya i have reached this site by googling only!!!

    C / C++ / MFC c++ question database 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