GIDForums  

Go Back   GIDForums > Computer Programming Forums
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Post New Thread
Threads in Forum : MS Visual C++ / MFC Forum Forum Tools Search this Forum
  Rating Thread / Thread Starter Last Post Reverse Sort Order Replies Views
 
by xiaowei128
Hi! I'm a 2nd year student in EEE and doing my school project now. I would like to capture the image/video from webcam in Visual C++. I did some research on it before, is it related to the WIA? Can someone help me? And is there any good sample for me? Thanks a lot first...:D Regards, XiaoWei
02-Mar-2009 20:15
by cacoder Go to last post
1 1,656
 
by mfc_newbie
hi all, I have created one mfc program, i have to make installer file for that , can anyone suggest me what i have to do for make setup project. Regards, New_bie
02-Mar-2009 00:17
by mfc_newbie Go to last post
0 126
 
by vmishra
Hi, I am trying to change bkground color of CListCtrl subitem.There i have used NM_CUSTOMDRAW. Now suppose i have a list: cloumn1 cloumn2 1234 234 Eveytime when some data comes i display it in colum1 and column2.If data is greater than the previous i have to set bkcolor...
28-Feb-2009 05:12
by vmishra Go to last post
0 376
 
by mfc_newbie
hello, I am making mfc program. I am adding bitmaps for my buttons. i am not adding any variables for any button. but it is adding only 2 bitmaps, when i am trying to add third bitmap for my another button, it is not executing but no compilation error , i am not getting why? what is the...
25-Feb-2009 05:42
by mfc_newbie Go to last post
0 151
 
by unbear
Hello, I am trying to read a log file which is written by another application. Other application is running,and writing lines to log file time to time. At the same time I supposed to read log file without lose and as soon as modification occurs. Even I check if the error occurs when opening...
23-Feb-2009 03:05
by unbear Go to last post
0 169
 
by momukhtar
I use VS2008, win server 2003 x64 Edition and AMD64 architecture. The midl version is Microsoft (R) 32b/64b MIDL Compiler Version 7.00.0500 Copyright (c) Microsoft Corporation 1991-2006. All rights reserved. This midl .exe is installed at two locations: C:\Program Files\Microsoft...
19-Feb-2009 20:27
by momukhtar Go to last post
0 139
 
by queensrose
I'm a newbie in c++. I need to convert some roman numerals from a file into arabic numerals. So far, the program only successfully converts the first string of characters. Here's what's in the file: LXXXVII CCXIX MCCCLIV MMDCLXXIII MCDLXXVI Here's my program:
17-Feb-2009 02:52
by queensrose Go to last post
0 442
 
by mfc_newbie
hi all, I am making a vertical slider, that is working top to bottom. high value is at bottom and low is at top. i want make reverse of this, so that top is high value, and bottom is low. but how can i make ? can any one tell me/..... Regards New_bie
12-Feb-2009 22:46
by mfc_newbie Go to last post
0 188
 
by bcompt143
could u tell me how to integrate sql with visual c++ 2008! i want to understand the core concept of visual c++ 2008, espcially I want to devlope one big software using it! so is there any one who providing me the reading material?
11-Feb-2009 09:08
by bcompt143 Go to last post
0 171
Exclamation
by zaelix
Hello everybody, I've been working on an application in MFC lately and now i have to include a web browser inside it. My application is developed in MSVC++(Visual Studio 2008) and it is dialog based. What i did is right click in resource view on the main dialog and choose "Insert Activex...
10-Feb-2009 08:22
by zaelix Go to last post
0 366
 
by mfc_newbie
hello all, I have a problem- i made one dialog based application(in vc++) that is working fine. if i am opening my exe after building, it is also working, now if i am opening another exe without closing previous dialog box (exe), it is opening as a different dialogbox without destroying...
08-Feb-2009 23:18
by mfc_newbie Go to last post
0 448
 
by hbisxy
Another question: How can I detect an event on picture control(clicked), mfc dialog based application? Thanks
04-Feb-2009 23:15
by hbisxy Go to last post
0 175
 
by hbisxy
Right now I have several picture ctrls in one dialog window to load different images(a human skeleton drawn by OPENGL) . But only one of them can draw the skeleton, while all others are black. Also, I enable the picture ctrl area to respond to mouse drag, so that user can view the skeleton from...
04-Feb-2009 23:13
by hbisxy Go to last post
0 197
 
by erik
Hi, All I'm new in visual c++. I have develope program encryption and decryption. I want my program display memory usage in encryption and decryption process. please help me with sample code. thanks all
04-Feb-2009 22:35
by erik Go to last post
0 160
 
by ahmetemir
Hi, I'm new in Visual C++.I want to convert row elements from two dimensional array to one dimensional arrays.I wrote Visual C++ function to do this.This function has only one input parameter.Input parameter is two dimensional array.Firstly I tried to copy first row elements of input two...
01-Feb-2009 05:08
by ahmetemir Go to last post
0 1,361
 
by mfc_newbie
hi all, how can we use tooltip for a bitmap button? i am using tooltips that is working fine with normal buttons but if i am using bitmaps in button so it is not displaying any tooltip, can any one tell me what is the reason??????????
31-Jan-2009 04:54
by mfc_newbie Go to last post
0 355
 
by Hasini
Hi, I am developing a dialog application in MFC with VS2003. There I have a main Dialog and a sub dialog which has tabs on it. In one of the tabs, I need to have a Combo Box with values being populated when the tab dialog is opened. I placed the .AddString() method in OnInitDialog(). But still an...
29-Jan-2009 23:22
by Hasini Go to last post
0 205
 
by smileydude46
Hello everybody, I have to change color of selecting text in an edit control and I ran out of ideas. I don't want to fill the entire edit control with color. I tried on ON_WM_CTLCOLOR to solve the problem, but i didn't find anything good. I can draw text, setbkcolor...but it's not this the...
29-Jan-2009 10:30
by george135 Go to last post
1 550
 
by mnps
i am currently doing a project in which we are doing an animation in adobe flex and we are using an API for face tracking which is written in VC++..... we need to know whether VC++ can be integrated into FLEX....... can anyone help us out..... its urgent.... or else pls give us an idea about...
29-Jan-2009 04:12
by mnps Go to last post
0 213
 
by mfc_newbie
hi all, earlier i was using bitmap on my button(in mfc button), that was working fine. Now i want to use .png image on my button, how can i set .png image on my mfc button???????????? Regards New_bie
29-Jan-2009 01:24
by mfc_newbie Go to last post
0 196
Post New Thread

Recent GIDBlogProblems with the Navy (Chiefs) by crystalattice

Display Options Moderators
Showing threads 101 to 120 of 1489 Moderators : 1
Sorted By Sort Order
From The
LuciWiz  
Forum Tools Search this Forum
Search this Forum :

Advanced Search

New posts New posts More than 15 replies or 150 views Hot thread with new posts
No new posts No new posts More than 15 replies or 150 views Hot thread with no new posts
Closed Thread Thread is closed  
 
Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump

Network Sites: GIDNetwork · GIDWebHosts · GIDSearch · Learning Journal by J de Silva, The

All times are GMT -6. The time now is 08:16.


vBulletin, Copyright © 2000 - 2009, Jelsoft Enterprises Ltd.