12,425 Topics

Member Avatar for
Member Avatar for yossi321

How to prevent child window resizing and change position? code: SetParent lonHandle, Form1.hwnd now, I want to prevent resizing and change position from lonHandle window

Member Avatar for yossi321
0
107
Member Avatar for anielyn

hi, is it possible to sum all the items/value inside the columns of a listview? here's the situation.. assume that... Product Price J&J 45 <-----inside listview M&M 35 <-----inside listview ___________ 80 <------this will be displayed in a label please, i need help..

0
165
Member Avatar for Andhika Garnady

How to mixing VB6 print form into CR 8.5 Does anyone ever did the same thing like this? please help... i need a code for a question above. Repeat me immediately. I need some suggestion from an IT newbie or experience.... Thanks a lot

0
61
Member Avatar for yhubz.qoe.9

How to create a field in active report for the daily time record of the employee with incrementing value starting from 1 in vb6?

0
46
Member Avatar for scooby36

I am new to ASP.Net and am building an MVC project in VS2013 I have the following actionResult public ActionResult Index() { LaundryUsers db = new LaundryUsers(); var users = db.Laundries.Where(u => u.UserId == WebSecurity.CurrentUserId); if (users == null) { return HttpNotFound(); } return View(users); } The result always throws …

Member Avatar for cxzei
0
161
Member Avatar for Yogesh_5

how to draw 2 parallel line in visual baisc 6.0 which have same height.. suppose picture box height is 200 then first line starting cordinate is 0,100 and second line cordinate is 100,200.. how we draw..

Member Avatar for JobPencil
0
479
Member Avatar for Gulzar_1

i have vb6 project and my own created dll. that dll is referenced to vb6 project but while debugging i m unable to step into that dll..plz help.

0
82
Member Avatar for Yogesh_5

i want to divide one picture box into two parts in equal height.. or it may be dynamic if user want 3 parts then it will divide into 3 of equal height..

0
120
Member Avatar for nayzin.phyo

> Hello, > is it possible to count data type character 256 or 512 in vb6..if it's possible please tell me the coding of that.. > Regard, > YeKo Naing

0
75
Member Avatar for Curious Gorge

I can program with C++ though I'm just a novice at it. I'm using Microsoft's Visual Studio Express 2010 but I don't entirely understand what I'm doing. I can use a library after a great order of frustration but I would like to make this easier. Are there any web …

Member Avatar for Curious Gorge
0
286
Member Avatar for zitro10

HELP ME TO CREATE MY OWN LIBRARY SYSTEM I NEED TO LEARN EDIT, DELETE, SEARCH, SAVE. IF ANYONE CAN HELP ME??? THANK YOU IN ADVANCE!!!

Member Avatar for jhai_salvador
0
206
Member Avatar for Yogesh_5
Member Avatar for Madhukumars
Member Avatar for IconKana
0
203
Member Avatar for rasheedraj

Function Cant() Dim cnview As New ADODB.connection Dim rsview As New ADODB.Recordset Call connection(cnview, App.Path & "\Commissions.mdb", "endromida") Call Recordset(rsview, cnview, "SELECT * FROM Commi_Cus") 'If txtShaha = ("Commi_Cus" ,"Sha_no") Then 'txtCou = Sha_no + 1 ' End If End Function

Member Avatar for rasheedraj
0
252
Member Avatar for zitro10

i made a program for our library i want to add progress bar but i don't know how to do that, i saw here at daniweb some samples but i cannot understand how it flows.i cant understand the codes. Help me to understand progress bar codes, thanks in advance

Member Avatar for Stuugie
0
64
Member Avatar for jay_08
Member Avatar for PHANI BHUSHAN

Dear members, I am new to this site, I want to learn VB From the bigining. Kindly suggest me how to start. what is the basic requirements to learn VB. suggest me the best web site/books/links/material for me. Kindly do the needful.

Member Avatar for IconKana
0
119
Member Avatar for m_1

hi can someone answer my problem , at first my vb6 is working with my windows 7 32bit but i need to create a project now , everytime i copy label , textbox , checkbox etc.. it always stopped from working.(Not Responding) .. any help please?

Member Avatar for IconKana
0
135
Member Avatar for natsume57

hi good day, i am having a problem about my program (VB 6.0) i want to save data from my program to the access database (mS Access 2003) the problem is that when i try to run the program, and click the button, theres an error about insert into syntax …

Member Avatar for jhai_salvador
0
214
Member Avatar for Yogesh_5
Member Avatar for jhai_salvador
0
238
Member Avatar for abelingaw

I'm having trouble connecting to a database file on another PC. In this case, my PC is the client. Using: 1. Windows 7 32-bit on both PC's. * Same Workgroup * Connection verified using cmd (PING) * Connected using hub (straight through) * Workgroup status: Joined 2. MS Access 2007 …

Member Avatar for jhai_salvador
0
193
Member Avatar for Shodow

how to make this print fit to page my listview data doesn't fit in the page help please Private Sub PrintDetails(ByRef e As System.Drawing.Printing.PrintPageEventArgs) Static LastIndex As Integer = 0 Static CurrentPage As Integer = 0 'Getting the current dpi so the textleftpad 'will be the same on a different …

Member Avatar for oussama_1
0
366
Member Avatar for Gregd3rd

Anyone please help me., how to display selected data from database to listview using vb6, data with checkmark field. check data will be display and the not checked data will not display

Member Avatar for Gregd3rd
0
58
Member Avatar for babyluxe03

Im having difficulties in making a connection with my database. Can someone help me to resolve my problem. It says "Unrecognized database file format". I am using vb2010 ultimate and ms acess2013. :(

Member Avatar for cgeier
0
170
Member Avatar for IconKana

Hello fellow earthlings. Using VB6, I want to write a MENU program that executes exe files, or executes dll files. The MENU file should have a function that sends a parameter to A.exe, or B.dll as an example. If A.exe or B.dll received the parameter from the MENU, then they …

0
156
Member Avatar for INI

Good Morning guys, Can someone please tell me how to insert a fileopen dialog in VB? What I want is when the user clicks on a button, the program takes them to a particular directory or folder, that way they will be able to select files on their own from …

Member Avatar for IconKana
0
3K
Member Avatar for eriquetoxique

Hey guys, i have been stuck for over two weeks now on a pos system that i am creating. My form is connected to an access database but cannot update records either on the form from Access or on Access from a VB form. Can someone please help me throuh, …

0
82
Member Avatar for Hazuan Nazri

Hello, can somenone help me solve this problem? i try this code to insert my data into microssoft access 2013 database but when i insert, a new row is created with no data, someone can help me? this is my code for my save button, only date can insert. acsconn.Open() …

Member Avatar for Hazuan Nazri
0
269
Member Avatar for joshyjoy
Member Avatar for herowontcry

hi all, i am working on visual basic 6.. i am finding codes on how to ping url/ip address directly from vb6.Then, it will reply or response if there is succesfully ping or not.really needs someone help. I had try google and found codes but its provide error because it …

Member Avatar for Stuugie
0
55
Member Avatar for rasheedraj

Private Sub pre() Dim cnview As New ADODB.connection Dim rsemployee As New ADODB.Recordset Call connection(cnview, App.Path & "\Commissions.mdb", "endromida") Call Recordset(rsemployee, cnview, "SELECT * FROM commi_cus WHERE sha_no ='" & txtShaha.Text & "'") If recexist("commi_cus", "sha_no", txtShaha.Text, cnview) = True Then Call hlfocus(txtPrt): Exit Sub With rsemployee txtPrt.Text = .Fields!funa …

Member Avatar for Reverend Jim
0
71
Member Avatar for locsin

Greetings! Anybody know how to insert marquee or scrolling text message in statusbar panels using Visual Basic 6. I want to put scrolling message in my status bar anybody could help me plz. Thank you in advance.

Member Avatar for Kibepaul
0
2K
Member Avatar for maldz

im making an airline reservation system, now my question is how to do the seat reservation with different flight schedule in one form only. I dont have any idea on how to make it but i already make a form which has a 36 seats. so confusing. do i need …

0
88
Member Avatar for maldz

can you please help me on how to search multiple data and display it to my datagrid. im a newbie in vb6 and im having a hard time in coding.

Member Avatar for maldz
0
182
Member Avatar for marluke

hey..my name is marluke.. i want to know the code of Save, Edit and Delete using visual basic 6 and the database is Ms Access does any body wants to help me? please i really want to know and learn visual basic.. thanks for helping LuKeZ

Member Avatar for Mark_Jones
0
6K
Member Avatar for a.sithick

hello dani, I am using shape sql for datareport without dataenvironment conncetion towards parent-child relation ship table. But doesn't work with error. Because parent fields only accepted in my project. I am attaching my vb 6 project to your kind attention please. Option Explicit Dim con As ADODB.Connection Dim rs …

Member Avatar for a.sithick
0
844
Member Avatar for zebnoon

Hye, I have problem with Auto Generate Slip No from Database.I wrote following code to get last record but it does not give me last record. Please help me? [CODE]Private Sub Command1_Click() Module1.Connect Dim rs As New ADODB.Recordset Dim str As String str = "SELECT Item_ID FROM Entry_Tab" rs.CursorLocation = …

Member Avatar for rasheedraj
0
1K
Member Avatar for geoffy0404

hello I want a timer in my Access database form using Visual Basic I have the code dim i as integer=0 timer1= i label1.Text = "Remaining time:" + CStr(2500 - j) + "seconds" i = i + 1 If i > 5000 Then Timer1.Enabled = False commandbutton1.text=stop End If which …

Member Avatar for mridul.ahuja
0
272
Member Avatar for micca.jhai

Can someone help me?.How to alert data in Form automatically without clicking into the datagrid.I need to pop up the message box when the medicines expired without clicking in the datagrid. I have a table name inventory field names MedicineName, genericname, StockQuantity,"Expmonth", "Expday", "Expyear". here is my code Private Sub …

Member Avatar for mridul.ahuja
0
185
Member Avatar for natsume57

hi, can somebody help me? i am using visual basic 6.0 with microsoft access 2003 database i have a form that view the data from the database through the listview my problem is it says Compile Error: Method or data member not found heres my code Private Sub Form_Load() Dim …

Member Avatar for Reverend Jim
0
1K
Member Avatar for Encheiridion

hi, done some work is not finished yet but this two versions\stages are runable. and what is very helpfull, to read opinion, suggestion, critic, ideas, feelings about. here is the link: http://softwareconstructor.webs.com/ and i need to read what u think about two firsts: * tryout2 (10bm) * and tryout1 (190mb) …

Member Avatar for Jorge Cordeiro
0
193
Member Avatar for mizzrain.rain
Member Avatar for junnits23

Can anyone help me, how to make a sectioning syntax in my enrollment system. I can't think of a way on how to do it. This is my current logic. The student will input his/her General Average if it is >= 98 Then he/she is section 1. But if section …

Member Avatar for belalhamdy
0
91
Member Avatar for Alyssa_1

Sooo...I was told to start a new thread about this. So I'm trying to make a link between TextBox1.Text on Form1 to TextBox2.Text on Form 2. What I currently have is a line of code underneath my TextBox2_Change code reading: TextBox2 = Form1.TextBox1.Text This ALMOST does what I want it …

Member Avatar for belalhamdy
0
717
Member Avatar for sukanya.seluka

I am doing my final year project in college admission with vb6.0. i have completed 60% of the project.I have created several register forms for ug, pg, mphil and so on. And then i have admission register form.I have also created database for all those forms in oracle 10g. i …

0
149
Member Avatar for dre-logics

Use visual basic 2008 Form1 with a text box (ScanArtikelBarcode.txt )on it barcode scanner I use now this code to read a barcode Private Sub ScanArtikelBarcode_KeyDown(ByVal sender As Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles ScanArtikelBarcode.KeyDown ' This way I collected the scanned barcode and process it against my table and …

Member Avatar for dre-logics
0
351
Member Avatar for dre-logics

I use visual basic 2008 and MYSQL (Storage engine is innodb) Is use this code to retrieve informatie (see below) The SQL string ="select * from articles where articlenb=12345" I want to check of this record is used by een othor user in the network. Can use innodb for row-based …

Member Avatar for dre-logics
0
655
Member Avatar for leonel68

i have a windows forms with 7 texboxes, i would like to save the input into a sqwl databse , but i am having a bit of problem, this is my code: Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click Dim con As New SqlConnection("server = …

Member Avatar for Dany12345
1
3K
Member Avatar for tomas.fillipus

How can i code a program in visual basic.net that when a control for color or font is clicked the appearance of the text in the text boxes is altered according to the following rules 1. If the check box text box 1 is checked the appearance of the text …

0
79
Member Avatar for sukanya.seluka

i have a serial id, and i should fix that only 100 entries are allowed.How can i do this by code? and also how can i automatically generate consecutive numbers i.e from 1 to 100.Please help me frnds.I have to complete my project soon.

Member Avatar for sukanya.seluka
0
168

The End.