| |
Rating
Thread /
Thread Starter
|
Last Post  |
Replies |
Views |
|
|
by mfc_newbie
hi all ,
how can i use PostMessage() ,inside the static function?
Regards
New_bie
|
|
0 |
157 |
|
 |
by dimasaneh
hello..
please help me
i want to make a movie player for mov mpeg swf format with msvc++ 6.0
:cry:
|
|
3 |
455 |
|
|
by febin
friends
I have a MS Access database and want to draw a ms chart out of the data stored in one of the tables in the MS Access db.
Please could anyone tell me how to do it? A sample code would be a great help. Any quick help is greatly appreciated. Thanks
|
19-Mar-2009 09:02
by febin
|
0 |
178 |
|
|
by gareth.h.rees
My project is to do with linking a visual interface in order to move sound around, but I'm having trouble with the interface side. I'm using a Visual C++ MFC Single Document Interface.
I basically want to have several shapes on screen which can be picked up and dragged around, a bit like icons on...
|
|
0 |
146 |
|
|
by Liartes
Hi,
I have a check button in a CPropertyPage. It needs to change it's state based on data from the item selected from a list box. I've done similar things in other places and haven't had any problems using:
if( someBool )
m_cButton.SetCheck(BST_CHECKED);
else
...
|
|
0 |
121 |
|
 |
by AhmerParkar
I am using redemption type library in VC++ (VS6) Application.
its working amazing on my PC.
but when i run the exe on some other machine it gives me error.
As REGDB_E_CLASSNOTREG thought redemption is registered over there.
and the program crash
but when i compile my code on the other machine it...
|
|
0 |
157 |
|
|
by rajamca
hi,
I did a program for inserting a record in Access database using sql statements using CDatabase class. the code is as follows. it doesn't work properly.
CString sDriver;
CString sDsn;
CString sFile;
CDatabase db;
|
16-Mar-2009 01:02
by febin
|
5 |
5,741 |
|
|
by sikriyogesh
hello Friends
I m creating two dll in MFC and i m exporting a variable from one dll and importing same varible in other dll.The problem is if I update that variable in first dll then i m not getting that updated value of variable in second dll.o got the same that i initialize. I did all settings...
|
|
0 |
184 |
|
|
by febin
hi friends..
I need to plot an xy graph using MFC. Whenever the threshold is reached, I store the time information and the voltage values in array. How can I store those array values into the access databse automatically.
I have tried with microsoft office chart10.0 which is an active x contol in...
|
16-Mar-2009 00:58
by febin
|
2 |
482 |
|
|
by febin
hi friends,
My requirement is that I have 16 channels. I have to display the 16 channels and from that the user has to select any 3 channels whose voltage and the time values should be displayed as graph. I have done this program in MFC.I need to represent the voltage and the time values of the...
|
16-Mar-2009 00:53
by febin
|
0 |
255 |
|
|
by dagor
Hi,
I have a necessary small code in SelectionChange() for ListCtrl. The code is needy for tests row in ListCtrl – switch on/off a few controls.
If I selected 20 rows in ListCtrl then method SelectionChange() is running 20 times. I don’t need this.
Does exists some way so I can call...
|
|
3 |
362 |
|
|
by febin
Hi friends...
I have used Microsoft office chart 10.0 which is an active x control to draw a graph. I am able to draw the graph from the details that i have stored in the database. When trying to execute the Microsoft chart, I am not able to execute, no errors are coming but not able to execute....
|
13-Mar-2009 02:13
by febin
|
0 |
164 |
|
|
by NikhilB
Hi,
I have a voice recording code that has a solution file which builds into a Win32 console exe file. When I run the .exe on my computer, it works fine. But when I try to run on any other computer, it does not record. it does not give any error. Can anyone help me with this.
What could be the...
|
|
0 |
438 |
|
|
by febin
hi friends
please tell me how to insert into a database from a MFC cpp file
i have created a access database and also a table
what else should i do to access the database from the code?
Any quick help is appreciated
Many Thanks
|
|
1 |
139 |
|
|
by mr_empty
hi all,
i've created a thread called a class app in which the socket function are called to create socket, send msg and receive. but i found that i need to loop the func twice, when the create looped at second time, then the response can be received but debug assertion failure occur. the func can...
|
|
0 |
244 |
|
|
by fj8283888
Hi,
I have a hex value AA which I tried to char store into one of the character byte char testing;
convert AA to decimal is 170
I store as testing=170;
when I compile it no problem.
when I try to show the value, it can not be shown
how to show it in proper way and If I want to convert decimal...
|
10-Mar-2009 09:46
by Flash
|
13 |
17,156 |
|
|
by ezah
hi,
im just new here. i am making a vamp plugin and uses aubio library for it. i just got the vamp-aubio.lib from dll-to-lib converter.
now i encounter this error after linking the project.
i am using Visual C++ 2008.
>vamp-aubio.lib(vamp-aubio.obj) : error LNK2019: unresolved external symbol...
|
05-Mar-2009 11:14
by ezah
|
0 |
270 |
|
 |
by huffmand
I have been trying to connect to mysql through MS visual c++ express edition 2008. I believe the code that I have currently only works for local hosts. Can someone please provide the connection code for connecting to mysql that is stored on a remote sever? Thank you!!!
|
|
0 |
296 |
|
|
by Lavi
Hi everyone,
i'm new to this forum... I'm currently working on an edge detection algorithm for mammogram images. I need a technique to find when my algorithm fails. I'm using a basic histogram equalization followed by a thresholding function. I then use LOG Edge detector. This algorithm fails for...
|
04-Mar-2009 06:49
by Lavi
|
0 |
178 |
|
|
by mr_empty
hi all,
i have a mfc program which create a thread and run the app in which i will run the overided asyncsocket class(created by myself)function. i can create, connect and send, but i can't receive the incomming by OnReceive function. is there anything i've missed?thanks
|
|
0 |
135 |