Answer Questions
rajeshbhavsar Wish to use text box to only allow numeric Data entry
I am creating a windows form with VB expressions How to I allow only text to be input into text box How do I allow only numeric data entered into textbox How do I place a "zero" in the textbox if there is no value for the user to input How do I allow for Currency How do I place "," seperators and "$" i.e $ 1,123,123.00 eg. Code: 'this is to create liabilites calculator Dim mort. as doubl ...Show All
Aaron Hallberg - MSFT VC++ Express Win32 Application without Platform SDK
Good afternoon... When I select New Project in VC++ Express I given a template choice of Win32 Console Application. My question is, what is a Win32 Console application without the Platform SDK installed Is this just a Standard C/C++ library application If not, what is it Thanks Good morning... I've used the PSDK a bit with MinGW (compiling sample code), and from what I know the MFC and ATL libraries that come with it are o ...Show All
scoobyjw Registeration on Visual Basic Express Edition
Dear all, Good day! I'm a beginner in learning Visual Basic. I've installed Visual Basic Express Edition and it request me to register. Would like to know if the registration will need any payment or rebate I've just wanted to start and I really hope there is no problem for me to register this 1year trial product.. I'm excited to start learning afterall.. Thanks & GOD bless! Regards, Jes_ Hi,   ...Show All
TheBadmojo Saving Text to an Excel file
I have searched all over for this, and can't figure out what to do, could somebody please start from the top, and explain to me in depth exactly what I need to do to Save text to an excel file Using normal file appending doesn't ever change the cells, I need a more integrated way, so please explain to me what I need to do from scratch, as of now I have nothing on my project. -Thanks A simple ex ...Show All
Holzberg Create button Dynamically
Hi, How to create button in VB dynamically(Prefer using array) After created the button how to set the click event Thanks. Adding a button a set of buttons to a form is as easy as: 'Create array to hold buttons Dim ButtonArray(10) As Button Dim x As Integer For x = 0 To 9 'Create new button ButtonArray(x) = New Button ...Show All
JollyDMan SDK question
I just downloaded VC++ express, and I don't know if I should download the windows server 2003 RS platform SDK because it said it doesn't support x86 compilers, but it has a file name called PSDK-x86.exe for me to download. Could you tell me if I should download it or not Or should I download the SP1 platform SDK version Thank you for your help, I will download the file. Do y ...Show All
Mosha Pasumansky CD Label Design?
Would it be possible for Microsoft to provide the CD label designs for the Express CD ISOs. I've downloaded and burnt the ISOs, but the discs look very plain and are not very "eye-catching" when trying to find! Would Microsoft be able to provide a label design for all of the Express CDs Thank you Bruce. These type of questions and suggestions should be logged in the product feedback system . Doi ...Show All
Sibusiso ODBC32
Hi,everybody. I am using Visual C++ 2005 Exptress Eidtion Beta 1 to build a project. The following were reported: 1..\Sample1.rc(10) : fatal error RC1015: cannot open include file 'afxres.h'. 2.LINK : fatal error LNK1104: cannot open file 'odbc32.lib' (after I canceled afxres.h) I have tried to add "MFC ODBC Consumer class" in the project. However, it cann't be found! How can I solve this problem. Thanks. ...Show All
Billeter Private properties? I need in Module!
Hi all, I've comboboxes in my classes (design mode). How can I get the properties of this comboboxes in my module function .SelectedValue, .Visible, etc. ...Show All
wwitzke Multi media programming in vb.net
hi there, so can anyone help me in multimedia programming in vb.net plz do reply me thanks can you give us more info on what that app does so that some one can help you in the forum. Thank you, Bhanu. well i want to do speech programming like talking with the computer by coding in vb.net i hope u understand it, and i am facing problmes in finding material on this topic so anyone who knows from where i can get helpin ...Show All
callvishnu Saving back to database
When I using Express Edition, When I make a connectiont o the database it automatically lists the following code to save & update database Me .Validate() Me .TaskBindingSource.EndEdit() Me .TaskTableAdapter.Update( Me .Time_ManagementDataSet.Task) This update some of the forms but, I created another table called notes and it generated the same code for that table, but the problem is when I change information in the form vi ...Show All
bonhomme system parameters
hi guyz, i am a newbie in winapi programming, i am having problem regarding syatemsparametersinfo call. from user32.dll library it's showing that "SPI_* parameter(system parameters) are invalid, in this function i defined it as dim SPI_GETDESKWALLPAPER AS UINT32(WHICH IS ACTUALLY A DWORD) AND THEN I PASSED IT AS ARGUEMENT,WITHOUT INITIALIZING IT, I UNDERSTOOD THAT PROBLEM THAT BEING UNINITIALIZED IT HAS A JUNK VALUE, BUT I ALSO ...Show All
JakkyTchong Installation Error on project - Global Assembly Cache
I have a project which I have upgraded from VB 6.0. The project uses MS Word 2003 as an output generator. When I try to install the project on a computer that has MS Word 2003 installed, I get the following error: The application requires that assembly office Version 11.0.0.0 be installed in the Global Assembly Cache (GAC) first. The class through which I direct all my calls to Word has an Imports Microsoft.Office.Interop lin ...Show All
BMA Some graphics questions in VB
Hi there, I think I accidently posted this in the wrong place before... I'm planning to make a graphics program in Visual Basic. Although I used Visual Basic a long time ago, and have somewhat of a knowledge of programming, I am by no means expert (you might say barely past beginner) and have been more of an enthusiast in the past (my real job is design and animation). Recently, I downloaded VB Express and decided to take the plunge ag ...Show All
HopeDreamsComeTrue Cannot connect to server
I can download the ~3mb files, but when they are run and they are trying to download and install everthing, it says that the transfer rate is 0, then goes to say that it is trying to re-establish it's connection with the server. It can't do this, and when 5 attempts to do this fail, it exits. Any ideas I managed to download the IMg and ISO file manually to make up installation CD's onthe same pc so i'll still try from another pc. ...Show All
