10,987 Topics

Member Avatar for
Member Avatar for satti

iam using datagrid for data entry ,i have added ,add button remove button...but now i want an update button which can update the entries to database from data grid... here is code [CODE]Option Explicit ' couple'o global vars for size trackin' Dim MinHeight As Long Dim MinWidth As Long Private …

Member Avatar for AndreRet
0
197
Member Avatar for jaai

i got a type mismatch run time error 13 in the following line of the load event of my form... pls help me [CODE] set rs=db.OpenRecordset("SELECT * FROM STOCK") [/CODE]

Member Avatar for AndreRet
0
127
Member Avatar for martin11ph

Does VB6 have any feature that allows it to plot points and maybe lines in a 3 dimensional axis? I tried using the MS Charts component but it only allows up to 2D. Any help would be appreciated. Thanks.

Member Avatar for martin11ph
0
405
Member Avatar for vinothmca

in my Project I would like to use Command button instead of push button ,How can i do that process?

Member Avatar for debasisdas
0
309
Member Avatar for daniweb2011

plss help me.. on how to use combo bx in vb6... i need a code on how to prompt if there account is expire or not.. plsss help me...

Member Avatar for AndreRet
0
94
Member Avatar for abu taher

I can enable or disable task manager manually. like: start> run > gpedit.msc from group policy setting > user configuration > administrative templetes> system> ctrl+alt+del. I want to do it in vb6. If click a button then it disable or enable. Is it possible to do? If yes then how?

Member Avatar for AndreRet
0
810
Member Avatar for pito_donje

how to lock the taskbar, control panels & windows task manager on my VB program running time. I do not got a clue about it. help me to code. thank you for your attention

Member Avatar for Jx_Man
0
194
Member Avatar for SlyMaelstrom

Hi, I'm doing some work for an Access Database but I caught a snag writing an event. I want the event to (among other things) change the Control Source of an object. This is no problem, except I have to set the control source as a string, and the string …

Member Avatar for kiran2010
0
618
Member Avatar for bunnyali2011

Well I have a combobox with 3 items namely: Product Size and Cost. I have also a maskedtextbox. If I select "Product" and "Size" on the combobox, I want to disable the maskedtextbox from filling, how must I do it?

Member Avatar for AndreRet
0
180
Member Avatar for otomatis

Hi all, I want to display excel data range from '2/1/2011 10:00:00 AM' to '2/4/2011 10:00:00 AM' using ADODB and VB6. The data result then display on the listbox but actually i get data that i don't want (date 10,22 are include). Does somebody can help me..? Here is code …

Member Avatar for AndreRet
0
99
Member Avatar for Mitchell VB 6

Hello, I have a login screen in my VB 6 program, it is for teachers, I have a user-name text box and password text box. There is also a login button. I want there to be one password for all teachers but I want each teacher to have their own …

Member Avatar for AndreRet
0
108
Member Avatar for vinothmca
Member Avatar for Sturdy

Hi again.. i'm looking for how to running notepad from vb6.. please help me. any help will be appreciated.

Member Avatar for Sturdy
0
697
Member Avatar for Sturdy

hi all.. how i can check there are palindrome in textbox. e.g : i input "daniweb a bewinad" thanks and please help.

Member Avatar for Sturdy
0
811
Member Avatar for kitschkath

[ICODE]Dim li As ListItem Dim dTotal As Integer For Each li In ListView1.ListItems dTotal = Val(dTotal + CInt(li.SubItems(3))) Next txtgrade.Text = CStr(dTotal) 'returns the total value [/ICODE] data in LIST VIEW: 90 8 50 45 I used the codes above but I can only retrieve the values (45) ?? what …

Member Avatar for Jx_Man
0
1K
Member Avatar for crankyslap

Hey guys, I got this code to upload an FTP file which works great, but what do I do when I wnat to upload the contents of an entire folder? I mean, I could make a for-each but that would mean disconnecting and reconnecting to the FTP server alot of …

Member Avatar for crankyslap
0
2K
Member Avatar for Mitchell VB 6

Hello, I have a form in my VB 6 program which has 6 labels; which are.. Unit 7 Mark: Unit 8 Mark: Unit 9 Mark: Unit 10 Mark: Unit 13 Mark: Unit 14 Mark: To the right of them I have 6 text boxes where the user enters a mark …

Member Avatar for debasisdas
0
79
Member Avatar for Wolxhound90

Hey all, I am trying to make a form that is blank and will add in 2 comboboxes, a textbox, 2 buttons and a checkbox next to each other in a row. I want the controls to be part of an array, so that all controls on a row are …

Member Avatar for PdotWang
0
189
Member Avatar for Jaseem Ahmed

i am trying to generate a tree view from database, but i after 10 days, i could not fine any way, how to populate, i have tried alot... please help me... i have 2 tables of database.. i contains the parent nodes, and other contain the child node.. e.g [CODE]first …

Member Avatar for debasisdas
0
245
Member Avatar for Nimitmak

Guys ,i got this code in my project ,but i didnt understand most of it ,if any body can understand then please add comments in it to understand. [CODE] Private Sub cmdclose_Click() Unload Me Unload recoform frmmain.Show frmmain.Image1.Picture = LoadPicture(imagefile) frmmain.cmdont.Enabled = True frmmain.cmdpre.Enabled = True frmmain.cmdrecognize.Enabled = True End …

Member Avatar for Jx_Man
0
254
Member Avatar for TheChozen

hi I have been tryingto make the columnheader of a listview fixed so the user want be able to modify it manually by mouse scrolling but i couldnt find any solution een giving it a fix width didnt work so any ideas i would be thankfull

Member Avatar for TheChozen
0
169
Member Avatar for VTrookie

Hello All, I am a freshman at Virginia Tech and am currently stuck on an assignment our professor has given to me. We need to create a simple calculation output determining the high noon point of the day determined by the input of the sunrise and sunset. I was looking …

Member Avatar for TheChozen
0
136
Member Avatar for bro3886
Member Avatar for Jx_Man
0
1K
Member Avatar for saddas

hello. i have got a unique ID for each customer and i get the form to search this ID and all the customers details appear. but i want the option for them to edit their details by changing what is in the textbox. i can get it to save to …

Member Avatar for AndreRet
0
115
Member Avatar for satti

Hello to Dear Friends, iam creating data reports ,but the problem is i cant find the way to make report in LANDSCAPE...i heard sp5 or sp6 vb can do that ..but i couldn't found any option like that. kindly guide me how to create reports in landscape format... ithink there …

Member Avatar for AndreRet
0
167
Member Avatar for pito_donje

I can not save an image on my form because the picture size is too big. how to store images in the table and what kind of typenya in the table to be able to load images. thank you

Member Avatar for AndreRet
0
161
Member Avatar for androidz

Anyone have knowledge on how to make a label during run time which it depends on the user on how many label should be made i have tried some codes but it won't work. [CODE]Option Explicit Dim m_memo, m_size, m_equation, m_jobs As String Dim i As Integer Dim lblfield As …

Member Avatar for AndreRet
0
753
Member Avatar for Pure1108

I've tried so hard by myself and I've just ended up confusing myself as it's my first time using vb. I didn't want to waste anyones time but I'm sorry I just don't know what to do.. ---- How would I code this? I want to make a progress bar …

Member Avatar for Luc001
0
159
Member Avatar for satti

hi there, i have created reports through Data reporting, problem is that the data shown in reports it continues, like 2 entries in 1 page ,half entry on next page,, in simple it is unorganized. i want data report to show data separately ..kindly tell me what is the process..to …

Member Avatar for debasisdas
0
99
Member Avatar for coolpintud

First i use VB6 and i want to make one application on which send auto button command e.g. "X" to my particular application e.g. Firefox not send button command to other application so i can use it my keyboard to on other application and also i send button like take …

Member Avatar for AndreRet
-1
166

The End.