Jump to content
Xtreme .Net Talk

Recommended Posts

Posted

I am currently creating a program in C# using VS2003. I figure the project I am working on is perfect for me to learn C# as the original program was down in Borland C++. I am upgrading as the original is not user friendly.

 

Anyways, I am wondering if this is a bug.

 

I place a listbox on the form called lstAinfo. I saved this as well. if I try and do this.lstAinfo, so I can add an item, it doesn't show up in the list. I have a button called btnExit, and that shows up. I also checked and I do have this setup in the windows designer area.

Live as if you were to die tomorrow. Learn as if you were to live forever.
Gandhi
Posted

It's been a while but as I recall the intellisense in C# for Visual Studio 2003 wasn't as awesome as it currently is in more recent versions. The background compiler wasn't as good so in order to get things like variables and new controls to show up you might have to manually compile your code. Alt + B + U is the short cut for kicking off a build.

 

Are you experiencing any other problems when you try to build your code or is the Listbox just missing in intellisense?

Posted

It was missing in the intellisense. I shut the program down, and restarted and it was there.

 

 

Another thing I notice, when I am typing the cursor will not follow the typed characters. for instance I type "techmanbd". When I get to the c the cursor stays there, but the hman will type out. Not that it matters, it just threw me off at first.

Live as if you were to die tomorrow. Learn as if you were to live forever.
Gandhi

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...