Beginning prog. student here... I have a form with multiple controls, and i want everything to be disabled except the datetimepicker. Once a date is selected, it should make the whole form usable. I've searched the web, and can't find the right solutin. I found this sight, and hoping someone can...
i have some procedure in vb 6.0 like sub a_on msgbox"A" end sub Sub b_on msgbox"B" End sub dim str as string 'str may be a_on or b_on str="a_on" i m planning to call procedure a_on or b_on based on the variable str how to call the procedure a_on or b_on depending on variable
how to use export external button creaTED by s/w in vb forms
how to change font style,font size and font color using command button in visual basic 6.0? the input text will be change if you click the appropriate button.Please help me.Thank you and god bless. I will be waiting your answer as soon as possible.Thank you very much.
How do I write a program on VB 2008 that allows the user to use a button to toggle the color of the text between black and red?
helloo....i needed some ideas frm u all for a project that me nd ma members have to do within 2-4mnths...we came up wid ideas such a lan chat program,college mgt systems....do any1 else have any otha ideas or suggestion???we will be working on VB.Net....
I have a VB.Net application which connects to an SQL2000 database and I recently upgraded to SQL2005 and after the upgrade my app does not want to connect to SQL2005 using the same password I used to connect to SQL2000. if I change the login password to all uppercase characters in SQL2005...
i use Rpt.PrinterSetup Me.hWnd this, to set up printer setup. it prints blank page
My listbox1 and the textbox1 (multilines properties) When double_click the listbox1, textbox1 = data from list box Being that the user has to do the event(double_click)several times how do i code the textbox1 to have all the the results of the events? If the user for example double_click 3,4,5 or 6...
Hi, How do we read the content in a pdf file. I have some sample pdf where I have to edit already existing hyperlinks . Thanks in advance.
I had done my project in vb.net with sql server 2000 but it's installer doesn't work properly as it displays the message unexcepted error while connecting to the database.I know setup and deployment in vb.net but doesn't working please help me.I am stuck in here.thanks in advance.
I cant Save any data in tables when i pressed the save button icon in vb 2008
hello, i want convert my visualbasic 2006 project to 2008 i tryed almost everything and still dont know how... anyone got a idea? Thank you Greetsz
Visual Basic project migration, Visual Basic 2006, Visual Basic 2008
While execution of my program's exe, the EndUser sometimes get run time error or application defined error etc., which are not handled by me in my code. So, in each & every 'Sub' or 'Function', before 'End Sub' or 'End Function', I have put these lines... If Not Err.Number = 0 Then ...
Thanks for the first part. The second part---- well, imagine a 3 by 3 matrix. Row 1, Column 1 = some value, Row 2 Column 2 = some value and Row 3, Column 3 = some value. Everything else in the matrix = 0. How do you do that in VB 6 ?
I need to upload a excell file to sql server. I made a Stored procedure with the openrowset but if i run de stored procedure works, but embebed in visual basic or in crystal repor an error appears.Somethig about serverliked or server trusted i don't rememeber. does somebody an idea? thanks in...
Microsoft Excel, Importing Excel to SQL, SQL Server stored procedures
Hi. I am having trouble defining a diagonal matrix. I am using code that is something like public diagmatrix(numofm, numofm) as long (numofm has been pre-set as some number) but i'm getting an error message, "constant expression required". Thing is, to begin with, the number of columns and...
we were about to create a system that generate eport such as daily weekly monthly and annual... and we dont know how to do it.. plz.. help us..
In my program I pass values from VB to Excel for reporting. When I pass 03-01-2009 (3rd Jan 2009), in excel it shows as 01-03-2009. I have set short date format to dd-mm-yyyy, in control panel, regional settings. Also in excel, I set cell format through VB as ... ...


