12,425 Topics

Member Avatar for
Member Avatar for chanthung

Hi, hope everyone here is dong fine. Can anyone please help me with my coding. This is the code to fetch the book name from INPUT box and display it in a TextBox(which is limited). But I want the records to be displayed on a ListView with several others having …

Member Avatar for hkdani
-1
102
Member Avatar for singoi

Hi Friends, how can i change the columns width in MSflexgrid by code from 1.jpg to 2.Jpg I have copied this code in my Module: [I][CODE]Public Function Grid_AutoSize(oGrid As MSFlexGrid, oLabel As Label) Dim nRow As Long Dim nCol As Long Dim nWidth As Long Dim nMaxWidth As Long ' …

Member Avatar for QVeen72
0
1K
Member Avatar for baby_1

Hello agian, i have a computer on a lan (local area network) it connect to the internet via a server( a computer on the lan that allow us to connect to the internet) now i use this code to see how many datas(KB) that i sent & recived [url]http://www.planet-source-code.com/vb...42532&lngWId=1[/url] but …

Member Avatar for baby_1
0
75
Member Avatar for ais94

hey i'm ais94 i am currently a student with dubai in school we take computer science and we were handed a project to do that's how i got introduced to visual basic 6. you could do it whatever programming language you wanted to do it in anyway enough about that …

Member Avatar for ais94
0
84
Member Avatar for Moselekm

I've been trying over and over with multiple tutorials including those here and others and including provided f1 help to try and read/create/write/find-line commands (button pressing) from a Notepad file using VB 2008. Granted all these tutorials are VB 6 and lower, but I didn't think that would be this …

Member Avatar for QVeen72
0
91
Member Avatar for atman

Hey guys! Could anyone enlighten me how to draw a graphic window in c? which classes to use and maybe a basic example would be greatly appreciated. cheers!! im using XCode and i assume it doesnt have all the libs like Borland, or Visual studio... cheers!

Member Avatar for Ancient Dragon
0
63
Member Avatar for singoi

Hallo Friends, I need some help from you. i am hereby attaching some files of my project. in 1.jpeg after clicking add button the data will be automatically written in access table shown in 2.jpeg. this is the code for add button. ----------------------------------------------------------------------------------------- [I]Private Sub cmdadd_Click() Dim db As New …

0
78
Member Avatar for dinilkarun

I have given below a code snippet where i am able to generate a ppt with one slide. In a loop the followig code snippet will be passed with new "dbId" and for each "dbId" new slide has to be added in the already existing PPT as extra slides. Please …

0
78
Member Avatar for aadebayo

Hello I have a code which works perfectly with Word 2000, but causes an error with Word 2003. The error is **"Word is unable to create a link to the object you specified. Please insert the object directly into your file without creating a link."** This code attempts to create …

0
63
Member Avatar for squidd

Another problem I am looking into is the following: How does one use a command button to run private sub's (again) or (at all)? For instance if a website isn't available at the exact moment that it is being checked for certain information on it. I have it set to …

Member Avatar for kain_mcbride
0
151
Member Avatar for mailtoramesh

Hi friends, I am Ramesh. I am a B.E. Graduate. Currently i am doing "ATTENDANCE AUTOMATION SYSTEM ", mini project in VB. I am supposed to generate a new access sheet(i am using MS ACCESS as my back end tool). I tried my level best, but i can't. FRIEND IF …

Member Avatar for mushkin
0
103
Member Avatar for mr-cracker

Hello, I want to create my own script like [URL="www.anonym.to"]www.anonym.to[/URL] but with few additional features i want to use database, i believe its very easy to make but the problem i don't know php, i can write in visual basic and c++ but not php, What do i want?? to …

Member Avatar for PomonaGrange
0
159
Member Avatar for Ex.Zed

Hey! I'm currently studying Visual Basic and I thought it would help me to register on a site like this so I can gain better insight into how programming and coding works. I hope that maybe you can answer my potential many questions.. This site seems to have a pretty …

Member Avatar for jbennet
0
5
Member Avatar for pentahari
Member Avatar for jbennet
0
109
Member Avatar for denine

anybody can help me to fix my counter. until now i'm still stack on this error. [U]counter[/U] For i = 1 To grd.Rows - 1 With INV If grd.TextMatrix(i, 0) = INV!ProdCode Then .Edit !Quantity = !Quantity + Val(grd.TextMatrix(i, 3)) .Update Else .AddNew !ProdCode = grd.TextMatrix(i, 0) !ProdName = grd.TextMatrix(i, …

Member Avatar for denine
0
128
Member Avatar for squidd

This is a VB6 question. I seem to have a problem with a form that should be unloading or at the very least become not visible. For whatever reason when another form is shown (form2.Show as an example) or made visible (Form2.Visible = True, next line would say Unload Form1 …

Member Avatar for squidd
0
195
Member Avatar for Mahali

I made a report in vb6 by using of Crviewer component but I can't change the orientation of this to portrait and it seems it is just landscape!?How can I change it!? Is there any property for the orientation of Crviewer? Thank you. --- Regards Mahali

0
50
Member Avatar for schuchz

please help me on visual basic 6.. i need a sample program on how to upload and retrieve images to and from ms access 2003 database.. its like if i want to upload an image, it will make a copy of the image taken from the dialog box to a …

0
68
Member Avatar for baby_1

Hello dears I want to take how many KB Datas i recived and sent with our connetion ? for example: when i download 2.5 mb file i recived 2560 KB Could you give me a source code?

Member Avatar for jbennet
0
94
Member Avatar for shobana2422

hi on pressing f1 i wan my vb5 app to open the chm help file. in project properties,for helpfile it accepts only.hlp files so is there anyway that i can make my chm file open on pressing f1. i used the keydown even but its not working. could anyone please …

Member Avatar for jbennet
0
60
Member Avatar for helloan

Hi I'm completely new to using VB in excel, but could someone help me fix my program. I'm supposed to find the roots of the equation denoted as func using the newton raphson method. Currently I am not getting the correct roots and the range of values which can be …

Member Avatar for arghasen
0
135
Member Avatar for nor_d83

Hello everybody... I'have bound a database to my form, and it displays the record of some fields from my database. I want to make the displayed record so that it can be searched by clicking the "find" button by the related searching categories. Below are coding that i've used.. [Private …

Member Avatar for nor_d83
0
173
Member Avatar for astroboy_x4

Hi, has anyone tried to download files from FTP using VB? I have tried using an FTP control for my project, my problem is I can't recursively search for files within subfolders, I tried using FSO but it doesn't work since the path from the server are something like this …

Member Avatar for Dot Lexine
0
209
Member Avatar for reyuma2002

Please guys i need help with this. I am conversant with VB but i don't understand how am going to interrellate the Mobile phone and the Server to enable them to communicate. Can someone explain to me what steps i should take i don't mind if i could see a …

Member Avatar for wire2air
0
317
Member Avatar for realone

pls help job at stake!! An image is stored into database using delphi with a back end Access.This images were imported into sql server.Now i want to display the image using vb6.Please help with the code

Member Avatar for VIeditorlover
0
541
Member Avatar for geethanjali_man

Dear Friends, I have an excel VBA project which needs to be implemented into VB -6 with backend SQL server. The CITI & Chase bank statement can be downloaded in excel format and the macro file could capture the required data from respective bank statements. I am not sure how …

Member Avatar for sierrainfo
0
77
Member Avatar for imagetvr

I Wish to pass parameter to Crystal Report. I have Access data base one table named student. I with to select range of data's from that table field named "rno" i am using visual basic 6 I used following code to view crystal report ================================================ Set rs = New ADODB.Recordset …

Member Avatar for sierrainfo
0
166
Member Avatar for DeathsBane

im having issues with looping. This program needs the user to enter the upc and quantity then store the information then loop through the entered upc's and display the information. all i can get it to do is repeat the first entry 5 times. any advice would be helpful. I …

0
32
Member Avatar for pankaj1980

sir, I'v attached the jpg file. & i want print the same page by coding...... plz help me........

Member Avatar for kain_mcbride
0
128
Member Avatar for locsin

Greetings! Anybody know to make numbering in print report. I want to put numbering in my print report. All employees are have diffrent project location. I want to print report per location. example. No. Employee NUmber Name 0001 Noli Locsin 1175 Alvin Patrimonio 1176 Keneth Durendez Now, My report printing …

Member Avatar for kain_mcbride
0
91
Member Avatar for pardeep3dec

Hi friends, I have so many forms but i want to load a form in place of current form but i am unable to do. Please help me. Just like visual basic 6.0 go to project ->properties->startup objects but i am not found in VB.NET Thank you

Member Avatar for reena12
0
103
Member Avatar for daniiq8

Having trouble understanding the assignment please help me. Thanks so much. the assignment is available here: [url]http://is.cba.edu.kw/230/Assignments.htm[/url] it is assignment # 5 Thank u so much.. I am very confused and lost.

Member Avatar for kain_mcbride
0
190
Member Avatar for realnapstar

hello all i am facing a problem when i try to add new records in to data base. first of all my tech details are given below Front end - vb 6 Back end - Microsoft SQL Server 2000 i am connecting to sql through ADODB connection ( through code …

Member Avatar for realnapstar
0
2K
Member Avatar for quenestil

Hi, im doing a program in VB and i want to print my clients information. But i dont want to print a printscreen of the form, i want to print a list of all my clients on a page design by me, i know that is possible to design the …

Member Avatar for kain_mcbride
0
320
Member Avatar for meirmark

Hello. I have a problem sending a string to a serial port. I am using the MScomm to control a motor . to get a full status form the motor I need to send the strng "R01 99" and a CR LF. when I use MSComm1.Output = "R01 99" & …

Member Avatar for meirmark
0
113
Member Avatar for intellogo

Hi.. I have a table: PROFESSOR in ms access, that has 2 fields: "Name" and "Location". The table has 10 records. And i have made a vb form with a combo box that will show a list of available locations from the database table, when it is dropped down. So, …

Member Avatar for bruce2424
0
451
Member Avatar for abu taher

I work in a project with 12 chekbox(12 monthname) and a textbox. when I check a box a month name like "january" show in textbox. when I check another checkbox "February" show in that textbox after january. like "January February" as like same 12 checkbox. but when I uncheck any …

Member Avatar for kain_mcbride
0
144
Member Avatar for jonabie

is it possible to make a program in VB using 20codes??? because i usually make programs but i can only do 5 to 10 codes... please help me....

Member Avatar for debasisdas
0
75
Member Avatar for sacarias40

i need to have 14 string items in a combobox each item needs to have a different value but the same variable, how would i do this. im new to programming. help would be apreciated much. thanks!!!!!

Member Avatar for sacarias40
0
102
Member Avatar for mgorecki

Hello, The file name I want to use is always different, though the directory path name is the same. How can I get the variable to see the same directory path without throwing in the extra quotes? For example, I enter DE000000 for the drawing number. ScriptFileName = Drawing_Number & …

Member Avatar for SCBWV
0
87
Member Avatar for SOW

Hi, I have a vbscript which calls a batch file. Now I want my vbscript variables to be passed to batch file. Is this possible? Please assist Thanks, SOW

Member Avatar for mgorecki
0
866
Member Avatar for edouard89

Hello everyone, I was not sure where to post this as it is regarding VB Scripts. I have a script that when run with the proper command line arguments will ask the user to input text and later write that text to a file. The following code is giving me …

0
48
Member Avatar for quenestil

Hi guys im new to programing, i never programed before but with alot of work and dedication im doing in visual basic 2008 express edition a litle program for a family company that i work with. Is not a comercial program is just a program to have some management on …

Member Avatar for quenestil
0
105
Member Avatar for les2008

I have designed a program in VB 6, and the problem I need help on is whenever I log off and log back on, all of the windows in my program are blank. How do I refresh them?

Member Avatar for les2008
0
132
Member Avatar for Tekito

I'm trying to write a program in VB2008 that uses a 2003 Excel spreadsheet as the interface. To help with this I am trying to pass data to and from macros inside the spreadsheet. I call a macro from VB with this line: [CODE] Call gXLApp.Run(gwbTB.Name & "!ArrGather", gArr) [/CODE] …

0
83
Member Avatar for mgorecki

Hello, I'm tring to set a string variable to be a path and filename to a certain file. I need it to look like: (load "S:\Tools\Tools_Subfolder\MyStuff\\test.txt") But when I try this command: LoadCommand = "(load \"S:\Tools\Tools_Subfolder\MyStuff\test.txt \")" I get: Compile error, Expected End of Statement The cursor highlights the S …

Member Avatar for mgorecki
0
124
Member Avatar for smnadig

Hi All, Can someone suggest me how to solve the following issue? I have an Excel(macro enabled) consisting a registration form. Based on selection of a certain field, some chosen fields have to be disabled. Example: I have 2 forms , employee and vendor maintainance forms. Based on choice of …

0
101
Member Avatar for hamed.rahimian

i need help about COMMAND and PARAMETERS Object in ADODB in Visual Basic 6.0>>>> i have some code that uses command and parameters object. ADODB connection is connected to a access.mdb file. all parameters are constructed in a stored procedure in sas.mdb before. I've declared more than one parameters in …

Member Avatar for QVeen72
0
272
Member Avatar for s0312001

:sad: Hello guys, This is my first topic in this forum.. I need your help, I am trying to develop an Arabic voice recognition application using vb 6, does anyone know the code or what add on I should download, I am a total beginner… ((All I want it to …

Member Avatar for tigerwolf
0
1K
Member Avatar for gggchurch

I've searched for an answer but cannot find one so excuse me if this has been answered. This is in Word 2003. I have a two column table. The macro in question runs from the right column, selects the name of a file from the same row left column and …

Member Avatar for gggchurch
0
102

The End.