11,870 Topics

Member Avatar for
Member Avatar for rooparaj

1.Compute CRC32 checksum, write a quick piece of code that accepts the packet of data and returns the CRC. 2.How do you use the Mouse OFF event

Member Avatar for Comatose
0
198
Member Avatar for Toulinwoek

I want to create an application that consists of several "modules", each of which would be based on a database table, and will be opened either from a menu or from a button in an Outlook-styled toolbar. Obviously I'll create a "main" window, but then there will be several windows, …

Member Avatar for Toulinwoek
0
153
Member Avatar for Alfarata

No matter what I enter in the text box txtDoorSeries when I run with Debug and a watch on DoorCode it always is 1 . It does not fall through the if statements. Am I using the wrong properties? Thanks for any help. Sub DrCode() If Val(txtDoorSeries.Text) = 610 Or …

Member Avatar for N[e]tt[e]
0
188
Member Avatar for Turiya

"Invalid procedure call or argument" As I try to remove an item from a listbox call List1 I try this code... If List1.List(i) = List1.List(i + 1) Then List1.RemoveItem (i) if the list contents are identical, remove one of them but it doesn't work!

Member Avatar for Turiya
0
399
Member Avatar for indangasy

Comatose, thanks for the example you gave me yesterday. I am using Data Reports. ASsume you have a table with a Combo list with list items like Medical, Protection, and so on. I would like in the Reports to be able to show only fields which have a list item …

Member Avatar for anand_kataria
0
98
Member Avatar for Phreak

Hi, i am currently wanting to create a VBS script that will do the following in this order: run gpedit.msc then close delete the default user folder in "c:\documents and settings" delete the gpedit folder in "c:windows\system32" copy the "default user" folder from my "memory stick" to the "documents and …

Member Avatar for Comatose
0
235
Member Avatar for ceekay

Hi, I wrote a macro to open a file as Read Only, so normally even if that file is allready open it should open as Read Only no ?? Now when the file is allready open and I run the macro I stil get that stupid notification "Open as read …

Member Avatar for Comatose
0
137
Member Avatar for Comatose

[B]A Little Rant[/B] I love [URL=http://www.mozilla.org/products/thunderbird/]ThunderBird[/URL], I really do. I only have one problem with it. I have not yet found an e-mail client as good as thunderbird, and every e-mail client that I have entertained have all come short of one specific attribute that I really like. You can …

Member Avatar for OurNation
0
459
Member Avatar for manclarky

I created a macro designing a pivot table. when i copy the code into the VB application the pivot table shows a count instead of a sum!!! Any ideas why? Cheers

Member Avatar for Comatose
0
109
Member Avatar for GraveyDice

I have spent a few months upgrading a toolkit I created and is used extensively throughout our organisation of 2-3000 users. I used DTPicker controls as I found these were ideal. My beloved organisation then upgraded to XP and decided that the standard desktop didn't need this control installed locally. …

Member Avatar for Comatose
0
187
Member Avatar for NewVBguy

Hi, I want to know the date when is a file was created plus the size of the file. Can somebody show me a vb code that handle this things. Thanks in advance. Newvbguy

Member Avatar for NewVBguy
0
179
Member Avatar for samnicholls1987

Hello. I have created a logon form in Microsoft Access and now would like the let the user know if the caps lock key is pressed. Instead of when the form is loading.... i would like a message box to display after the form has loaded and when the button …

Member Avatar for Comatose
0
701
Member Avatar for arizonaslim

I'm looking for a legal copy of Visual Basic 6 Professional. Please reply if you know where I can get it (new or used).

Member Avatar for kc0arf
0
155
Member Avatar for NewVBguy

Hi, I'm trying to make a backup program but suddenly i got stock with this problem. I want to search all the .txt file in my drive c: and make a zip file on their respective folders. Can somebody share a code for this one? Thanks in advance. Newvbguy

Member Avatar for NewVBguy
0
136
Member Avatar for zenith_du

i want a print preview of the form with all fields which are placed on the form Any body can help me!!!!!

Member Avatar for Comatose
0
55
Member Avatar for haria_kishore

Hi everyone I am new to the world of VB Actually I wanted to know if anyone knows that how to validate option button For example I create 3-4 option button(radio) and would like to check if the user has clicked on any of the button and then it should …

Member Avatar for GraveyDice
0
309
Member Avatar for baboon4000

hello people, i need some help on visual basic, i am currently using the lastest edition of visual basic and access xp, my tutor said if i want to access both of them i neeed to download a serpark from microsoft, 'SP5', do you happend to know the link to …

Member Avatar for mnemtsas
0
105
Member Avatar for reezin14

I just recently purchase VB6 and was wondering if it is worth putting in the time to learn it, seeing that VB.net is being pushed by MS. Should I be trying to learn VB.net instead? I'm basically new to programming and was just wondering if VB is going to be …

Member Avatar for mnemtsas
0
278
Member Avatar for NewVBguy

Hi there, I'm trying to print an ms word file using vb. Before it will go to printer, I want the document file to be viewable but not editable. Can anyone help me. Thanks, Note: I was able to view the doc file but it is editable. I am using …

Member Avatar for Comatose
0
161
Member Avatar for Lapari

Can any body please help me with this. I don't know what is wrong here. when I run my program, only one form appear on screen. Both forms surpose to appear one after another. Or maybe something is wrong with my the code. [code] Module Module1 Public Sub Main() Dim …

Member Avatar for Comatose
0
77
Member Avatar for bennyp
Member Avatar for NewVBguy
0
113
Member Avatar for Lapari

Hi there, I am working on an assignment that I have to create a menu. The user is suppose to select the menu and change form color. But I have no idea how to that. Help please. Anyone?

Member Avatar for Lapari
0
253
Member Avatar for QB_Pete

A friend of mine wrote me a great dialer routine in VB-5. It works with mscomm32.ocx perfectly on my Win98 and XP but I cannot get it to work on my Win95. The error code is 8018 unable to dial on any commport. Operation valid only when the port is …

0
87
Member Avatar for NewVBguy

Hi there, I want to center the caption of a form and make the caption bold. Can anyone show me how to do this... Many thanks.... Newvbguy

Member Avatar for NewVBguy
0
151
Member Avatar for lostprophet

hi there, i ve got a visual basic project that is being linked to an access database. i ve already got a search function working to populate text box's with the information from one table in the relational access database. i am using the ADODC control to connect to the …

Member Avatar for NewVBguy
0
109
Member Avatar for jaso55

I really need help with putting in additional features in Excel, i also wanted to know what other codes i could put in apart from Screenupdating. I really need help as it is very important for my work. Thanks

Member Avatar for Comatose
0
92
Member Avatar for tricia

Hi, I have 2 variables defined in a code module as public which are used in the same 3 sub procedures. While the first variable is ok, when I debug, the second variables comes up "variable not defined"! Can anyone help? PS I'm a researcher using VB to design experiments …

Member Avatar for tricia
0
178
Member Avatar for bushlink

kindly assist me oh how to store voice files in an access database and later reference them as needed.

0
62
Member Avatar for Kiba Ookami

Hello all! I'm a year one programming student who is currently finishing up his first year, and heading into AP! We only really work with VB in our corse, and we're not moving too fast, so I had a question I'd hope was answerable. Is it possable to cause a …

Member Avatar for uniquestar
0
140
Member Avatar for JB1

Dear all, I have a question around the issue of using VB6 to access MS Access databases. Can VB6 be used to open access 2002, retrieve data from and input data into a table? The following code keeps on giving me the message of "Unrecognised database format" error code 3343. …

Member Avatar for uniquestar
0
226
Member Avatar for jksmithyuk

Im wondering if anyone can suggest a solution to my problem. Im simply trying to connect to a database through VB 6 and add a new record and populate one of the fields. Any help would be great. The code below throws up error message 'Current Recordset does not support …

Member Avatar for uniquestar
0
102
Member Avatar for robert_sun

Hi, guys, I have a MS access database with my contacts details in there. In visual basic, how do I get my records show on in the outlook contacts folder so that if I change one item in contacts folder, it will also change the linked record in the database …

0
90
Member Avatar for Tom Pilk

I've produced an exe file in visual basic - (recently downloaded as beta version) When I run it it will start up an excel file - runs fine on my computer but when I try it on another I get error message that dotnetfx must be installed. Can I alter …

Member Avatar for mcldev
0
152
Member Avatar for ghaney1
Member Avatar for ghaney1
0
1K
Member Avatar for cwickam

I am trying to find the best way to program a timeshare inventory. Here is the problem, one unit has the possibility of being sold annually, odd or even years. If the unit is sold for just even or odd, I then need the open inventory to reflect the opposite …

Member Avatar for cwickam
0
125
Member Avatar for esox

I have a TINY program that calculate odds for me, in qbasic! Would like to convert this into a VB .exe-file...how do I do? Here is the source CLS PRINT PRINT PRINT "Odds for 1:a"; INPUT a PRINT PRINT "Odds for X"; INPUT b PRINT PRINT "Odds for 2:a"; INPUT …

-1
63
Member Avatar for nicole0904

Is there a way to have information in quotes display in a label? If I have a sequential file with "Question one:","The answer is "A"." and I want it to display as Question one: The answer is "A". Is there a way to have it not read the "" around …

0
65
Member Avatar for echelon

I have a project due involving a problem from my textbook. In the text they want a list of all students for a carpool. They want me to get the info from an input file and print only the students from the local city (Huntley). They also want me to …

Member Avatar for echelon
0
206
Member Avatar for dimuthubas

Hi.. I have done some programs in VB6 (SQL Database). With the Crystal report (Vertion 4). Now I wanted to do these things with Crystal-9. But the procedure to pass values to “Formulas

Member Avatar for dimuthubas
0
297
Member Avatar for dexterz

I finally got the time to redesign the Visual Basic API section of my site. I added an ASP scripts to colorize the VB code to look exactly as if you were working on MS VB. I built this apps for my own personal use, but everyone are free to …

0
129
Member Avatar for tbartoli

After compiling a QBasic program, an object code file is created (.obj). My question is: How do I look at that file? I've tried opening it with a number of different programs, but all I get is gibberish. Thanks for any help....

Member Avatar for Comatose
0
114
Member Avatar for tomex

hi every am anew guy in all this stuf however i want to connect to an access 97 data base with a password through visual basic 6 however each time i try to connect it give me an error i put in the correct username and password can some one …

Member Avatar for dimuthubas
0
468
Member Avatar for dreyes67

I am a new user to VB so forgive any simple questions. I just created a tool that will display the Job Number, Requested by, Status, Group, Operator. As this database has about 50-75 requests added to it daily and with luck we process them all or 90% of them …

Member Avatar for dreyes67
0
197
Member Avatar for Seyha Eng

Hi, I have code to open program that work(on attach files). My problem is when I change code to open another file it error. Ex: Right code: Call Shell(li & "\" & "Program Files\Microsoft Office\Office10\POWERPNT.EXE", 1) Error code: Call Shell(li & "\" & "aa.pdf", 1) Error say:"Invalid procedure call or …

Member Avatar for Comatose
0
395
Member Avatar for ncc1701d

hi I need help with docking app to side of screen. Anyone have idea how to do? I have no clue. Any any terminology, code, tutorials you know of? I use Visual basic. I am NOT refering to permanent positioning with form coordinates and not talking about docking controls within …

Member Avatar for Comatose
0
171
Member Avatar for jlinden

I have a database in access that allows user to create a record that uses the autonumber to create the primary key. On occassion, the autonumber generates a key, but the user may later choose to undo the insertion of that record. This all works fine except, after the user …

0
70
Member Avatar for casterhack

Hello to all Programmer i have a problem in ADO, every time i going to load the 200,000 record in Visual Basic it so very slow, its consuming a time for 1 Minute and 30 second, what are the solution for that? in Delphi 5 its only 3 Second and …

Member Avatar for koolsid
0
83
Member Avatar for StephenHancox

Hi, Im trying to populate a listbox with 3 database fields in a row such as Name, Address, Tel at the moment Im creating 3 recordsets for each field and them adding them to the listbox but it looks like Joe Bloggs In a House 2452345 John Smith In a …

Member Avatar for Buff
-1
118
Member Avatar for nicole0904

How do I import a picture from a sequential file. I want the sequential file to have the pathname and filename and that to load the picture as the image.

Member Avatar for Comatose
0
210
Member Avatar for Sam Lehman

i was wondering if its possible to use visual studio C++ and have the programs work on linux? i just started C++ and want to clear some things up

Member Avatar for Siersan
0
85

The End.