10,987 Topics

Member Avatar for
Member Avatar for exception

do comments in code affect the Programs efficiency or it slows down the processing or reading of the code?? does it have disadvantages? In our program, we are not allowed to delete the past programmer's code when we have modification, we just have to comment it.

Member Avatar for Strangelle
0
87
Member Avatar for exception

i have a problem with printing the Official Receipt using vb, we are currently deploying a new system. our problem is after printing it feeds the entire paper, i.e we want to stop the printer because it prints only the half of the paper, and the paper should be ready …

Member Avatar for AndreRet
0
49
Member Avatar for xtianenikkian

Good day to all, Im creating a computer laboratory admission system, and one of the functions of my program using a bar code reader, this how the system runs, assuming that mr. villa has the bar code and the code is 00123456789 then after you scanned it, it will look …

Member Avatar for AndreRet
0
259
Member Avatar for exception

i working with msAccess right now.. i studying how to build a query. i wonder what is the use of the relationship thing.. im new to this. i want to learn more, what should i focus in the part of the database. can someone talk to me?

Member Avatar for AndreRet
0
55
Member Avatar for anuj_sharma

Hey Guys, Can anyone please provide me the link for downloading Visual Studio 6.0(Full Version) Thanks.

Member Avatar for abelingaw
0
221
Member Avatar for divakar.it

I am using VB 6 for my Project. There is requirement that Managers want to see blocking dates of an employee for a project. Eg: If an employee blocked for a project till Dec 2010 then the dates in a calender till Dec 2010 will be showing in a specific …

Member Avatar for AndreRet
0
278
Member Avatar for jayasri kumar

hello sir......... i give system date in issue date of library. i add 15 days and display to return date ..... i dont know tho vitual basic codings,..... pls help me...........

Member Avatar for AndreRet
0
25
Member Avatar for dreamer_lek91

The question I am going to ask involves Mircrosoft Access and VB and I am stuck with it. This is the question: I have 4 peoeple: L, M, N, O, P there are 4 object: a, b, c, d, e L has: a, c, d M has: a, d, e …

Member Avatar for AndreRet
0
194
Member Avatar for cavern

hello everyone, i need help, can anyone help me to check out the coding?? [CODE] Private Sub cmdBatal_Click() paparan.Show Me.Hide Unload Me End Sub Private Sub cmdSimpan_Click(Index As Integer) If InsuData = True Then con.Execute "Insert into Pemilik(Na,Nokad,Warganegara,Notel,Harga,Tingkat) values ('" & txtNama.Text & "','" & txtNoKad.Text & "', '" & …

Member Avatar for abelingaw
0
155
Member Avatar for shena

Hi all, I have two textboxes only in a form. At textbox1, upon pressing enter/carriage return it suppose to setfocus to textbox2 instead it's performing textbox2's keypress event by calling a command button. How to handle this? Where am i doing wrong? Please help. [CODE]Private Sub txtSNO_KeyPress(KeyAscii As Integer) If …

Member Avatar for AndreRet
0
2K
Member Avatar for iin_Tina

good morning ... I wanted to ask you, how to make file backup and restore sql server 2000 through visual basic 6.0 application already many forums I visit and ask, but until now there is no single person who can help me Can you help me? your help is much …

Member Avatar for AndreRet
0
2K
Member Avatar for SkyVValker

[B]Hello..! i have an problem to connect a progress bar with listview object.P.bar working properly. bt i want to connect p.bar with ma sql database while m searching database.kindly help me where m i doin wrong..the code is below.[/B] [code] Private Sub cmdRFind_Click() On Error Resume Next Dim vLst As …

Member Avatar for lttleastig
0
967
Member Avatar for SkyVValker

[ICODE]CR.Reset CR.ReportFileName = "StudentInformation.rpt" CR.SelectionFormula = "{SPINF.GRNO}=" & Me.txtGRNo.Text & "" And "{SPINF.CMBCAT}=" & Me.cmbCat.Text & "" CR.Action = 1[/ICODE] [I]m trying to passing two parameter for cr..! bt it always shows the error type mis match.! plz help me[/I]

Member Avatar for AndreRet
0
215
Member Avatar for jemz

hello can you help me please where can i get the crystal report and how can i use this...thank you in advance hoping for your positive responds.

Member Avatar for AndreRet
0
90
Member Avatar for abelingaw

Ok, im having a long time creating reports for my program. I would like to ask if it is possible to connect my program to an existing msword file. E.g: If i click a button on my form, lets say cmdLeaveReport, an msword file named leavereport.doc will open (of course …

Member Avatar for AndreRet
0
242
Member Avatar for exception

can someone help me how to get the value of the cell of the sharp grid?? like in msflexgrid str = grd.textmatrix(row,col) tnx

Member Avatar for AndreRet
0
155
Member Avatar for dimasalang

hey, i'm new here..need help is it possible to save your work from other applications (e.g. word, excel, photoshop etc.) using vb6?? thanks.. this is for our thesis.. ASAP

Member Avatar for AndreRet
0
521
Member Avatar for shabadoo

I have a project that when opened automatically shows a userform for LOGIN/PASSWORD. Everything works great except that if the user clicks the Close(x) button included in the title bar of the userform, the userform is exited but the workbook is still open to its first page. Is there any …

Member Avatar for abelingaw
0
110
Member Avatar for neosonic

Hi All, I am using a msflexgrid to display my access database (not editing it in run time). But, I have one column which is a boolean. When I display it, that boolean column doesn't show as "True/ False" or "Yes/ No". It is shown as " -1 / 0 …

Member Avatar for AndreRet
0
95
Member Avatar for BasicGamer

Hello. I'm relatively new to Visual Basic 6, but I've been getting around pretty good. But there's one thing I need help with. You know how when your texting someone on your phone and you have to press the same button multiple times to get the letter(s) you want? Well …

Member Avatar for AndreRet
0
251
Member Avatar for jemz

hello can you help me please, how can i remove lots of spaces in a string for example: The space space space space quick space space space brown fox. the output should like this. Thequickbrownfox can you help on this...thank you in advance and I'm hoping for your positive response...

Member Avatar for AndreRet
0
124
Member Avatar for problematic:)
Member Avatar for AndreRet
0
5K
Member Avatar for problematic:)

hi, ahm. well can someone help me in my project, it is a reservation system in a church, the problem is, I have to reserve the date that my client wants. I don't know what application I should use. At first, I use the calendar contol 6.0 but I don't …

Member Avatar for AndreRet
0
321
Member Avatar for abelingaw

Ok here's what i want to do. I woul like to disable the toolbar and menubar in my main form depending on the usertype that was logged in. My dbase field is UserType and record type can only be User and Admin (Depends on the registration). When a user log …

Member Avatar for AndreRet
0
513
Member Avatar for shena

Hi guys, I have a very simple form with 2 textboxes only and a listview to display added record. Upon form load i wanted to sest focus to textbox1, but it shows this error: Run-time error 5:Invalid Procedure call or argument My form load code [CODE]Private Sub Form_Load() bModelMaster = …

Member Avatar for AndreRet
0
3K
Member Avatar for lttleastig

I want to send some packets they are in hex format 01 00 00 00 AA 00 00 00 01 because how winsock works i first need to convert it to ascii right? how could i do that every time i try it looses the NULLS - 00 help would …

Member Avatar for lttleastig
0
4K
Member Avatar for abelingaw

Uhm ok. I am near n finishing my project (Payroll System) But im having problems regarding some codes and i am only able to fix some of it My real problem is the saving of picture in the database. Have the code, works well but doesn't save the pic as …

Member Avatar for AndreRet
0
114
Member Avatar for Halbo

I'm well versed in creating a setup file in VB .NET, but am working in the older VB 6.0 on an older project I've been asked to maintain. How can I create a setup file in Visual Studio 6.0? Thanks in advance! Halbo (More than a name; it's ... Dim …

Member Avatar for AndreRet
-1
368
Member Avatar for divakar.it

I am developing a application using VB 6.0. My requirement is if the user log off the application using File->Exit the below action should perform Action1 : The login status should get updated with 0 in the back end table called "Create_Login" so that next time if the user login …

Member Avatar for AndreRet
0
133
Member Avatar for bob3

I'm just trying to make a cash till and something is wrong because when i try to execute it it just freezes. I think something is wrong with my loop, also i don't know how to refresh my sale total when i click clear order. It clears it but when …

Member Avatar for AndreRet
0
157

The End.