I got this error from command prompt:~ DOS/16M: [2] not a DOS/16M executable 'C:\ASMM77\ASMM77.EXE' How i can solve this error? Thank You.
TooLeeDiN
Posts
-
DOS/16M: [2] not a DOS/16M executable -
DOS/16M: [2] not a DOS/16M executableI got this error from command prompt:~ DOS/16M: [2] not a DOS/16M executable 'C:\ASMM77\ASMM77.EXE' How i can solve this error? Thank You.
-
DOS/16M: [2] not a DOS/16M executableI got this error from command prompt:~ DOS/16M: [2] not a DOS/16M executable 'C:\ASMM77\ASMM77.EXE' How i can solve this error? Thank You.
-
DOS/16M: [2] not a DOS/16M executableI got this error from command prompt:~ DOS/16M: [2] not a DOS/16M executable 'C:\ASMM77\ASMM77.EXE' How i can solve this error? Thank You.
-
How i can hide my program process from process viewerMy purpose of process hiding is, in my company have some computer that have time period for using so i develop software(VB.NET 2005) for automatic shutdown computer if it has been turn on befor xx:xx A.M. or after xx:xx P.M. and i need to hide this software process from process viewer. But if it can't perhaps i need to hide task manager from end-user. :-DThank for all suggestion. TooLeeDiN
-
How i can hide my program process from process viewerHow i can hide my program process from process viewer in task manager. Thank for your help. TooLeeDiN
-
The memory could not be "read" [ Urgent!!! ]Hi!,... I try to retrive data from Oracle and i got this massage
The instruction at "0x4a5d61f6" referenced memory at "0x00000002".The memory could not be "read".
this source code the provider is MSDAORAmDT=Me.RetriveData(strSql) 'myDs.Tables("Table1") DataGrid1.DataSource = mdt DataGrid1.DataBind() ----------------------------------------------------- Private Sub CreateDataCommand() Me.mConnection=nothing Me.mDataCommand=nothing Me.mDataAdapter=nothing Me.mConnection = New OleDbConnection(Me.GetConnectionString) Me.mDataCommand = New OleDbCommand Me.mDataCommand.Connection = Me.mConnection Me.mDataAdapter = New OleDbDataAdapter End Sub Public Function RetriveData(ByVal pStrSQL As String) As DataTable Dim mDataTable As DataTable mDataTable=nothing mDataTable=new DataTable CreateDataCommand() Me.mDataCommand.CommandText = pStrSQL Me.mDataAdapter.SelectCommand = Me.mDataCommand Me.mDataAdapter.Fill(mDataTable) Me.mDataAdapter.SelectCommand.Connection.Close() Return mDataTable End Function
-
How i can cancel sellected row in data grid. : VB.NETHow i can cancel sellected row in data grid in vb.net. Thank for your help.
-
How to create dbf file in vb.netI will use the dbf file with dbfrom for windows.
-
How to create dbf file in vb.netI need to create dbf file format with vb.net,please tell the way. Thank for your help.
-
Operation New() :: Plase help me====================================================== Friend Class LCOtherInfo() protected ss as string public sub new(byval x as string) ss=x end sub end class ===================================================== Dim x As New LCOtherInfo(x) When i create instance of LCOtherInfo but i has an error,"can't obtain value". Please tell me the way!!!!!!!!!!!!
-
How i can block CallByName functionCallByName function make my application to be rick,how i can anti this function. Plase tell the way,thank you for your help.
-
How to crate new frameHow to crate new frame that independent with it parante.
-
Destroy CView (MFC)class GraphCtrl : public CView {........} GraphCtrl *gctrl=new GraphCtrl(); How i can destroy gctrl.
-
Please Help:: CEdit\r\n so work!!! Thank you.
-
Please Help:: CEditI have two simple CEdit for recevie input and display output. 1. In the output I can't use \n for new line,what the instruction for take new line? 2. In the input I need to receive the enter key but I can't. Please tell the way to solve two problem. Thank you
-
How i can access function in CViewI ues MFC. How i can access function in CxxxView. CxxxView:CRichEditView
-
Help me : simple Edit CtrlI use simple edit control. How i can add event of the enter key. I mean to when i click enter it jump to specific function.
-
Help me :List controlI need to delete the row that was clicked !!! How should i do?????
-
Help :: can't include afximpl.h in VC++.NETI can't include afximpl.h Error message is: fatal error C1083: Cannot open include file: 'afximpl.h': No such file or directory