10,992 Topics

Member Avatar for
Member Avatar for love_dude1984

hello frendz.. im working on a small application wher i need to copy the data from excel sheet and paste it to the text file.im trying to create a macro for tht. the selected row should be in a specific format. like if ther r 3 colums then the text …

Member Avatar for love_dude1984
0
195
Member Avatar for love_dude1984

hi.. im writing a macro in Excel to copy a selected roe into a text file. i ve taken a button on a sheet and when user clicks on the button the selected row (only selected row) should b copied into a file on c: seperated with ","... ive written …

Member Avatar for love_dude1984
0
109
Member Avatar for cheekeemonki

Any help is greatly appreciated!!!! I have already created a dialog box that holds the Combobox that contains the list of searchable terms but I am getting stuck on my search/go button. Here is a link to a copy of the DB Event Search form in question. [url]http://cheekeemonki.angelfire.com/Event_TESTER.accdb[/url] I have …

Member Avatar for cheekeemonki
0
81
Member Avatar for sal21

see the image of my listview... I want colorize each cells in rowset based the percentage in cells, how to? is possible? for example: if the percntage is 50% colorize half cell if the percentage is 25% colorize 1/4 of cell .... ecc i use this to insert percentage: ITM.SubItems(5) …

0
88
Member Avatar for firoz.raj

can anybody tell me why i am getting error object variable or with block variable not set .here is the code what i have written. any help would be greately appreciated. [code] Public Sub Addtolistview() 'Dim success As Boolean DataPath = GetSetting(Application.Name, "BasicSetup", "Database", "") 'StrQuotationStartID = GetSetting(Application.Name, "BasicSetup", "QuotationStartID", …

0
45
Member Avatar for crackerjacker

i was wondering, is their any way to do something, say msgbox, when an exe is ended via the end process in the task manager? thanks in advance!

Member Avatar for crackerjacker
0
125
Member Avatar for KikoLtd

Hello guys! I am a new member so if a make a mistake please don't shout at me :P I want to know how can i edit and delete a registry key in visual basic 2008 and also how to add a subfolder. I don't have any code so please …

Member Avatar for crazyhorse09
0
53
Member Avatar for tinajl

Hi, I am brand new to the DaniWeb Forums. I'm also very new to VB, and I taking my first course on it. I nearly have a large project done, but I have one main issue that I have not been able to resolve on my own as of yet. …

Member Avatar for tinajl
0
90
Member Avatar for nugget93

Im trying to make a small game in visual basic 6. It requires the moving of a command button depending on the different key inputs. I have the code working when you push other command buttons that this one moves but I cant figure out how to detect when either …

Member Avatar for vb5prgrmr
0
201
Member Avatar for BChanthorn

Hi all, I have wrote VBA code by export data into excel. But when i run it in some machine, an error occured. Error message is below: "Run-time error '-2147024770 (8007007e)': Automation error The specified module could not be found." Error occured in some compters only, not all. Any one …

Member Avatar for ricosuave
0
393
Member Avatar for rymyst3rio

Hello, I am trying to make a Rock Paper Scissors Game. I hae a combo box which the player is supposed to choose one of the three options. I want when they choose one that a corresponding image is shown in the picture box. I cannot figure out how to …

Member Avatar for debasisdas
0
73
Member Avatar for Dextergaisie

Hello everyone. I first want to thank all who have been of help or made attempts to help me out in my coding problems. I just want to say am very grateful and to DANIWEB for their wonderful job Keep it up. Anyway, I want to to be able to …

Member Avatar for debasisdas
0
81
Member Avatar for Zermoth

Am trying to print a report and also save it to a snapshot. The problem is that it runs off a query which works off two date fields (user entry). When I run it, it asks for the date twice, there by eliminating my backup of the file. There only …

0
77
Member Avatar for Giffordw

Should I be able to use VB6 to read/write an Access 2002 db, where the executable is running on Win98 SE?? I've resolved the oleaut32.dll version issue and reference DAO 3.6 but still get "unrecognized database format" if I reference a 2002 db.

Member Avatar for abu taher
0
73
Member Avatar for sam1

Hello, I have an access database with 3 tables. The table i am working on is tblemployee. On a form i have a combo box with the employee numbers. Now, when a user chooses an employee number from the drop down box, i want the initial and name of that …

0
88
Member Avatar for Pacman21

Hi All.. I am angry cause its such a little thing but its a big part of my project so Here is the scenario.. I have an access database with a table called People and a Field called Names.. In the Names field I have five entries. A B C …

0
84
Member Avatar for chanthung

Hello, I have a problem again and will be grateful for a solution from anyone of you. i get this error while trying to make a setup file. how do i find out Which line it's refering to... i could make a setup before this without any problem. Thanks. [B]Compile …

Member Avatar for QVeen72
0
88
Member Avatar for Pacman21

Okay.. I have an Excel sheet and an Access database.. For example, my Access database has a bunch of numbers in a column.. For example it will look like, Numbers 1 2 3 4 5 6 7 8 I want to be able to look at the field Numbers and …

0
65
Member Avatar for sowmyav

Hi, I already have a VB program to parse the data from the webpage and loads into the table for 3 values And I need to modify as it refers to the new page and the column is 14.And also, in this new page i need to search for a …

Member Avatar for sowmyav
0
95
Member Avatar for dongtrien

In operation system windows have got function Addfont for windows, windows will copy file font into fonts windows directory (C:\windows\fonts) after windows will register file font into registry of windows. I want to find this command in VB6.0. Do you know this command ? help me ?

Member Avatar for cguan_77
0
115
Member Avatar for firoz.raj

Can anybody tell me.How should i get value on the basis of combo box.i simple want when user click one of the productname from the combo box other corresponding fields from the database should come in the text box of the form.Here is the code what i have written.kindly help …

Member Avatar for QVeen72
0
120
Member Avatar for kevin12

Hi, im a bit new to vb6. Thing is I have to convert this php application to vb6 and im a bit stuck on the decryption module. below is the code, could you please give me some [B]guidelines [/B]on how to go about this conversion to vb6. I tried google …

Member Avatar for kevin12
0
86
Member Avatar for limesight18

hi everyone pls help me on the syntax,codes to be used i have this datagrid and a database is loaded to it then i have a listbox what i want to happen is when i click on a certain row in the datagrid it will be added in the listbox.. …

0
49
Member Avatar for palak_paneer
Member Avatar for maliha

hi evrybodt plzhelp me in vb6 hough transform for circle detection.....i need its code as soon aspossible.....

Member Avatar for maliha
0
82
Member Avatar for dongtrien

I wrote 1 function Random2 to create random number for dynamic array variables, when my program run, it's suspend my computer, my function below: Public Function Random2(Min As Single, Max As Single) As Single Dim i As Integer Dim vitri As Integer Dim N As Integer Dim Num() As Single …

0
66
Member Avatar for ryan311

help please, how to save a data between the time of what user input in the 2 textbox. 1 textbox is for intime and the 2 one is out time. for example if the user input 7:30 - 9:30 Am Intime all i want is this is the only time …

Member Avatar for ryan311
0
127
Member Avatar for Cardenio

Hi, recently, within the last week, my computer has developed a problem where it will suddenly just turn off. I will see a taskbar appear just before saying "Microsoft Visual C+..." and with a couple of seconds the computer switches off. It will happen randomly whilst just browsing the internet …

Member Avatar for Cardenio
0
102
Member Avatar for vijaysr85

how to write code for the visual basic files can be save into mp3 format while savig.

Member Avatar for debasisdas
0
30
Member Avatar for firoz.raj

Can anyone tell me why i am getting error object invalid or no longer set.here is the code what i have written.any help would be greately appreciated. [code] Private Sub FillVendorList() Dim rs As New ADODB.Recordset, sqlQuery As String, i As Integer sqlQuery = "Select Suppliers.sup_id,Suppliers.Sup_name from Suppliers order by …

Member Avatar for c0deFr3aK
0
121
Member Avatar for jackVB

Hello, Can anyone please give me the coding to caculate BODMAS of the data shown in the FlexGrid or a database. The calculation is not to be saved in the database back. It is for the use of the client. Thanks

0
55
Member Avatar for yuvi_mis

Dear Experts, I have developed the one vb project in my machine.It's Working fine. my problem is My form(alert) has been disaplayed when i run the exe but it was showing in background so i couldn't see in my form(alert) in foreground bcoz i have working another application at the …

Member Avatar for vb5prgrmr
0
111
Member Avatar for mafaisal

Hello Experts When the system user Log off the system , shutdown and so on How to know that in vbcode Bcoz When user Log on i have vb application that automatically work, but when user logg off , shut down i have write code in application Please Help me …

Member Avatar for choudhuryshouvi
0
536
Member Avatar for dongtrien

In VB6.0 I want to find function get path windows fonts directory because i run many difference operation system on many difference patition, example for: C:\ windows 98, D:\windows XP,... if i do assign = C:\windows\fonts, my program will not correct if i run windows XP,... can you help me …

0
77
Member Avatar for rajeshkhanna_in

Hi all, I'm trying to develop a "LOCK FOLDER" program. But don't know how to go about it in VB. Can anybody help?

Member Avatar for vb5prgrmr
0
52
Member Avatar for rajeshkhanna_in

Hi all, I'm trying to develop a "LOCK FOLDER" program. But don't know how to go about it in VB. Can anybody help?

Member Avatar for vb5prgrmr
0
245
Member Avatar for olabaz

I am trying to connect to a database but I have no clue how to do it or if it's even possible. The server address is: sql306.byethost5.com How would I connect to this server if the username is usn and password is pwd?

Member Avatar for olabaz
0
114
Member Avatar for denniskhor

[URL="http://rapidshare.com/files/222099783/PAS.zip.html"]http://rapidshare.com/files/222099783/PAS.zip.html[/URL] Can somebody help me check y the system stated overflow when i process...

Member Avatar for denniskhor
0
133
Member Avatar for maliha

hi .,...this is maliha here guys i need ur help m doing my final year project realtedto machine vision m doing image processing of ball n using vb6 for image processing m stucked at hough transform to detect the circular shapre of ball plz help me n guide me in …

0
51
Member Avatar for stevebush

I have just made a small application in VB6 and would like to implement data validation for a few fields. Like the user can only enter a number in the Telephone number field. How can this be implemented ? Thanks.

Member Avatar for rm_daniweb
0
91
Member Avatar for mizkhyz

hi to all :) I want to know the difference between webbrowser_DownloadComplete and webbrowser_NavigateComplete2. I was completely confused about this. Can you help me? Thank you in advance :)

0
46
Member Avatar for maliha

guys plz help me i need a vb6 code for circle detection using hough transform plz help me

Member Avatar for Teme64
0
44
Member Avatar for limesight18

i have a webpage that is stored in a folder.. and i need to load it in my form, ive been googling around and topics i found says it need to use a inet control.. can anybody help me pls with the usage of it? pls give a sample code …

Member Avatar for vb5prgrmr
0
57
Member Avatar for arvin2006

good day everyone! how can i distribute the exe application w/o using package and deployment wizard? i just made it executable. the problem is the the database path changes because i did not use the App.Path. I know how to use App.Path using ADODB, but with ADO Data Control, you …

Member Avatar for vb5prgrmr
0
152
Member Avatar for Scott Marchione

Hello all, I was wondering if someone knew the syntax for getting the next record in a table for Access? I want to write an event procedure that will allow the users to get the next record, either up or down. I know where to put the code ( I …

Member Avatar for stevepep
0
95
Member Avatar for stevebush

I have made an application with access database using Adodc and it works fine. However, I have set the ConnectionString and RecordSource in the Properties window in VB6. But now I want to write it in the Code. I need some help. I have written the code and need someone …

Member Avatar for stevebush
0
95
Member Avatar for larpar

I am in a beginners programming class for visual basic and i have to build a game, a simple hangman game... but the only problem is i don't know how too... My teacher hasn't taught us anything, he simply gives us the book and says go.. so i don't know …

Member Avatar for crazyhorse09
0
67
Member Avatar for ryan311

hi to all my fellow programmers, i'm creating now an attendance system. how to create a count down timer that will minus in the system time? it is possible and how? i have a 3 textbox 1 is for the hour, minutes and seconds. and 3 label for the count …

Member Avatar for debasisdas
0
115
Member Avatar for Hayley1234

I really need alot of help with an advanced higher computing project due in TOMORROW! I started to code a pacman game which was easy at first but then i got onto the movement part! If anyone has any ideas on how i can get pacman and the ghosts to …

Member Avatar for vb5prgrmr
0
95
Member Avatar for kehar

Hi, I would like to install SQL Server 2000 Enterprise Edition in my PC having Vista OS. Pl explain me the step by step process to install SQL as both Server & Client. (K. S)

Member Avatar for jbennet
0
108

The End.