Answer Questions
Dasgooch How to disable, and hide a single Tab Page
I have a problem on my program. I have a Tab Control consist of 3 tab pages. I want to hide or disabled the second tab, How can i do it Please help me:( Thanks a lot;) Hi, There are 2 ways of doing this. 1. If you do it the normal way of disabling thetab page it will disable all the contols on your tab page. e.g: TabPage2.Enabled = False This ...Show All
Mage1 Bug or problem?
Dim song As String = tags.artist & " - " & tags.song When setting a text box to song it only appears with the tags.artist. When debugging i have found that first of all it sets the song to "tags.artist but it misses out the ending ". Is this a bug with vb and if so can it be fixed or is it something i have done wrong Hi Renee I'm sure you don't, not being a C programmer, but it's ...Show All
VenkatABC typedef arrangement CL doesn't like
typedef { unsigned __int8 uint8; unsigned __int16 uint16; unsigned __int32 uint32; unsigned __int8 char8; char8 * string8; signed __int32 BOOL; __int32 WPARAM; __int32 LPARAM; __int32 HWND; unsigned __int32 UINT; __stdcall CALLBACK; } Can someone please tell me why this is wrong More specifically, the compiler seems to want a typedef statement for each typedef, and I haven't s ...Show All
Tolle Help :S
i'm new to visual c++ i used to use the free borland c++ 6 enterprise compiler, now i switched to visual since it was a free download the problem is when you have to name the include files... in borland i just typed #include <iostream> #include <iomanip> using namespace std; main() { cout << "I WIN!!" ; cin.get(); } that would run perfectly fine in Borland but in Visual C++ i get these errors: 1>Compiling... 1>P ...Show All
den_dba password
hi i am using vbexpress as front end on a msaccess database. I have created a user name and password screen in vb which will authanticate users to my msacess data base via vbexpress. Can anyone please help me in what will be the easily way to achieve this and where should I keep my user name and password to compare. Some codes are also appreciated. I bet you're really BonJovi I'll add that you need to add ENCRYPTION TO ...Show All
Laxish Registration?
I downloaded Visual C++ 2005 Express Edition and install it on a local machine that has not and will not have internet connection. How can I now register the product Thanks for any guidance. It is not possible to register without internet. If you install from the CD image it is not necessary to register it, it will not expire. It might nag you to register but it is safe to ignore it if it does. Moved to Ins ...Show All
Kwanhong Young Linker problem with PSDK
Hi All, I am by no means an experienced programmer, but have taken interrest in C++. I have tried to create a program that should remote control two or more other applications. I am trying to use FindWindow() to get me the handles of the desired applications. At first I had some (trivial) problems with the LPCTSTR, since I am not that good with pointers. If someone can find it in their hearts to explain a little pointer practices for me, I would ...Show All
Marco Goertz - MSFT ComponentId for vc 2005 express
could you please tell me the componentid i need it for vs version check. many thanks! You can download an ISO image here: http://msdn.microsoft.com/vstudio/express/support/install/ Ronald Laeremans / Visual C++ team You mean the MSI component ID Download your version and open the MSI file is the fastest way to get it. thanks for your reply. but i only can download and install vcsetup.e ...Show All
coolies visual basic 2005 express Build a program now not displaying
while attempting to run "MyFirstWindowsApplication" from the "Build a program now" book, the program seems to run and end very quickly(screen flickers once and returns to the IDE screen) I just installed VB2005 express on my XP system and was wondering if I need to change something in Windows XP home to see the VB program Read on to page 39. You have to start without debugging. If ...Show All
Xzion BUG:???? Two ComboBoxes on one form won't allow debug
I have a simple windows form, and name it form1. I then add a combobox to it and start the debugging. Works fine. I then stop the debugger and add another combobox. I go to start the debuggin again and it won't work. It starts to work but then just quits the debugger. It acts like there is a "Me.Close()" in the form load(). I also have another computer running the same vb express that this doesn't happen on. Is this a bug Or is it a s ...Show All
Jean-Francois H. Suite Integration Toolkit Executable has encountered a problem......
i'm unable to install VS Express 2005 getting Error message " Suite Integration Toolkit Executable has encountered a problem and needs to close. We are sorry for the inconvenience. " i dnt get any solution regarding to this problem..can u please help me out to solve it out.. thnx so much im having the same problem and i have vista prenium ...Show All
MirkoV Mass Distribution of VB Express Edition
I am a VB.NET developer and am planning on volunteering at a local school. I will be holding a VB.NET workshop and would like to install the Express Edition on about 20-25 machines. Since the Express Edition is free, I'm assuming there are no legal issues with me doing this, correct Thank you! As far as I know there aren't any licensing restrictions placed on VB 2005 express. In Microsoft's own words it is specifically "designed for ...Show All
Pi-Hsi Q : Exceptions
hi, i want to ask about try and catch should it be used just for exceptions or i can use it like "if" for example i have a treeview and i want to know if the node has a parent or not so i don't know anymethod to indecate that so i used try and catch like this, Try mylastfolder = mylastfolder.Parent Catch mylastfolder = Nothing End Try or should i use catch null ...Show All
www.ilkon.com Answer.
Ok, my problem is very simple but since i'm only on my 3rd day of VB it's a little above me. What i'm trying to do is use a for loop to display a picture of a card in a certain place. i'm using Picturebox1 , Picturebox2, ect.. each picturebox 1 - 5 is in a differant location and I need to be able to contenate the I to Picturebox to figureout where to place the picture otherwise (I have to have 52 lines of code) for each Picturebox.... her ...Show All
scottmac I am fairly new to C++ and need help with an error
Hello- I am very new to programing in general, I am a freshman in college currently taking a C++ class and our final exam project is to make a chess game. At first this seemed impossible with my current knowledge of C++ however with a little work and what not I have started the project and I see where it is headed. However I tried to compile the program and I am recieving this error 1>cl : Command line error D8016 : '/MT' and '/clr' command- ...Show All
