Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for lahom

hi please help my PC restarts itself it just started out from no where it worked fine yesterday but today the problem occured when i tried the BLUE SCREEN ....it shows: STOP:0x0000008E(0xC0000005,0x8054A51A,0xB8BD2B90,0x00000000) i searched about this but nothing helps i didnt install any new programs .....as i told u ....i …

Member Avatar for lahom
0
113
Member Avatar for lahom

hi i have an icon with atransparent background that i want to assign to an MFC dialog based application but the problem is that this icon appears to have a white background .... how to make it transparent ...... pleeease help

Member Avatar for Duoas
0
121
Member Avatar for lahom
Member Avatar for Duoas
0
162
Member Avatar for lahom

hi i created MFC dialog based application and in an event of a button i want to execute a C++ console application . i've tried severl functions such as shellexecute and create process ....but it executes it but then return the wrong answers .....where if i run the application console …

Member Avatar for Duoas
0
203
Member Avatar for lahom

hi i have an application made of several dialogs each has its own exit button my question: whan i press the exit button ... iwant to exit the whole application (not exit the present dialog and return to the Previous one ) how can i do that .....please help me …

Member Avatar for Ancient Dragon
0
686
Member Avatar for lahom

hi i have aquestion i really need an answer for it because it frustrated me... [B]look at these two functions:[/B][CODE]void CSecondDlg::OnButton1() { //**BROWSE DIALOG 1**// FILE *fp; FILE *file1 = fopen("file1.txt","w"); //Create txt file for saving editbox content int nFileLong; //***********************************************// char strFilter[] = { "CPP Files (*.cpp)|*.cpp|All Files (*.*)|*.*||" …

Member Avatar for Ancient Dragon
0
188
Member Avatar for lahom

hi i created an application in vc++/MFC now iam using ado to connect to the databaase but there is aproblem i couldnot find any solution for it ....pleeease help the problem is this error : [B]error C2146: syntax error : missing ';' before identifier 'm_pConn'[/B] while iam defining : [B]in …

Member Avatar for mitrmkar
0
349
Member Avatar for lahom

hi i have created adialog based application where each of them call the other using DoModal(). my question is : if Dialog A is in some position on the screen and then called Dialog B...i want for Dialog B to take the same exactly position as Dialog A .(to be …

Member Avatar for mitrmkar
0
231
Member Avatar for lahom

hi i have dialog based application... i want to know when i minimize the dialog ...and right click the minimized dialog ...a menu (taskbar menue ) with "restor" and "close" and "about" options will appear..for me its not how can i do that.... any kind of help will be appriciated …

Member Avatar for mitrmkar
0
79
Member Avatar for lahom

hi Iam creating an application(vc++) which supposed to find the similarity between two programs written in c++ (at SYNTAX and SEMANTICS). in SYNTAX: i used the tokenize method and save it in strings...thats works but the question is here in the SEMANTICS: how can i trace the semantics in the …

Member Avatar for Duoas
0
67
Member Avatar for lahom

hi i have anew class which my dialogs should be based on it instead of being based on CDialog. two weeks ago ...when i inserted a new dialog and create a new class for it ..i was able to choose my new class from the drop down list. but now …

0
52
Member Avatar for lahom

hi i have an application where the user need to save his information. the first time he saves...a save dialog appears and the process goes as normal . but here is my question.. if he add any modification to his info and press the save button again ...i dont want …

Member Avatar for Duoas
0
65
Member Avatar for lahom

hi how can i move from one dialogbox in one project to another one(dialog box)placed in different project? for example...press abutton in dialog A -> move to dialog B.. any suggestions any way that could help would be appreciated thank u all

0
74
Member Avatar for lahom

[B]hi i have this function:[/B]Public Function GetFile(Filename As String) [CODE]Dim path As String Dim Fnum As Integer '---read file in one pass! Fnum = FreeFile Open Filename For Input As #Fnum GetFile = Input(LOF(Fnum), Fnum) Close Fnum Exit Function ErrorHandler: Err.Description = "GetFile: " & Err.Description & " -> " …

Member Avatar for mitrmkar
0
268
Member Avatar for lahom

hi i have a dialog based application with edit box control...i know how to save the data from the edit box to a certain file.and open it again (but i need to open the dialog and press the open button and choose the file then ok)... it is along way. …

0
73
Member Avatar for lahom

hi i used [B]GetModuleFileName[/B] and [B]GetModuleBaseName[/B] functions to return the path(directory) for the folder the project is in and the icon as well ...like this: [CODE]void CForm1::OnCommand1() { // TODO: Add your control notification handler code here CComVariant retval; // - "AutoDim" CString toto="ccc_ext"; CString app_path; CString Icon; char buffer2[2048]; …

Member Avatar for Ancient Dragon
0
961
Member Avatar for lahom

hi [B]Could someone please tell me how can i open a txt file with a press of a button (MFC)? [/B] not with the infile >>> i mean [B]open "text file"[/B] and another question if i may.... [B]Is there any way i can transform a cpp file to a txt …

Member Avatar for lahom
0
129
Member Avatar for lahom

hi [B]Is there any function in vc++ do the same thing as the Input (int,int) function in vb?[/B]and is there one ...[B] would someone please tell me what is it?[/B] thanks in advance lahom

Member Avatar for lahom
0
235
Member Avatar for lahom

hi i had converted a vb code to vc++ /MFC code through a VBto converter application.but when i compiled it i got an error in this function: [CODE]void CForm1::OnCommand1() { // TODO: Add your control notification handler code here CComVariant retval; // - "AutoDim" CString app_path; CString Icon; app_path = …

Member Avatar for Ancient Dragon
0
130