10,992 Topics
![]() | |
Hi guys ! I have big problem in my project i cant display the data of my database (.mdb) to my Data report i need some expert help to this. Im new to this im such a loooooser... plss help me Thanks in advance.. | |
![]() | Hi. I am using visual studio with visual basic. I have create a combo box which data is from oracle. I want to know how to check the value in combo box is choose before i proceed to save the record? Thank you. ![]() |
pls any one can help making a simple converter from text to numeric converter, like if i input, one hundred three it will display it in numeric... thank you in advance ^^ | |
Hi everyone, Can you tell me a way to get the file path (filename) of a file when I "open with" it with my program. I mean that if I open a certain file with my software, I should get the file path of the file. Please Help:) | |
helloooo please help me!!!!!!!!!i have project which is in vb6 but my teacher wants my project in vb.net please tell me what should i do and it is an 200 marks project please help me | |
I'm attempting to create a program where the login and password will be verified on an SQL database of user information. I keep getting the error "SQL Execution was unhandled" I marked the code that was causing the error in red. I'm using Visual Studio 8. Keep in mind I … | |
Hi!!This is Chetana... I m TE IT student. I need some good topics 4 the mini-projects in dbms considering vb as front end and oracle as back end(apart from the library,railway,hotel management etc ). Plz help...:S | |
How can I rotate any ellipse constructed with PSet in VB6? I can draw vertical and horizontal ellipses of any focus using trig. Can anybody help please? | |
Hi guys, please help me to solve the problem below. I have 2 excel files, from which i have to make a match from column D ( 1st excel file) and column G (2nd excel file). e.g 1st excel file, column D : A1= 02359 8745[U]TFR[/U] [U]256011[/U]4 A2= 589TFR2658 2568751... … | |
Hi everyone..... Is it possible to integrate to my program the windows narrator??? I would like to add it to my program.... For example.... The program was launch and the logon window will show up and then the windows narrator will prompt the user by saying "Please log your account … | |
Hi Everybody, I've created some PPT files & converted it into pps fils. Now what i need is, I've designed a VB form which offers menu for the users displaying list of contents. If, a user clicks on any one list from the menu, that particular pps file must display … | |
Hellow everyone Could somebody show me some code Searching/Finding record on a Database Access. example when i type in textbox1 the last name and first name all the record will be displayed on datagrid and when no record is found it will generate message that the record dont exist. Plss … | |
[CODE]Option Explicit Private Sub cmdExit_Click() End End Sub Private Sub cmdRun_Click() Dim num(19) As Integer Dim i As Integer Dim sum As Integer grd.Rows = 2 grd.Cols = 2 grd.Clear For i = 0 To 19 Step 1 num(i) = InputBox("Enter any integer") lstno.AddItem (num(i)) Next i grd.TextMatrix(0, 0) = … | |
Hi Iam a Graphic designer and now i want to learn VB (software development) New to vb not know anything about that and iam quick learner any Help is appreciated. from where i start to learn. which software i download vb6? or vb studio? Thanks in advance.:icon_smile: | |
im working on a program written on vb 6. i actually want to implement a gif to work on my program. by implementing, i mean how to make a gif file work on vb 6. thanks!:) | |
Hi, im looking for some advice/guidance with regard to visual basic. Im and final year engineering student and my project requires me to make a graphical user inter phase to teach aerodynamics. I need to find out how to link the programme i design through VB with excel. Then the … | |
I found an old thread that had never been answered here - [url]http://www.daniweb.com/software-development/vbnet/threads/330981[/url] Basically, the guy was asking how to retrieve database names and/or table names from a MySql database with vb.net. Here's my answer to that. Yes, I still use vb6 because vb.net is not much better and I … | |
Hai all,, Currently I'm writing code in ASP.NET using VB language. I got an issue regarding dropdownlist. In my form, I have a treeview and a dropdownlist which are populated with data from database. When I click a node in treeview, the dropdownlist should be populated with values based on … | |
![]() | Hi. I have a data grid view with some records and i want to edit the record in datagridview by choosing data from combo box in the datagridview. So can someone teach me how to add the combobox inside the datagridview? thnx. |
Hi all! I'm playing around a bit with my old Visual Basic 6.0. I'm working with images, and this rather strange error came up: First I isolate a small piece of a larger picture to a smaller picturebox using PaintPicture: [ICODE]picBoxSprite.PaintPicture picBoxResource.Picture, 0, 0, 64, 64, (X * 64), (Y … | |
[CODE]Private Sub CalendarDetail_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load 'TODO: This line of code loads data into the 'PayrollDataSet.Calendar' table. You can move, or remove it, as needed. dp1.Value = Now EditRecord = False If Trim(txtRecNo.Text) <> "" Then Me.CalendarTableAdapter.FillByRecNo(Me.PayrollDataSet.Calendar, txtRecNo.Text) End If End Sub[/CODE] an error … | |
Hi dani sir, I just downloaded your simple SIMPLE SOURCE CODE FOR MIG33 (with mig33 contol.ocx) I want to access is full,I saw many developers are making unique software of mig33 by using your ocx. I saw in that project you given : [CODE]Private Sub cmdMail_Click() kirim mig33Controls.SendMailToNick(tUname, T_target, t_text) … | |
uhm. im new to visual basic 6. im making a maze program, ones like those that pop up a scary picture or something. im having a bit of a trouble with calling a sub thing.im not really sure if thats what you call it. program runs this way, as i … | |
i want to disable some letter in a keyboard. How can i do it using VB6 code? cant you pls help me... | |
good day.. i was installing a system made in vb6 and when i ran the program.. i recieved this mesage, "this application was created with an EVAL version of APEX True DBCombo Pro 5.0" can anayone help me??? tnx in advance | |
how do i copy a value from a combobox (vb6) to an oracle(9i) database table? | |
I'm looking to further my VB skills but have a writers block on what to create. So if you have any idea or suggestions which i could use for my next project please post a reply. Thanks | |
i have a case study about election aND i want to make a election that can call a picture | |
how to generate a report based on between dates | |
I got many things try but it always an error somebody know this problem? i want to delete all data using only one command button. :( | |
i have a problem in VB6. i have a frmMain, DataEnvironment and Datareport. My form have thirty (30) textboxes to fill-in. at first it all works fine since i filled in only few txtboxes, but when i filled-in all textboxes with many data i could not save the data anymore... … | |
Ok, here is what I am trying to do, it is basically a card maker. I need to be able to save the finished products in a single bmp with all text and both the card background and card pic (the area in white which will be able to have … | |
Plz help me in converting vb code to vb.net [CODE]Function Main() Dim sMsg as string sMsg = MoveFile(DTSGlobalVariables("LoadFileName").Value) if (sMsg) = "" then Main = DTSTaskExecResult_Success else Main = DTSTaskExecResult_Failure end if End Function Function MoveFile(ByVal fileName) on error resume next Dim objFSO as string Dim objFolderDestination as string Dim … | |
I am using a ListView control in my VB Form and I want to save all the data in my ListView control. It has 2 columns and the number of rows can keep increasing depending on the user. Please help me with this query. Thanks in advance. | |
![]() | Hi guys, I want to export the record according date range with visual basic. And the date range will be using 2 date time picker to choose. Can anyone give an idea how to do it? Thank you. ![]() |
i have ADO connection in MS Access, when i tries to execute con.execute command, MS-Access gives error like MS Access encounter serious problem and needs to be closed. any help or suggestion. thanks in advance | |
Dear, Currently i'm doing a project to design a chatting program using MFC( Microsoft Foundation Classes) and Visual Basic (VB). Just wondering, could you help me with this topic? Your attention kindly appreciated. Thank you. | |
if i run the program it goes hang here is the code [CODE]Set rs = New ADODB.Recordset With rs .Open "Select * from tblCandidates1", cn, 2, 3 Do While Not .EOF If !Position = Combo1.Text Then Combo1.AddItem !Name ElseIf !Position = Combo2.Text Then Combo2.AddItem !Name ElseIf !Position = Combo3.Text Then … | |
Dear all i need help.......!!!! i want to insert data using a datagrid how can i use it? ![]() | |
hi to all geniuses i have created a webbrowser but how can i copy any text foem a website and how can i save the passwords can anyone heip me please help me in this project | |
So, I am running into an issue. I am wanting to display the contents of the open CMD window in my Rich Text Box. Any help? Thanks. | |
Have just finished my first attempt at a playable and interesting game in VB. Originally started in VB 6 i decided to re-write and expand in VB 2010. Just wondering if anyone has any ideas or comments on how it could be expanded/improved. :) | |
i have two DatePickers on form and I want filter between two dates. So when i click search in lsitview display the dates between can anyone tell me how to deal with? | |
Hi Everyone, I have an existing VB6 application distributed to client using the Microsoft Visual Studio Installer 1.1 (VSI). The .Msi file has been installed by the client. Subsequently, I have changed the VB6 code and need to give the client an upgrade. The upgrade consists of 2 files ... … | |
Hello everyone I have a problem. i want to make a form with movable command buttons. the aim is that these buttons will represent the computers that are installed in one room. or the tables in one bar. all the tables can change depending the order that user give. can … | |
asalam to every one how can i attach my exe to a web browser when ever the brower open the exe starts working |
The End.