11,868 Topics
![]() | |
Hi guys, just wondering, would someone give me some advise of what what kind of software should I develop...maybe just a simple software...or a small software...whatever you call that...a software that would not take a lot of time in the development process...maybe...more or less than 3 weeks...what do you think?.. … | |
hi there, how can i create a report in visual studio 2008 standard edition, is there any articles that i can read and do it from the start it self because i am not familiar in creating reports. thankxxx | |
Hello everyone, I am currently doing a treeview control in asp.net. I want to [B]load the database from MS Access into my treeivew[/B], but I don't know what should I type in my .apsx.vb file. [B]Please help me with the codes [/B]to make my treeview connect to the MS Access! … | |
I've been trying to find out the error returned from [iCODE]MkDir[/iCODE] to no avail. [iCODE]Err.Number[/iCODE] is 0 and I can't find any other error mechanisms available. [CODE] On Error GoTo mkError MkDir txtDir(Index).Text On Error GoTo 0 Exit Sub mkError: On Error GoTo 0 Text1.Text = Str(Err.LastDllError) + " " … | |
I am relatively new to visual basic. I have VB 6 professional complier. I am working to play .wav files in a program. I'm having a problem understanding APIs and functions can you direct me to a beginners tutorial that might help me? Thanks, Bill | |
I'm having problems loading an image from file. Im using a fingerprint SDK and it has a built in LoadImageFromFile() function. When I try to load my fingerprint image it returns, "A null parameter was supplied". I can load the same image from their sample program and my code is … | |
Hello!.. I am a VB6 programmer and I want to learn basic of C# Programming. So can anyone help me out?.. I just want to learn on "How will I do this in Visual C#".. this is a sample code from VB6, now, how will I do this in C#? … | |
help me plssss...this is my last sem and i need help because we have a thesis and i need online system..can you help me in my title proposal??? | |
Hello, Can you help me... I am trying to make a vbs file that when you open it, it automaticly takes up the full screen. Do you know a code that will do this? -Thanks | |
Hi anyone please help me...i am so upset after spending so much of time on coding my program ,now i am unable to open it.[url]http://img138.imageshack.us/i/errormessage.jpg/[/url] in this link you can see my screen shot of error message...please help me ..what do i do to open the file | |
Okay so i have to get my VB programme to connect to an access database which i did, just dragged and dropped and clicked. My data base has 3 tables,products, customers and orders. I have to be able to edit, update and delete customers and products. People also have to … | |
Hey, How do I use the Windows forms designer, and produce native code? | |
Hi friends, I have a form with 8 textfields. Textfield1 is combo box. Thus, when user chooses an item, Textfield2 and Textfield3 automatically retrieve value from DB and fill in the textfields (in lostfocus event). Then, user will add running number behind Textfield3. After that, fill in the rest of … | |
Hello, Im creating a programme in access. Its not going to be so i need a license software. Can you build them in vb? Like. If the user enters in a key it checks the server and if it allowed then it activates the software if not then it says … | |
currently i am creating a project with LAN based connection. Please show me some sample codes for the winsock control in Visual Basic 6[code][/code] | |
how can i move images? and then if the image i move is not equal to the other image it returns back to its place?thanks.! | |
I'm newbie for using VB. I'm trying to develop code for calculate dimension of part. The concepts are : 1. Get input from user via textbox(Form1) 2. Module 1 take value from Form1.textbox and keep for reference. 3. Module 2 use value from module 1 to calculate 4. Module 3 … | |
I Want the Sum of column in textbox using vb6 and access After Entering Dates in FromDate And To Date The Sum Of Column BalanceAmount Between These Dates Should Appear in Textbox2 | |
On click of the following button it is suppose to call a sub function (either searchdepartment or searchname) the issue is: When searchname is called it returns the following error [B][COLOR="Green"]-2147467259 (80004005)[/COLOR][/B]) Private Sub cmdcheck_Click() button = "cmdcheck" If cbodepartment.Text <> "" And cbodepartment.Enabled = True Then searchdepartment ElseIf cboname.Text … | |
I am trying to install Visual Basic 6.0 Enhanced Edition on Windows Vista Home. I keep getting and error that reads: "This software is not compatible with this version of Windows" I beleive the Visual 6.0 is compatible with 32 bit windows operating system and my windows vista is a … | |
Hi All, First let me tell you my scenario. I am a technician at a secondary school. We have a medium sized network with AD, running server 2003 and XP clients I am trying to create a very simple VB6 executable that will reset a students password and force a … | |
;)This may be helpful for those of you with Windows 7 and Visual Basic 6 Found this on the Web [url]http://www.fortypoundhead.com/showcontent.asp?artid=20502[/url] The bear | |
how to have an executable run before deployment project executable? Thanks | |
Private Sub cmdsummery_Click() Set wss = DBEngine.Workspaces(0) Set dbs = wss.OpenDatabase("Gagedetails.mdb") Set rss = dbs.OpenRecordset("tblGage") 'Set rss1 = dbs.OpenRecordset("tblopeName") Do While Not rss.EOF OSQL = "SELECT DISTINCT OpeName1 FROM tblGage WHERE Date =" & SQLDate(txtdate.Text) Set rss = dbs.OpenRecordset(OSQL) MSQL = rss("OpeName1") NSQL = "INSERT INTO tblOpeName (name)" & " … | |
hi, I wanna to calculate the total in currency format $00.00. But the coding doesnt seems to work . Can u help me ? total = Cstr(total) + Request.Cookies("jumlah") | |
Hi All I have a requirement to develop a VB application to download a pdf file from a server using an example URL [url]http://xxxxxxxxxxxxx/pdffiles/yyyyy.pdf[/url]. I need to perform a silent download and print the same to the local printer. As this is going to be a scheduled task, I need … | |
hi i have create a database in sql , it is opened in my system, and i shared the database into another system,i was updating my datas from another system, form and database everything is working fine , but the problem is when i try to open the report it … | |
hi all, i want to use asterix character (*) in input box. ho to do this??? | |
Hi all, I'm working on a VB6 project and i'm a bit rusty as its been a while!! I want to create one form that can be reused in several sections. What I need is that my new form will know where it was called from. I can then grab … | |
I've been trying to work on a personal project, in which the user enters in a text string in the first text box, and when the user clicks the "encrypt" button, the SHA1 hash of the text appears in the next text box. I've googled around for some information on … |
The End.