11,870 Topics
![]() | |
Hi, I would like to know how can I apply visual styles in my projects. I've tried to use System.Windows.Forms.ButtonRenderer.DrawButton, but it doesn't seem to work. I have Visual Styles enabled, so I don't know whats wrong. Thanks | |
Sir , when i press a Save button one extra row is inserting how should i remove that cell : Private Sub Command1_Click() On Error Resume Next If (CheckInput) Then Dim row As Integer Set rs = New Recordset For row = 1 To Grd.Rows rs.Open " SELECT * FROM … | |
Dear DANIWEB Members and Guests, HAPPY NEW YEAR 2009 I am a beginner in VB and so interested in programming. I am doing a small program in VB with back end MS Access and Crystal Report for report making. I humbly request your help and support in som matters. 1. … | |
I've insert a window media player object in a form. But I don't know hnow how to control or code the object. Any one can tell me where I could see how to use and code in here or the other website. Thank you. | |
Hello everyone. Happy New Year. correct coding for connectivity of oracle database with VB 6 or VB.Net Thanks | |
hi all! my project is with VB at the front end and MS Access at the back end!...i wish to know how to connect to MS Outlook based on a mail id taken from my employee database! please help... very very urgent ! thanks a lot!... | |
I have a form written in vb6 that the user is able to show listed items in a listbox from criteria from 4 different comboboxes. The data is being connected to an Access db. Where I am stuck at is after the search lists the data in the listbox the … | |
I am coding in VB to add 3 fields of MS Access back end. If there is no value (or blank) in a particular field, I want 0 to be considered in addition. Following code is not working for checking the blank field. If IsNull(DE_hours) Then DE_hours = 0 End … | |
hey all! please help me to check for validaiton such that... i hv few textboxes and combo boxes and if data is not entered in them then the submit button should be locked... and also tell me where should i write the code as in .... in form_load or submit_click... … | |
I have developed, along many years, a system using VB6 for Windows, using XP Professional. Now, I purchased a iMac, that uses an Intel Core 2 Duo 2.66 Ghz processor, so that installing Windows Vista Home Premium 32 bits edition, I could use resources from Windows and OS X Leopard, … | |
Hi all, It's been a long time since i was last logged in here. Comatose was probably glad to see the back of me and my non stop questioning ;-) Well today i have a small question which i hope someone can help with... Here is my question... im trying … | |
Ok I have a form with 4 comboboxes and 1 listbox, this form searches the db for the corresponding record to the search, the user then selects an item in the listbox, clicks a command button to open an new form with various textboxes corresponding to the db fields. On … | |
First off let me say if this is in the wrong forum i sincerely apologize. I put this is the delphi/pascal forum but haven't gotten much back from that. so I thought I may try it here to see if some help would be available. The code I did in … | |
SIR, i hava developed a billing project.In that i need to read Material's datas( code, name,rate....) from barcode reader and then continue billing. i dont know the code for reading data through barcode reader. so i seek your help . plz help me . thanks | |
Hi, I would like to create a countdown timer using number extracted from the database to use a the time for the countdown. Can anyone help me ? | |
Sir i have written a code in command1_click i want if user click on save button all the grid data should store in MR table rs1.Fields("item_code") = Grd.TextMatrix(1, 1) rs1.Fields("productname") = Grd.TextMatrix(1, 2) rs1.Fields("unit") = Grd.TextMatrix(1, 3) these line are working fine but i want to store all the grid … | |
Hi Guys I wonder if 1 of u can help me I want to add Tab Navigation to my Project ant can't seem 2 figure out how to doit can somne one please give me wuick step guid to it pls ? Thank you | |
I need a program that can highlight sentences with more than a designated number of words, permit editing and save the resulting document. In other words, I want to be able to input a document, designate the number of words, ie 20, 30 the excess of whould be highlighted, ability … | |
That link doesn't work correctly (the ...'s in the url are pretty much invalid). If you could resend the link to the code, or use [url]http://tinyurl.com/[/url] to make the link smaller so that the site doesn't truncate the data, it would be greatly appreciated. Coma | |
how to delete the last record i inputted in my table using sql? im using adodb and i dont know how to delete the last record i was inputted please help me | |
I want if user click on save all the data should store on the MR table but it is not storing. Private Sub Command1_Click() ' Debug.Assert False On Error GoTo cancel Set rs1 = New Recordset rs1.Open " SELECT * FROM MR ", con, adOpenDynamic, adLockOptimistic ' rs1.Open " SELECT … | |
I want if user click on save button all productname,item_code, and unit of MSHFLEXGRID name as grd in my project should be store in MS access MR Table . i have wriiten a code in a procedure like : If DataPath = "" Then Exit Sub End If Dim con … | |
sir i want to implement table by using vb. net .pls send me information about it or video tutorials | |
hi all, I am making an insurance policy application in which i want give the facility of attaching file to user. Actually i want to give facility that suppose customer give the required papers like license copy or marksheet then user make scan of that files and attach that files … | |
Hi I have been working as an Sr S/w Engg on the platform VB6, SQL Server 2000, and Crystal report. I joined a new company recently and they have plans to migrate their VB6 product to Web based product. I am very enthusiat to get myself into Dot net platform … | |
i need help in my project , it does not work , i upload it if any one can help me , [url]http://www.2shared.com/file/4524561/5d5e1b4b/New_db.html[/url] please read first the text file thanks alot hi all ; i am using vb6 with access db , my problem is new value does not save … | |
I have an old application written en VB5 .. and need to access an Access Database. It seems that VB5 is not compatible with Access 2000 ... What can I do???? besides moving all the programs to a newer VB ?? And in that case, which VB will be the … | |
can anyone know how to print a data report? using adodc i dont know how to print a data report :( im still searching but i cant find i hope you can help me | |
I have a frame with a picture within it, and I am able to do the mouse scroll with the code below, but when i scroll with the mouse there are no limits so the picture seems like it could scroll through for eternity. What am I missing? Also with … | |
HI, im supposed to do a project to interface a server and a service. when a table is inserted with a particular even, im supposed to pass it to the another application and trigger a even on it. data comes from another application. i have a idea of writing a … | |
Hi All, I have a VB6 application which can work in UI as well as in CMD mode. Now when I am running it in CMD mode I need to write few line into the console after completion of the program before quitting the application. The rest of the application … | |
[B]Adding time in hh:mm[/B] 08:50 + 09:13 + 08:30 + 09:27 + 08:52 (Add across and result in hh:mm. The result should be [B]44:52[/B] (hh:mm) - how do I arrive to this total?) Any codes will be much appreciated. [B]How do I do the follwing ? [/B] 1. I would … | |
[ATTACH]8642[/ATTACH]i want if user click on save button all the data should store on Mr table But product_name,product_id is not storing properly. Kindly help me Private Sub Command1_Click() ' Debug.Assert False On Error GoTo cancel Set rs1 = New Recordset rs1.Open " SELECT * FROM MR ", con, adOpenDynamic, adLockOptimistic … | |
I am new to VB but not new to development and I have come across something that I would like to do. I want to store as a string the following command: tCommand = ".width <= 36 then wqty = 1 else wqty 2" Now when I do my coding … | |
help me please about data report i have an error it says: report width is larger than the paper width please help | |
[B][COLOR="Green"]Adding time in hh:mm[/COLOR][/B] 08:50 + 09:13 + 08:30 + 09:27 + 08:52 (Add across and result in hh:mm. The result should be [B]44:52[/B] (hh:mm) - how do I arrive to this total? Any codes will be much appreciated. [B]How do I do the follwing ? [/B] 1. I would … | |
Hi, I'm designing an editor program. I want that when user has finished writing a line and goes to next line, the above line fully justifies itself. | |
Hi guys my first post here so I houpe I get some help :) I'm learning VB6 at collige and as part of the project We been asked to make Program that shows contect of the website in VB app coppys selected section text so lets say This Site [url]http://top.forumcommunity.net/?skinid=43[/url] … | |
KINDLY FIND THE ATTACHMENT. DECEMBER2308.doc (69.5 KB) | |
When user click on quantity it moves on the next row i want if user click on save using save button all the Mshflexgrddata should go on Mr table . Some code i have written in Save_click On Error GoTo cancel Set rs1 = New Recordset rs1.Open "SELECT * FROM … | |
how can i call a 1 command button in another form? for example i have form1 in the form 1 i have listbox, in my listbox i have item Customer, Product and etc if i double click my Customer i want to click my command 1 button in form 2 … | |
it is like that if user click on product_id cell product name and unit come automatic when user enter on quantity user allow to enter quantity and cursor go on next row Kindly find the attachment. | |
This is an abstract question, but I company I work for asked m to research what would be required to convert a VB6 desktop application to a VB.net web application. The application is quite large incorporates about twenty forms, many, many modules, custom controls, and what-not. It's mainly a data … | |
hi guys...! when i tried to insert the form's information into the database either the check box in the form is checked or not once this check box in the table appear as checked and second time unchecked... i don't know why that is happening...? please help out... thank you … | |
kindly let me know the coding for difference between two dates in the format years, months and days for calculation of qualifying service. let date of joiningas 19-101983 date of retirement is 30-09-2008 then total qualifying service ? how it will be caculated through coding in visual basic | |
I have a website that I developed in Visual Studio Pro 2008. I have a series of .aspx pages. How do I make it so another person can see these pages on their browser? (like HTML pages). I've tried saving the extension to .html, but the VB design doesn't show … | |
ex. the original caption of the button is "save".. if you click on the button the caption will change to "full" my problem is: when i restart the application the caption goes back to "save" Now, is it possible to change the original caption permanently even if i restarted the … | |
hey guys I'm new here but direct to the point can i ask how to create a monthly report? its very important for me to know this because it will be part of my system which i will create for the final project in my course so please anybody care … | |
Would it be possible? Not exactly a typical sequencer, but something like this: I would record every note on my electric and acoustic guitar, bass, drums, and piano (essentially creating samples of each instrument that I own). Then export them to .wav and organize them by folder (/data/guitar/electric/string6fret1_F.wav). Then using … |
The End.