vba x 200

12,155 Topics

Member Avatar for
Member Avatar for munshe916

I have an application developed in VB6 (with service pack4) intalled on Windows XP (with Service Pack 2.) We have some reports which were created on Crystal Report Professional Addition Version 9. I have written following code to run the report from VB application: CrystalReport1.ReportFileName="C:\Sample\Employee.rpt" CrystalReport1.Action=1 CrystalReport1 is the name …

0
61
Member Avatar for pkatt_2003

Hi, I am using MS access database with ADO control in VB. I want to display only those names in the combo box when I type a first letter in the combo box using visual basic. For Eg, When I type letter 'm' , the combo box should give a …

Member Avatar for Kees Baltus
0
162
Member Avatar for sm_amuda

Hello to all I am calling a sql stored procedure in VB. If we pass the Parameter as '1' then we have to add the item in listbox, the value is updated else list box should be empty.how we have to write the code for this with regards sma

Member Avatar for sm_amuda
0
72
Member Avatar for pranavdv

hello, i have to open excel file from vb application. i want to update excel file from vb if i modify some value from vb application. but i dont want msg from excel that "Do you want to save changes in this file?" please guide me Thnaks n Regards from …

Member Avatar for Kees Baltus
0
163
Member Avatar for Arrow203

Hey all~ I was just wondering.. Is it possibal for my app to run a disk scan to look for the files that I had put into each location? Like if i wanted to install it onto several other computers that may have altered settings i just run a scan …

0
209
Member Avatar for dase

i do have a VB6 software but with no Data Projects Templates and ActiveX Controls. this has made it difficult for me to continue with my design as it could have been easy with templates. anyone to help in regard of what to do. my project need to materialise by …

0
61
Member Avatar for Ved_TheOne

[QUOTE] Private Sub Ok_Click() GotoURL ("http://www.sigpune.com") End Sub Sub GotoURL(URL As String) Dim Res As Long Dim TFile As String, Browser As String, Dum As String TFile = App.Path + "\test.htm" Open TFile For Output As #1 Close Browser = String(255, " ") Res = FindExecutable(TFile, Dum, Browser) Browser = …

Member Avatar for jbennet
0
94
Member Avatar for IgniteTCS

hi. i would liek to know how i could make my vb project recognize the end of the slide show, so that, i can call another slide show once it ends... is there a way i can loop the slide show through visual basic, without needing to open the ppt …

0
73
Member Avatar for Spycat

Hi, As the title would indicate, I know a lil about PHP, but zero about ASP. I was having problems with spam from one of my forms, and one solution I did was to have a form field I named "message" that is hidden. Humans can not see it, and …

Member Avatar for Spycat
0
203
Member Avatar for hacker_hack

hi i speack frensh i am sorry for my english je suis un programmeur debutant dans le domaine de yahoo je veux un code source ou bien une tutorial comment connecte a yahoo sous proxy je sais comment ça marche sans proxy merci d'avance i am sorry:p

Member Avatar for grunge man
0
101
Member Avatar for jsm2700

I have a VB4 exe application that I have used every once in a while for years (PMTherm.exe – it’s a freeware program available off the web). Suddenly, it no longer works. When I try to start it, I get a message saying “Not enough room to allocate control array”. …

Member Avatar for PVBert
0
112
Member Avatar for Ved_TheOne

hi, i want to write a code, which helps me to move up or move down the elements inside the list box at the click of command button i have made use of 2 listbox's, one list box if filled with all possibles images, then at runtime user adds or …

Member Avatar for PVBert
0
648
Member Avatar for Herry_Liminto
Member Avatar for JohnKelly

Can anyone out there help. I have an application that reads and sends realtime data from RS232 Ports on the PC. It uses the MSComm control to access the Port. It has all worked fine until one user added USB/Serial Port box which gives 25 RS232 Ports. MSComm will not …

0
69
Member Avatar for Ronin_paes

Hello to all vb community members, I am quite new to vb6.0 and i am stuck on a little bit of problem,if any of u people can help me there,it would be wonderful and i will be thankful to u. now the problem, I have a textfile by the name …

0
53
Member Avatar for paramasivan

Hi to all, I have a VB code to draw chart on excel sheet and then export it as a gif image.. The code works fine.... But a progress bar while execution of export function is there.. I don't need that Porgress bar.. Any way to do this, if any …

0
74
Member Avatar for intellogo

Hi.. I have a new situation here...with CR 11 and VB6 ============================================== CRYSTAL REPORT 11 Report Designer part ============================================== I have designed my report in Crystal Report 11 product using the Report Designer. And i have NOT used the standard wizard that pops up for designing the reports. STEP 1: …

0
71
Member Avatar for Achilleas

Hello I'm a civil engineering student and I don't know much of programming. I have to make a program [in Visual Basic] to identify if a certain spot with known coordinates is placed inside a the known polygon of a road. The coordinates of the polygon consisted by the road's …

Member Avatar for waynespangler
0
150
Member Avatar for IgniteTCS

pls help me.. how do i open a ppt or pps thro vb in such a way that the file name is given by the user, that is the file name is not specified in the code, it will be accepted in a textbox. how do i write the code …

Member Avatar for IgniteTCS
0
151
Member Avatar for Smooth_411_2000

HOw do i create a batch file that opens programs and installs updates for a person with out any user interface I need it to know when to click next and how to enter product Codes how do i do that.

Member Avatar for Ved_TheOne
0
132
Member Avatar for JamesDT

I am trying to create a new table in an Microsoft Access Database. I have already used Access to create a Database called "GRADEBOOK.MDB" I also have used Access to create a couple Tables in the Database. I would like to use VB2005 to create new tables and update columns …

Member Avatar for PVBert
0
119
Member Avatar for JamesDT

I'm using the free Microsoft Visual Basic 2005 Express Edition My problem: I have a main form with my options (save, open, etc). I have a form to handle my Open (I'm opening multiple data-tables) and use a masterList.txt to keep track of my current data-tables, and display them in …

Member Avatar for PVBert
0
117
Member Avatar for christiannmandi

Hello everyone. I am new to this forum and new to visual basic. I am writing a program and all is well except for one problem that I cannot get over.. I have a integer, it is random... I need to convert it to a string so I can put …

Member Avatar for PVBert
0
163
Member Avatar for magicbus

how dow I remove the item i added without clicking other items on the list i have 3 items each with own cmd's to add to one list. the problem is I only want my cmdremove1 to remove the item cmdadd1 added, to remove cmdremove2...cmdadd2 addded so on

Member Avatar for PVBert
0
81
Member Avatar for buen

Hello everyone, I just need help to finish my project. I'm having trouble with the crystal report. I need to code Date for searching purpose in Visual Basic. I only know in String and when It comes to Date there's no record. Pls help me.. This is my sample done …

0
56
Member Avatar for Nelly1965

My aim is to write code to cycle through all the documents in a particular directory. Each document requires text and bitmaps inserting and then moving to a new post-processing folder. Can anyone provide me with a solution using VB6 code. I do not know how to access a list …

Member Avatar for Nelly1965
0
94
Member Avatar for jsm2700

How can I determine what Windows 2000 is running in 16-bit memory space? I have used a VB4 application for years that no longer works. When I try to start it, I get a message saying “Not enough room to allocate control array”. VB4 is a 16-bit program. I’ve been …

Member Avatar for MidiMagic
0
126
Member Avatar for IgniteTCS

pls help me.. how do i write the code for increasing and decreasing system volume in vb during the run time according to certain input from serial port? that is, based on the input given in serial port, the volume should increase or decrease accordingly on its own when i …

0
79
Member Avatar for ruthboaz

Hi, I have to create Graphical charts and text format reports from Visual Basic 6. This will run as a batch program. The data is extracted from different databases in SQL Servers. Pls assist for writing Graphical Charts and text's into MS word from VB6 Code. Thanks & Regards. Ruth.

0
65
Member Avatar for HLA91

Hi I am totally new to vb and I saw this script which should open my D drive until I enter the password which is "me" but even when I enter "me" it still opens my drive why? Thankyou HLA91 [code] Dim Msg,input,strFlag Msg = "Who's the man ?" strFlag …

Member Avatar for Member #82766
0
100
Member Avatar for intellogo

Hi, I am new to Crystal Report 11 and having some serious issues. Thus i require some assistance. I have designed my report in the Crystal Report 11 product and saved it with a .RPT file extension. I have my Visual Basic 6 project ready except for the reports. I …

0
80
Member Avatar for arvin2006

hello to everyone.. i just wanna know if somebody knows how to connect coin slot machine to the pc's parallel port.. or any idea, concepts, you can give me. thanks for all the responses. i will appreciate it. GOD BLESS

0
74
Member Avatar for gyan_78

I am developing a software in VB 6. In one client machine when we click a Save button it gives a error 7 out of memory. Please help me. provide me the solution:rolleyes:

Member Avatar for mechbas
0
40
Member Avatar for satavmm

i am doing project for online signature verification , if some one know how to apply gabor filter on signature sequence. then please help me

0
59
Member Avatar for paramasivan

Hi to all thread viewers, I need to build a chart on DATA REPORT in accordance with data from Database.... Any way to do this? If any please help...

0
81
Member Avatar for imtiazbasra
Member Avatar for carmaniac
0
65
Member Avatar for Smooth_411_2000

How Do I create a login file and use VB 6.0 to open it. I need to code it differnetly so that the cd when burned login file won't be recognized. Can someone help me out thanks

Member Avatar for Comatose
0
108
Member Avatar for dmm2020

I hit a stumbling block. I am working on a ancestral research type database and I want to link different records together. Here is my scenario so far: datPrimaryRS is an adoc that is pointing to the Person table. datNameSourceRS is also pointing to the Person Table. This is used …

Member Avatar for overrideme
0
385
Member Avatar for carmaniac

Hi all, I got a SELECT QUERY name "Q: Naming Assignments" in MS ACCESS which do the naming assignment for all the products in my company. In this query, i inner join several tables comprises (T:Supplier Code, T: Manufacture Date, T: Country Code, T: Material Code, T: Assignments , T: …

Member Avatar for QVeen72
0
80
Member Avatar for RossSCann

Does anyone use MFC? I have a problem executing graphics functions. [code] [COLOR=#0000ff]void[/COLOR][COLOR=#000000] CMainFrame::OnTimer(UINT idEvent)[/COLOR] { idEvent++; //when a time event occurs do some pointG2.y-=3; //graphics pointG=pointG2; TimerEvent(); [COLOR=#008000]InvalidateRect(NULL, TRUE); //to call [COLOR=#000000]OnDraw[/COLOR] [/COLOR]} [COLOR=#0000ff]void[/COLOR][COLOR=#000000] Csail_boatView::OnDraw(CDC* pDC)[/COLOR] { //graphics functions here //they compile OK //OnDraw is called by the even …

Member Avatar for RossSCann
0
136
Member Avatar for seanx

[B]hello,,,, pls help me ,,, I need some VB Programming about Priority Scheduling Preemptive,,, [/B][B]preemptive priority scheduling with gantt chart tnx.. tnx.. seanx [/B]

Member Avatar for seanx
0
105
Member Avatar for bakerybum

Hi All, I'm new to the forum....med programming experience. I've built a database application in VB4. It works fine in the VB environment. As soon as I convert it to an EXE and install it on my PC at work - it stops working. The first forum (password forum) opens. …

Member Avatar for Vic@Viev
0
340
Member Avatar for Dawmah

I need to read records that I created, written to a .txt file using a code and I d like to know how to use EOF in the code to get the programme to read till end of file, and to display them all as I click next. Code for …

Member Avatar for WaltP
0
95
Member Avatar for jaigurudev

dear sir, plz help i am in a thick soup. i am a student in my final semisters of IT and i need to develope a software for my project. Actually i wanted to devepelope a software for the automation of a restuarant. i have learnt VB and i know …

Member Avatar for Comatose
0
109
Member Avatar for Maritime

Hello, anyone can help me to complete special grids on picture box. My program is running, but drawing is not so fast !

Member Avatar for Maritime
0
81
Member Avatar for skyzone

hai...i'm a final year student, so i must finish my final project..my final project is serial port interfacing using visual basic 6.0...so i can't solve my problem to create a comm port setting..my output is led and this is also my problem because i can't run my program..anyone can help …

Member Avatar for harry5341
-1
137
Member Avatar for maznil

I want build a staff information system use visual basic as a interface and microsoft access as a database. Please some one help me.

Member Avatar for Comatose
0
98
Member Avatar for GENERAL GUEVARA
Member Avatar for Comatose
0
117
Member Avatar for thehill

Windows installer keeps popping up trying to load a service pack for visual basic. I went into the registry and deleted the keys that had the file name and this stopped it from trying to actually load the patch. But it still keeps popping up. A search for files found …

Member Avatar for FatCamel
0
185

The End.