Visual Basic 2008 Express Edition中有关表格​​显示的问题 [英] Problem regarding Form Display in Visual basic 2008 express edition

查看:63
本文介绍了Visual Basic 2008 Express Edition中有关表格​​显示的问题的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在课堂上设计了表格,并将其保存在USB中,并且还按照正确的步骤删除了USB闪存驱动器.现在,当我在家中打开项目时,表单没有显示,但是当我调试它时,表单被调试了,尽管我该怎么办?同样,进入功能不会进入编码.我看不到from,但只能用简单的语言对其进行调试.我该如何解决此问题,或者我必须删除所有内容并再次执行所有操作?
因为我必须添加编码才能执行适当的功能

I designed the Form in the class and saved it in the usb and also followed the proper procedure for removing the usb flash drive. now when i opened the project at home the form is not displaying but when i debug it the form gets debugged though what should i do?? Also the step into function does not go to the coding. i cant see the from but only can debug it in simple words. how can i fixed this or i have to delete everything and do everything again?
because i have to add the coding to do proper functions

推荐答案

我认为您也复制了二进制文件.而且您在家的VS可能不会喜欢这个.彻底清洁/重建您的解决方案.这可能会解决设计者问题.
I reckon you copied the binaries too. And your VS at home may not be liking this. Do a full clean/rebuild of your solution. That may fix the designer issue.


所有这些都有更重要的方面.您应该真正停止所有编程,并弄清楚如何在机器之间移动项目.在不知道如何执行此操作之前,您可以考虑所有的编程工作都将丢失.

几个提示:您不应该知道源代码中每个文件.您应该能够删除所有其他内容,并确保您的项目已构建.如果您使用源代码目录结构,则应该有一个好主意.非常重要:您应该确保代码中没有单一的绝对路径(使用正则表达式使用全局文本搜索来找出答案).

最后,您应该开始使用版本控制系统,并且能够放心地在任意目录中检出代码.在您收集全部经验之前,请定期进行此检查.


(嗯,我对您的工作有自己的规定,但您可以认为这是极端主义.不用担心,我只将此规则应用于我自己和我的团队,只提一个想法,这是它的原理是这样的:禁止在Basic中进行开发:-)-抱歉.)


—SA
There is more important aspect of all that. You should really stop all your programming and figure out how to move your project from machine to machine. Until you know how to do this you can consider all of your programming effort lost.

Couple of hints: you should not know each and every file which is a part of you source code. You should be able to delete everything else and be sure your project builds. You should have a good idea if you source code directory structure. Very important: you should be sure that in your code there is no single absolute path (use global text search with Regex to find out).

Finally, you should start using Revision Control system and be able to check out code in arbitrary directory with the confidence it works there. Before you collect full experience in that, do this check on regular basis.


(Well, I have my own rule related to your work, but you can think it is extremist. Don''t worry, I only apply this rule to myself and my team, mention just to give you an idea, here is how it is formulated: development in Basic is prohibited :-) — sorry.)


—SA


这篇关于Visual Basic 2008 Express Edition中有关表格​​显示的问题的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆