11,868 Topics

Member Avatar for
Member Avatar for IT_Student_604

, hello there.. can anyone teach me how to display picture using the Application.startup path?.. i don't have any idea about it. i want to locate the picture in my bin folder inside my debug folder as i selected the name of the candidate in the combo box.

Member Avatar for NetJunkie
0
172
Member Avatar for Bamboozled

I have the following VB6 code [CODE] Dim objdir As Scripting.FileSystemObject cfile="c:\workingdir\france\include" If DirExists(cfile) = False Then objdir.CreateFolder(cfile) End If Public Function DirExists(OrigFile As String) As Boolean Dim fs Set fs = CreateObject("Scripting.FileSystemObject") DirExists = fs.FolderExists(OrigFile) End Function[/CODE] The folder C:\workingdir\france already exists and there should not be any permissions …

Member Avatar for Bamboozled
0
360
Member Avatar for gowans07

I currently user logon information stored in one file, i wish to be able to delete users from this file currently i am selecting the users from a lstbox which retrieves all the user names from the txtfile. [CODE]Public Sub CmdRetrieveUsers_Click() LstUsr.Clear CmdEditUsr.Enabled = True Open App.Path & "\Logon.Password Info.txt" …

Member Avatar for gowans07
0
117
Member Avatar for androidz

hello everyone i have this error saying "requested operation requires ole db session object which is not supported by the current provider"..i wonder why this appears.i am using an ado and using vb6..can someone enlighten me with this problem..thanks

Member Avatar for hkdani
0
565
Member Avatar for gowans07

Hi, I am trying to query a database to retrieve information about a product. Firstly the user must select a product from a Combo box, and what i want it to do is when they have selected a product for it to search for the items that are within the …

Member Avatar for hkdani
0
117
Member Avatar for nirnal

hi everybody i have two textbox and one combobox from database connection i want to make a login with three objects.. if textbox1 have this valui and textbox2 have this value and combobox have this value.. then it will check in to the dbms.. and if currect.. then login success.. …

Member Avatar for Netcode
0
110
Member Avatar for kccute

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..

Member Avatar for abu taher
0
182
Member Avatar for ayarei_09

Hello, I need help I'm making a thesis about a business which is a pet shop. All i can think is all their transaction are recorded in the MS Access. Also recording all the details about the animals such as their habitat, food proper grooming etc. but my professor said …

Member Avatar for Ancient Dragon
0
145
Member Avatar for hueikar

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.

Member Avatar for hueikar
0
134
Member Avatar for coyanzz

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 ^^

Member Avatar for coyenzz
0
213
Member Avatar for daniwaber

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:)

Member Avatar for daniwaber
0
319
Member Avatar for saba kausar

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

Member Avatar for saba kausar
0
256
Member Avatar for megansims07

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 …

0
116
Member Avatar for SANJISH

Hi, I am using VS2008 and i need to position a group of controls (Ctrl + Click) on my web page to another location on the same page in design view. However when i drag the mouse only the last selected control moves whereas the others remain static. I could …

0
95
Member Avatar for cak

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

Member Avatar for chetan gaikwad
0
532
Member Avatar for naazsayed

i m using Microsoft VS 2008 and in that VB.NET as the language the problem is i m not able to store connection string every time machine changes have to keep on changing the connection string i have searched browsed, surfed done everything but still not able to find the …

Member Avatar for naazsayed
0
252
Member Avatar for jacobi

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?

0
43
Member Avatar for arou_1

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... …

0
44
Member Avatar for vin24

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 …

Member Avatar for mb01a
0
201
Member Avatar for prem.teamwork

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 …

Member Avatar for Denver Museka
0
629
Member Avatar for kccute

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 …

Member Avatar for kccute
0
166
Member Avatar for churva_churva

[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) = …

Member Avatar for BitBlt
0
445
Member Avatar for webxpert

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:

Member Avatar for OblibSystems
0
246
Member Avatar for yeeitsneo

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!:)

Member Avatar for SpiritualMadMan
0
275
Member Avatar for niall86

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 …

Member Avatar for mb01a
0
211
Member Avatar for mb01a

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 …

0
973
Member Avatar for dyahalifda

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 …

Member Avatar for dyahalifda
0
165
Member Avatar for hueikar

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.

0
39
Member Avatar for emilo35

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 …

Member Avatar for BitBlt
0
1K
Member Avatar for adri00713

[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 …

Member Avatar for BitBlt
0
101

The End.