what is CP vanity.?? where is code?
MahaKh
Posts
-
Fill datagridview cell with color -
calling ShowDialog()both forms have text boxes and check boxes data is updated in database and fecthing is from sql qries and set into fom1 textboxes
-
calling ShowDialog()i am calling showDialog() for form2 from form 1 i want if i close the form2 changes made in form2 appears in form 1 it is fullfillng my requirement for first time but when i call showdialog() 2nd time and malke some chnaging in form 2 it does not appears in form 1....how to solve this problem?
-
removing checkboxes for bool datatypes in DEVEXPRESS grid viewmy data set contaions some colums containing bool values when i populate the dataset to DEV EXpress Grid view it shows these values as check boxes...i dont want to shw check boxes rathe the actual data....what should i do? .
-
getInterface()!=0 exception using ALTDBCLI.H headerfilei m conectiond sql server using ILEDB using database header file ALTDBCLI.H, and geting the getInterface()!=0 error while updating the row in the sql server database, row is updated but described error occures
-
Connecting SQL server 2008 to Visual studio 2008thanks to all, but my requirement is to use OLEDB instead of ODBC....:(
-
Connecting SQL server 2008 to Visual studio 2008how can i connect visual studio 2008 application to sql server 2008 using ODBC?
-
timer count downi want to show count down of seconds, as the user enters the answer the countdown should have stoped....just like a quiz program, i want to do it in VC++6
-
unable to start the SQL Full Text Search Service from SQL Server Configuration Manageri am unable to start the SQL Full Text Search Service from SQL Server Configuration Manager previously i successfully started the service and extracted the data from my table but after restarting the system there is an issue sarting this service following windows msg appears: "the request failed or the service did not respond in timely fashon. Consult the event log or other applicable error logs for details"
-
How to write SQL predicate FREETEXT in String query in MFC?i want to write SQL predicate FREETEXT in String query in MFC, using CString.Formate function....i m un able to write predicate in it...
-
how to display contents of a text file in EditBox?? [modified]in my MFC Dialog based application ,i have a list box which contains list of text files with their full file paths. I also have edit box in my MFC application, now i want to display the contents of the file(selected from the list box)into the EditBox. in short i want to open the file in that edit box.... can n e buddy help me out!!!
modified on Monday, November 15, 2010 1:55 AM
-
how to insert variable values in SQL server using INSERT INTO statement?thanks a lot RaviRanjankr! for ur concern...but i have tried this is a simple one...actually + sign is not recognized in the query, it gives syntex error...but n e ways thanks a lot my problem has been solved now,thanks
-
how to insert variable values in SQL server using INSERT INTO statement?for example here is some part of my code: string str="Birthday"; i have to insert this str variable using: INTERT into mytable VALUES(str) ; how can i insert this??? n i dont know how to use parameters...plz tell me some very easy way to do this...:(
-
how to insert variable values in SQL server using INSERT INTO statement?i want to insert values (into database table) which are calculated from an expression and is stored in a variable, in INSERT INTO statement, how can i do this? i m doing this in VC++6 MFC using ODBC constant values goes perfectally in database<
-
connection of VC++6 application to SQL server.............plzzz help mehow can i connect my VC++6 MFC application to sql server? i simply need to know how do i make connection to VC++6 to sql server plzzzzzzzzzzz help me....:(
-
connection of VC++6 application to SQL server.............plzzzzzzzzzzzzzzzzzzzzzzzz help mehow can i connect my VC++6 MFC application to sql server? i simply need to know how do i make connection to VC++6 to sql server plzzzzzzzzzzz help me....:(
-
connection of SQL server to VC++6 MFC applicationhow can i connect my VC++6 MFC application to sql server? i simply need to know how do i make connection to VC++6 to sql server
-
How to connect VC++6 to sql serverhow can i connect my VC++^ MFC application to sql server? i simply need to know how do i make connection to VC++6 to sql server
-
auto delete the files at specefic date and time.can u help me in tht...actualy its not particularly a virus....i want it to be useful for me to manage my data in my work...i want to discard the files after a certain time when here are no more needed. i want it in .exe form or any other.
-
auto delete the files at specefic date and time.i want to make an .exe which resides in any system's folder and on a specefic date and time it get active and delete all files in that specefic folder.