10,992 Topics

Member Avatar for
Member Avatar for ranjani_anu25

I want to display a table in a VB form and display the records fetched from an SQL server table in the table in the VB form. how 2 do dis?

Member Avatar for vb5prgrmr
0
115
Member Avatar for alaa.chemical

i need the source of printing a rhombus in the following shape by **** in vb6 ______________* _____________*** ____________***** ___________******* ____________***** _____________*** ______________*

Member Avatar for vb5prgrmr
0
113
Member Avatar for alaa.chemical

hello every one am new in this forum and i need the source of printing arhombus shape by *** i use vb6 the shape * ** *** **** ***** **** *** ** * please i need the code quickly please

Member Avatar for vb5prgrmr
0
92
Member Avatar for VINOD_2553

Hi i just have problem in my software i just want to apply more then one condition in my quary which is joined "and" operator plese helpe me by given an example(coding) it is very urgent

Member Avatar for vb5prgrmr
0
105
Member Avatar for R_K_Sarma

I have tried following code to open an existing excel file. the code gets executed but the excel file does not appear on the monitor please help. Dim xlTmp As Excel.Application Set xlTmp = New Excel.Application xlTmp.Workbooks.Open "L:\FormsNRegisters\Accounts\Bill_Forms.xls" Dim xlSht As Excel.Worksheet Set xlSht = xlTmp.Sheets(1)

Member Avatar for R_K_Sarma
0
117
Member Avatar for TheCodeHunter

Hi Hope you can help because its driving me up the wall. I've made a program that can add 4 items in a row in a list box, for instance Item Make Guarentee qty Price toy car rover 1 1 £45.00 monkey monkey 2 1 £65.00 total: £100.00 The problem …

Member Avatar for jlego
0
99
Member Avatar for coollife

ex : while asp web project is running , i have an option for the user , if the user presses F8 key in index page he will be redirected to login page In the same way while vb application is running i should be able to capture the key …

Member Avatar for jlego
0
90
Member Avatar for freesoft_2000

hi everyone, I would like to ask you all a question is that when you do a wysiwyg printing in visual basic the console window opens when the button to print is clicked. basically what i am trying to say is there a way to make the console window not …

Member Avatar for jlego
0
81
Member Avatar for aakashkumar
Member Avatar for JohnKelly

I use the SHBrowseForFolder to select a Folder to store files. It all works fine however the window that is loaded with the directory tree is very narrow and difficult to easily navigate to the appropriate folder. Is it possible to allow the user to increase the size of this …

Member Avatar for ghimangi
0
145
Member Avatar for ivankenny

hi guy need help about thermal printer I've tried using data report but once the list get to long the printer start to get errors need help need idea on what to use for long printing list for POS

Member Avatar for vb5prgrmr
0
89
Member Avatar for stigmatized
Member Avatar for sandipdandel
Member Avatar for pri1
0
60
Member Avatar for iriz

HI All, I am trying to make an inventory/sales database in Access and VB6. Its for my computer store. Here is the case: Usually we have sales offers in our store. For example, for a complete PC system, we have different offers depending on hardware. Usually the price range changes …

Member Avatar for abu taher
0
169
Member Avatar for kong_quints

Please help me... i am trying to figure out how to control the power supply of a certain USB port using VB6.. i improvised a Locking device which is USB mode.. and when the locking device attached to the PC via USB, it will Lock and how can i cut …

Member Avatar for selvaganapathy
0
115
Member Avatar for swillywilly

Hello I have just purchased a book on Macros made easy and what I were looking for isn't available But here is what I want to do; I want to use a Macro to name a file in the following format; yyyy-mm-dd_filename_author Basically I run a Information Management System and …

Member Avatar for cguan_77
0
73
Member Avatar for jtok

I am working in VS2008. I use vb.net and asp.net. MS SQL2005 as database server. Occasionally when two sets of data are inserted at nearly the same time, I find that one has "stomped" on the other, over-writing it's data. The inserts are done via a stored proc using SCOPE_IDENTITY() …

Member Avatar for Oxiegen
0
182
Member Avatar for Nithya.S

Hi, Am new to VB. Can anyone tell me the code to import data from a DB table and display it in a farpoint spread control 3.0??? VB6.0 code is reqd., thanks in advance.

Member Avatar for ratheeshpranava
0
1K
Member Avatar for Shilparani

Hello all, Im using below code to change the command button icon at run time. When the form is loaded button's icon will be showing but again icon will disappear when focus is changed to other controls on the form. Icon will be shown whenever focus is on that button. …

Member Avatar for ratheeshpranava
0
2K
Member Avatar for priscalyn

please help me with some vb codes to update about thousand record in the database.i.e. changing all one to two and moving all threes to a different table in the database. 2.Also a code to select all in a listbox

Member Avatar for abu taher
-1
96
Member Avatar for neosonic

I have one big picturebox of the house plan. for the sake of example, assume it is 1600 * 1200 pixels. And on the most top and left of that house plan (position top 0 and left 0), I have another small picturebox of desk (let's say, 30* 30 pixels). …

Member Avatar for vb5prgrmr
0
121
Member Avatar for joe archer sr

on a form in access, I open up a rst and want to send a report to all in a database table list. It all works and opens outlook and will send it but, it shows the security thing>>> after I click "allow", it goes ahead and puts the 1st …

Member Avatar for debasisdas
0
92
Member Avatar for Matt3144

i have made a program which stores a number of record files and need to alanyse financial records of a company and display certain information in graph format so can anyone help me with the basics of graphs which a can manipulate please.

Member Avatar for debasisdas
0
101
Member Avatar for cool5_1

. Write a console application to find the maximum number out of N numbers entered by the user. The working order is as follows: 1. The user says I want to give 10 Numbers 2. The program inputs 10 numbers from the user 3. The program displays the largest number …

Member Avatar for Nick Evan
0
151
Member Avatar for cool5_1

. Write a console application to find the maximum number out of N numbers entered by the user. The working order is as follows: 1. The user says I want to give 10 Numbers 2. The program inputs 10 numbers from the user 3. The program displays the largest number …

Member Avatar for Nick Evan
0
248
Member Avatar for Rombosia

Hi, I have a C++ dll with a header having the following struct: [CODE] struct TData { DWORD m_Command; BYTE m_Option; char m_Message[300]; }; [/CODE] The dll also has a callback function MessageReceived that takes TData as a parameter. The function fills in the m_Message with some data and returns. …

Member Avatar for selvaganapathy
0
1K
Member Avatar for Geek_Cyborg

hello, i want to read and store a specific line of Multiline TextBox in a simple TextBox. for eg, TextM is Multiline TextBox, And Text1 is simple TextBox i want to store 3rd line of TextM to Text1.. please help in coding

Member Avatar for vb5prgrmr
0
53
Member Avatar for Nithya.S

Private Sub Command1_Click() Dim a As New FileSystemObject a.CreateTextFile "D:\Documents and Settings\nithya.s\Desktop\Medius.txt" a.OpenTextFile "D:\Documents and Settings\nithya.s\Desktop\Medius.txt", ForWriting, True Dim b As TextStream Set b = a.OpenTextFile("D:\Documents and Settings\nithya.s\Desktop\Medius.txt", ForWriting, True) b.WriteLine "Nithya,324,Raman,330,Sai,314,Raja,357,Balaji,349,Anand,336,Sasirekha,335,Shivakumar,751,Senthil,733,Sampath,735,Kalyani,395,Ganesh,313,Mahu,304,Thiru,303,Zuhaib,339" b.Close a.OpenTextFile "D:\Documents and Settings\nithya.s\Desktop\Medius.txt" Set b = a.OpenTextFile("D:\Documents and Settings\nithya.s\Desktop\Medius.txt", ForReading, True) Text1.Text = b.ReadLine End Sub …

Member Avatar for vb5prgrmr
0
118
Member Avatar for saadsaidi

Hello all, A friend of mine developed a program using vb 6 using an "MS Access" database. he used ODBC to connect the users to database over network. The problem is he needs to connect 20+ computers to this program, and all computers are equipped with winxp sp2, that as …

Member Avatar for vb5prgrmr
0
201
Member Avatar for marwaasem1

please is there any one have knowledge in visual basic and networking spesially subnetting ineed aprogram to build vlsm(variable length subnet mask)calculator from site [url]www.vlsm-calc.net[/url] can any one help me please quickly. thank you.

0
36
Member Avatar for johnGIS

Hi guys please help me learn VB 5. Am very new in this . If anyone can forward me some starter tutorials i would be very grateful

Member Avatar for abu taher
0
93
Member Avatar for Nithya.S

Hi, I want keypress event sample code.. I have a textbox and I want only numbers to be allowed inside the textbox.. help me out plz..thanks in advance. I tried: Private Sub Text1_KeyPress(KeyAscii As Integer) If (58 > KeyAscii > 47) Then Else MsgBox "Enter only Numbers" Text1.Text = "" …

Member Avatar for selvaganapathy
0
214
Member Avatar for kavita patil

hello, I want to apply concept of Net Protector or like that in my application. so plz help me how can apply that concept i.e my exe. place only one PC at time. When after formatting or uninstall exe. then 2nd time they also not install my exe on same …

Member Avatar for vb5prgrmr
0
81
Member Avatar for misstrouble

How do I assign a macro for a selected check box in one worksheet and copy the entire row onto another worksheet? What should I do if I have selected some rows and I want all of those selected in the check box appear on the new worksheet? Anybody out …

Member Avatar for misstrouble
0
175
Member Avatar for gurutheja

hi i am Raghavendra. I dont know anything abt how to connect to oracle (sql) from VB 6 . could u plz let me know d steps n d code for executing the queries. its very urgent plz let me know

Member Avatar for azizulkhn
0
391
Member Avatar for Lida_pink

How can I stop shape after 5 seconds of moving? I know how to move it and how to stop it but don't know how to make it stop IN 5 SECONDS. This is the rest of the code that I have done but the 5 seconds part is still …

Member Avatar for jlego
0
79
Member Avatar for coollife

I am fetching the url of internet explorer browser ex: [url]http://google.com/accounts/service=orkut[/url]............................. for orkut.com website but for every page visited inside the orkut website urls keep changing So i was wondering is there any through which a website can be identified uniquely like ip address, or any text scanning or any …

Member Avatar for jlego
0
107
Member Avatar for jlego

in vb6 the most efficient/fast way to test if a variable/object was empty was to use [code] if lenb(x) = 0 then [/code] instead of using if x = "" in .net len(x) works, but is there a more efficient way?

0
74
Member Avatar for Geek_Cyborg
Member Avatar for vb5prgrmr
0
105
Member Avatar for peac

how do i wite a progaram in visual basic 6 that contains a general sub procedure thats finds a numbers squared number and it aslo contains a general sub procedure thats shows the squared numbers(positive/negative) on the screen

0
38
Member Avatar for mcatest

I want to set timer to count down from 40 mins, then messageBox("Time is up"). How do I do this? Thank you. <FAKE SIGNATURE>

Member Avatar for aka_amboy
0
162
Member Avatar for mikeybware

Hello, I am relatively new to posting in forums, so forgive me if I posted in the wrong area. I am having difficulty with saving changes made to my database. First of all, I can create a patient in the database (MS Access), and save their contact info no problem. …

0
63
Member Avatar for mikeybware

Hello, I am relatively new to posting in forums, so forgive me if I posted in the wrong area. I am having difficulty with saving changes made to my database. First of all, I can create a patient in the database (MS Access), and save their contact info no problem. …

0
68
Member Avatar for skateatvu

Hi My name is Lin Freeman,im 14 years old and live in Baltimore Maryland.I really want to learn about visual basic 6.0.Ive bought one book and read it and read it well.It taught it the basic and how to write code but i didnt understand the code part very much …

Member Avatar for vb5prgrmr
0
103
Member Avatar for manoj.dani

Hi All I Have a Weight Scale machine of sartorius company it is attached on comm1 with my pc how i get the weight from machine in VB6 Manoj Dani

Member Avatar for vb5prgrmr
0
68
Member Avatar for amadarohan
Member Avatar for Rentier

I have a USB device (analog-digital converter) and DLL library for it (mDAQ.h, mDAQ.lib and mDAQ.dll). Can I use functions of this library in VB? How it may be done?

0
99
Member Avatar for ksenthilbabu

Please Help me, We had a Software application Developed using VB6 with MSSQL SERVER2005 as Database(Remote) in [url]www.znetindia.com[/url] our web space provider , the application was working properly until they upgraded the Server configuration, Now we are not able to connect with the database using the normal OLEDB connection String …

Member Avatar for akhilesh12
0
2K
Member Avatar for Geek_Cyborg
Member Avatar for Geek_Cyborg
0
2K
Member Avatar for asaness

hi to all! i need some help. My problem is how to code the terminating current process, actually it is like a task manager. i hope somebody will answer my question. thanks to all...

Member Avatar for aka_amboy
0
128

The End.