Search Results

Showing results 1 to 40 of 42
Search took 0.01 seconds.
Search: Posts Made By: lahom
Forum: Windows NT / 2000 / XP Jul 22nd, 2008
Replies: 7
Views: 622
Posted By lahom
if this shouldnot cause any problems
where should i start to know which software is causing this
Forum: Windows NT / 2000 / XP Jul 22nd, 2008
Replies: 7
Views: 622
Posted By lahom
what i ment was
she pluged it in 110 instead of 220
(the power supply is set to 220)
and when i pluged it in 220
the problem starts
Forum: Windows NT / 2000 / XP Jul 19th, 2008
Replies: 7
Views: 622
Posted By lahom
ok
i just find out that my sister turn on the PC on 110 volt instead of 220
does this what cause the problem
and what can i do about it ????
sorry for bothering u
Forum: Windows NT / 2000 / XP Jul 19th, 2008
Replies: 7
Views: 622
Posted By lahom
what did u do with the power supply
Forum: Windows NT / 2000 / XP Jul 19th, 2008
Replies: 7
Views: 622
Posted By lahom
well
i tried the safe mode but it works fine
what should i do with the power supply
thank u for fast replying
Forum: Windows NT / 2000 / XP Jul 19th, 2008
Replies: 7
Views: 622
Posted By 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:...
Forum: C++ Jul 6th, 2008
Replies: 1
Views: 711
Posted By 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...
Forum: C++ Jul 5th, 2008
Replies: 4
Views: 1,894
Posted By lahom
pleeeeeease
can i get the full file path from specified file name (.exe)
an arbitrary file (.exe)
Forum: C++ Jul 4th, 2008
Replies: 6
Views: 1,171
Posted By lahom
ok
this is the code for the browse button:
//**BROWSE DIALOG 1**//
//******************************************************//
char strFilter[] = "CPP Files (*.cpp)|*.cpp|All Files...
Forum: C++ Jul 4th, 2008
Replies: 6
Views: 1,171
Posted By lahom
ok ...
to be more clear ....what my program does is :
1- open acertain 2 files in 2 editboxes(through a browse buttons).
2-the content of the editboxes is saved in 2 files called file1, file2 ....
Forum: C++ Jul 3rd, 2008
Replies: 6
Views: 1,171
Posted By lahom
by database
from console to database
from database to MFC
Forum: C++ Jul 3rd, 2008
Replies: 6
Views: 1,171
Posted By 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...
Forum: C++ Jun 29th, 2008
Replies: 6
Views: 1,410
Posted By lahom
i used
PostMessage(WM_QUIT);
and got
Error: CWinThread::PumpMessage called when not permitted.
could someone explain pleeease
Forum: C++ Jun 29th, 2008
Replies: 6
Views: 1,410
Posted By lahom
my application is MFC dialog based application
Forum: C++ Jun 29th, 2008
Replies: 6
Views: 1,410
Posted By 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...
Forum: C++ Jun 22nd, 2008
Replies: 1
Views: 772
Posted By lahom
hi
i have aquestion i really need an answer for it because it frustrated me...
look at these two functions:void CSecondDlg::OnButton1()
{
//**BROWSE DIALOG 1**//
FILE *fp;
FILE...
Forum: C++ Jun 8th, 2008
Replies: 1
Views: 848
Posted By 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 :...
Forum: C++ Jun 3rd, 2008
Replies: 4
Views: 765
Posted By lahom
no ..they r in the same .exe

and what do u mean by "set both dialogs to center themselves on the screen or on their parent when they are used.
"
Forum: C++ Jun 3rd, 2008
Replies: 4
Views: 765
Posted By 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...
Forum: C++ May 31st, 2008
Replies: 3
Views: 769
Posted By lahom
thank u for ur reply ...
but what do u mean by "YOUR_DLG_HWND" ? and how can i get that ??
would u explain more ...?
thanks
Forum: C++ May 31st, 2008
Replies: 3
Views: 769
Posted By 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...
Forum: C++ May 29th, 2008
Replies: 3
Views: 352
Posted By lahom
first its a homework..
i divided the program into three parts..header,declaration and body.
for each i found the SYNTAX similarity ...
but not the semantics..
the body of the program is simple...
Forum: C++ May 29th, 2008
Replies: 3
Views: 352
Posted By 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...
Forum: C++ May 27th, 2008
Replies: 0
Views: 294
Posted By 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...
Forum: C++ May 26th, 2008
Replies: 3
Views: 725
Posted By lahom
thanks
but do u know how could that code be written into this :
void CBmpDlgDlg::OnButton2()
{
// TODO: Add your control notification handler code here

this->UpdateData();

CFile f;
Forum: C++ May 26th, 2008
Replies: 3
Views: 725
Posted By 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...
Forum: C++ May 24th, 2008
Replies: 0
Views: 369
Posted By 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...
Forum: C++ May 20th, 2008
Replies: 3
Views: 2,497
Posted By lahom
thank u for ur fast reply
i tried the CFile class open and read
but it didnot work because it had something to do with my file...so can u help me with this ???bear with me pleease.
and how can i...
Forum: C++ May 20th, 2008
Replies: 3
Views: 2,497
Posted By lahom
hi
i have this function:Public Function GetFile(Filename As String)
Dim path As String
Dim Fnum As Integer

'---read file in one pass!
Fnum = FreeFile
Open Filename For Input As #Fnum
GetFile...
Forum: C++ May 7th, 2008
Replies: 0
Views: 495
Posted By 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...
Forum: C++ May 4th, 2008
Replies: 9
Views: 5,784
Posted By lahom
ok
this is what iam trying to do:
in my application that iam trying to create a file type for ,i use these functions to return the path of the ".exe" and the icon of the application such as:...
Forum: C++ May 4th, 2008
Replies: 9
Views: 5,784
Posted By lahom
NO ... it is not .... i checked
Forum: C++ May 4th, 2008
Replies: 9
Views: 5,784
Posted By lahom
I Know that... but i need these two functions to return the path for the program and for the icon to be used for the file type.
Forum: C++ May 3rd, 2008
Replies: 9
Views: 5,784
Posted By lahom
because as patially u can see in my code that iam trying to create afile type association....
i tried a demo with different extension....".abd"
and after running it i can find the information with...
Forum: C++ May 3rd, 2008
Replies: 2
Views: 1,111
Posted By lahom
for the first question .... i meant to hlp me with a code to open the text file.
when i press the button ... atext would open .
for the second question...
i know but i need the transformation...
Forum: C++ May 3rd, 2008
Replies: 9
Views: 5,784
Posted By lahom
hi
i used GetModuleFileName and GetModuleBaseName functions to return the path(directory) for the folder the project is in and the icon as well ...like this:
void CForm1::OnCommand1()
{
//...
Forum: C++ May 3rd, 2008
Replies: 2
Views: 1,111
Posted By lahom
hi
Could someone please tell me how can i open a txt file with a press of a button (MFC)?
not with the infile >>> i mean open "text file"
and another question if i may....
Is there any way i...
Forum: C++ May 2nd, 2008
Replies: 6
Views: 755
Posted By lahom
no ...its not like that at all
i found a tutorial to create ur own file type association in VB
(it was so hard to find in vc++)
and i converted with aprogram called(VBto converter) to vc++ code....
Forum: C++ May 1st, 2008
Replies: 6
Views: 755
Posted By lahom
yes
thats what i was talking about
put i dont know how to replace this function in vb to vc++:
Public Function GetFile(Filename As String)
Dim path As String
Dim Fnum As Integer

...
Forum: C++ May 1st, 2008
Replies: 6
Views: 755
Posted By lahom
excuse me ...but nothing shows when i pass or even press the "this function"
so i dont know the function u r talking about
Showing results 1 to 40 of 42

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC