Click here to Skip to main content
15,900,815 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: Retrieve Info from another form Pin
Anonymous5-Oct-05 10:59
Anonymous5-Oct-05 10:59 
AnswerRe: Retrieve Info from another form Pin
maxiachun6-Oct-05 19:59
maxiachun6-Oct-05 19:59 
Questionplease help Pin
Anonymous5-Oct-05 3:57
Anonymous5-Oct-05 3:57 
AnswerRe: please help Pin
Anonymous5-Oct-05 8:27
Anonymous5-Oct-05 8:27 
Questioncalculated field Pin
Anonymous5-Oct-05 3:47
Anonymous5-Oct-05 3:47 
AnswerRe: calculated field Pin
Anonymous5-Oct-05 8:36
Anonymous5-Oct-05 8:36 
QuestionHow to design Functioncall parameters ? Pin
immes4-Oct-05 22:40
immes4-Oct-05 22:40 
QuestionRegarding Application Crash Pin
Mohamed Ishak4-Oct-05 21:19
professionalMohamed Ishak4-Oct-05 21:19 
Dear ,
My application is client- server application and one module is used for send file to server application for mail sending purpose.
If the user type the mail text than click send button it will save to the database,than it will convert to XML(from Dataset) ,than the file will be
zipped than it will pass accros the Dial-up Network.The server will recieve the file and Unzip it ,than the XML file convert to dataset and saved
and save to the database .this will work fine but when i want to see the mail .,I opened that mail,that time the appliaction crash and give this error
and sometime when i click the mail delete button ,the application crash. can u help me in my case.
if u need more info about scenerio,please mail me



Error Ocuured In Form : frmMail
Error Ocuured In Module : Button10_Click
Error Ocuured At Time : 10/4/2005 2:29:24 PM
Exception Occured In ITICSMS Server :
Message : Object reference not set to an instance of an object.
Source : System.Windows.Forms
StackTrace : at System.Windows.Forms.SafeNativeMethods.MessageBox(HandleRef hWnd, String text, String caption, Int32 type)
at System.Windows.Forms.MessageBox.ShowCore(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options)
at System.Windows.Forms.MessageBox.Show(String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton)
at CSMSServer.frmMail.Button10_Click(Object sender, EventArgs e)
Explanation : System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.SafeNativeMethods.MessageBox(HandleRef hWnd, String text, String caption, Int32 type)
at System.Windows.Forms.MessageBox.ShowCore(IWin32Window owner, String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton, MessageBoxOptions options)
at System.Windows.Forms.MessageBox.Show(String text, String caption, MessageBoxButtons buttons, MessageBoxIcon icon, MessageBoxDefaultButton defaultButton)
at CSMSServer.frmMail.Button10_Click(Object sender, EventArgs e)

================================================================================
Error Ocuured In Form : MdlStart
Error Ocuured In Module : Main
Error Ocuured At Time : 10/4/2005 2:29:39 PM
Exception Occured In ITICSMS Server :
Message : Object reference not set to an instance of an object.
Source : System.Windows.Forms
StackTrace : at System.Windows.Forms.UnsafeNativeMethods.PeekMessage(MSG& msg, HandleRef hwnd, Int32 msgMin, Int32 msgMax, Int32 remove)
at System.Windows.Forms.ComponentManager.System.Windows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.ThreadContext.RunMessageLoopInner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at CSMSServer.mdlConnect.main()
Explanation : System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Forms.UnsafeNativeMethods.PeekMessage(MSG& msg, HandleRef hwnd, Int32 msgMin, Int32 msgMax, Int32 remove)
at System.Windows.Forms.ComponentManager.System.Windows.Forms.UnsafeNativeMethods+IMsoComponentManager.FPushMessageLoop(Int32 dwComponentID, Int32 reason, Int32 pvLoopData)
at System.Windows.Forms.ThreadContext.RunMessageLoopIn ner(Int32 reason, ApplicationContext context)
at System.Windows.Forms.ThreadContext.RunMessageLoop(Int32 reason, ApplicationContext context)
at System.Windows.Forms.Application.Run(Form mainForm)
at CSMSServer.mdlConnect.main()





Ishak
QuestionCOMBO BOX Pin
nor_izyani4-Oct-05 20:02
nor_izyani4-Oct-05 20:02 
AnswerRe: COMBO BOX Pin
Dave Kreskowiak5-Oct-05 3:44
mveDave Kreskowiak5-Oct-05 3:44 
GeneralRe: COMBO BOX Pin
AndrewVos6-Oct-05 8:49
AndrewVos6-Oct-05 8:49 
QuestionWIA for window 2000 ? Pin
mkwang4-Oct-05 19:09
mkwang4-Oct-05 19:09 
AnswerRe: WIA for window 2000 ? Pin
Dave Kreskowiak5-Oct-05 3:42
mveDave Kreskowiak5-Oct-05 3:42 
GeneralRe: WIA for window 2000 ? Pin
mkwang5-Oct-05 6:10
mkwang5-Oct-05 6:10 
GeneralRe: WIA for window 2000 ? Pin
Dave Kreskowiak5-Oct-05 15:43
mveDave Kreskowiak5-Oct-05 15:43 
Questionhow to paste clipboard to grid? Pin
maximumoverride4-Oct-05 17:35
maximumoverride4-Oct-05 17:35 
AnswerRe: how to paste clipboard to grid? Pin
enjoycrack5-Oct-05 14:08
enjoycrack5-Oct-05 14:08 
QuestionHow to close a Form from another Form? Pin
Anonymous4-Oct-05 16:31
Anonymous4-Oct-05 16:31 
AnswerRe: How to close a Form from another Form? Pin
SoonerFan4-Oct-05 16:47
SoonerFan4-Oct-05 16:47 
AnswerRe: How to close a Form from another Form? Pin
Anonymous5-Oct-05 8:18
Anonymous5-Oct-05 8:18 
QuestionMemory and Disk Space Pin
kenexcelon4-Oct-05 11:58
kenexcelon4-Oct-05 11:58 
AnswerRe: Memory and Disk Space Pin
AndrewVos6-Oct-05 8:52
AndrewVos6-Oct-05 8:52 
QuestionControl Forms Pin
SoonerFan4-Oct-05 9:46
SoonerFan4-Oct-05 9:46 
AnswerRe: Control Forms Pin
_mubashir5-Oct-05 1:00
_mubashir5-Oct-05 1:00 
AnswerRe: Control Forms Pin
Anonymous5-Oct-05 8:30
Anonymous5-Oct-05 8:30 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.