Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
message box not displaying text
Name: sgs Date: December 10, 2004 at 06:52:52 Pacific OS: windows 2000 CPU/Ram: 512
Comment:
I recently created an application using vb.net. I tested it on a maching using xp and it ran fine. Now I am trying to run it using Windows 2000 and the message box is displaying with no text message or command button text. Also, the list boxes are showing with no text. Any ideas?
Name: tImmaY Date: December 12, 2004 at 12:57:18 Pacific
Reply:
what service pack is it running? if your not sure, i believe 2000 is similar enough to xp, so go start > run > winver and that will tell you. on microsofts website, they dont specify that any service packs need to be installed for anything to run BUT they do recommend that sp2 be installed for running applications on win2k and they recommend that sp3 is installed for development..and actually with my version of vb.net sp4 came with (http://msdn.microsoft.com/vbasic/productinfo/sysreqs/default.aspx).
0
Response Number 2
Name: sgs Date: December 13, 2004 at 04:16:34 Pacific
Reply:
I am running service pack sp4.
0
Response Number 3
Name: JoseBillBR Date: January 20, 2005 at 21:55:35 Pacific
Reply:
I have the same problem.
I worte a c# .net application originally on a 2000 machine and then later did further development with an xp sp2 box. Now I have a new xp sp2 machine and I have the same problems you describe.
Summary: Well Chi, Like I said i wouldn't in VB4. Did some digging and, at least in VB4 it does. All message boxes and icon options. The following is just the syntax, not the true program... ....................
Summary: Is there a command in C++ to make a message box pop up? I have found a way of using a tiny vbs file (create, run then delete) but it seems a bit of a long process just for example to have a box with a...
Summary: Hello, i've created an edit box, and i want it so when you click on the edit box to change the value it displays a message box that tells you an important note, cool yeah easy well it works and everyt...