16,916 Topics

Member Avatar for
Member Avatar for WhYuLoOkIn

[COLOR=#0000ff][COLOR=black]I am using Visual Basic Express, I hope you all still can help me. This program is used to calculate a cars speed related to speed limit. It has two user inputs, cars speed and speed limit. It will calculate any two digit # and one digit #, but when …

Member Avatar for WhYuLoOkIn
0
102
Member Avatar for kshamasb08

Hi, I am beginner of VB. Now I am working on VB 6. The project that I am working was working properly. I have added another form to that project. While inserting text box values into the database it is giving error 424- object required. When I insert the values …

Member Avatar for QVeen72
0
87
Member Avatar for yuni
Member Avatar for QVeen72
0
116
Member Avatar for ikhalid

i am integrating Encryption/Decryption Software (PGP) with VB6 COM Add-In application.....i need to find out the version of "PGP" software programmatically....much obliged if somebody help me out.....Simply speaking how can we find version of a "Software" installed on our computer using VB6 programming. Thanx

Member Avatar for ~s.o.s~
0
93
Member Avatar for asifa1

I want to know how to do search for records in tables using Visual basic in MS access. Example let say we have a table name "abc" in the following format with the saved records like that Company code and About company are two text fields in tables. Companycode ................... …

Member Avatar for ~s.o.s~
0
82
Member Avatar for yuckadirri

is there a way to determine which MDIChild form is currently active, when all of them are open at the same time.

Member Avatar for ~s.o.s~
0
56
Member Avatar for r_jack

I am planning to build a website system (a web interface that connects to a database). I am planning to use SQL Server 2005 Trial Edition but I am not sure if I can use Visual Studio 2005 Team Suite. Is it possible to build a web based database application …

Member Avatar for ses5909
0
69
Member Avatar for abexander

hi all I will try develop a software for my final project using any programming language( but im good at java and vb.net).Im an IT student. Can any one give me any suggestion on what king of project im going to do.I mean i need some list of topics for …

Member Avatar for jbennet
0
122
Member Avatar for buffy2

i want to use crystal report in vb6 to building a complex report by geting data from access database plez someone hellp me thanks

Member Avatar for yuckadirri
0
59
Member Avatar for buffy2

i hope to find help pleaz i want to criat a complex Report by geting data from access table database thanks

Member Avatar for dmetz
0
144
Member Avatar for seekerems

hi there experts!!!im a new member in this site and i want to know certain thing about vb: code of: 1.creating new password 2. adding new user 3. editing password 4. editing username i know this is very simple for you guys i hope you can help me on this …

Member Avatar for seekerems
0
119
Member Avatar for richburg

I have created activex dll using vb6. I have registered it using regsvr32 on my clients pc. I call the dll functions from both VB exe file and Excel VBA. All works fine so far. When I Remake my DLL file with VB6 both the VB exe and the Excel …

Member Avatar for richburg
0
260
Member Avatar for cyberjoe

Hello, we have our own tool, that check some rules in source code. This tool returns true when code is ok, or false if some rules are broken. It's possbile to attach our tool to check-in policies in visual studio? How can we do this? regards cyberjoe

Member Avatar for Ancient Dragon
0
48
Member Avatar for ikhalid

Here is VB6 Code:[code=VB]Attachement = objMail.Attachments.Add("D:\message.doc.pgp")[/Code] I am trying to automatically attach a file with outlook email......objMail.Attachments.Add method is unable to read the file "message.doc.pgp" very first time when the code execute.....On second n later executions it start recognizing the file n work fine but y not the first time. …

Member Avatar for ikhalid
0
82
Member Avatar for yuckadirri
Member Avatar for Ancient Dragon
0
80
Member Avatar for chutchit
Member Avatar for Ancient Dragon
0
43
Member Avatar for dicklund2

I want to use the buttons on a gamepad (usb) to control my software, does anyone know how I do that? Lets make it simple and say that I want to make label1 to say "hello world" when I press button 1 on the gamepad. Please help. I have seen …

0
58
Member Avatar for rkamin1

Hi everyone! My name's Robbie and I'm a senior COSC student and I should be graduating in May. I'm 21 yrs old and live in Bel Air, MD I currently work for LMI government consulting and will be doing some .NET development soon. Personally, I'm a big fan of java, …

Member Avatar for cecil.vera
0
96
Member Avatar for stan yost

The following code comes up with a number that has 13 digits past the decimal point. How can I cut this down to 2 decimal places? [Let drivetimeexpense = (rstdrivinginfo.timefromhome * rstdrivinginfo.numberoftrips * 2 / 60) * 20]

Member Avatar for stan yost
0
160
Member Avatar for stoopidnerd

[quote=Nuez_Jr;58419]Does Windows filter the input so much that typing ALT+(ASCII) codes won't produce the right results? *Nuez goes to check. Yeah, guess it does. :rolleyes:[/quote] Where would i be able to purchase visual basic or a similar .EXE creator? is there any free versions?

Member Avatar for WaltP
0
98
Member Avatar for Shefali

hello all i m having a really silly problem. i have written some codes with mscomm, but i dont know why all of a sudden i m having this problem. the problem is: [CODE] Private Sub Form_Load() With MSComm1 .Commport=1 .Settings="19200,N18,1" .InputLen=0 .PortOpen=True '(Here the error message says that the …

0
80
Member Avatar for naglayas

Hello Im a beginner one in programming. My first problem is, How can i view a image file from the database(sql 2005) as "image" to visual basic 2005. for example: a text viewed in the textbox from database. the code is. textbox1.text=rs.fields("text").value My problem is how can i view the …

Member Avatar for WaltP
0
115
Member Avatar for matt314hew

the name is clizzark and i am a senior math major/comp sci minor at Duquesne university. I am a software engineer and am going to be using Visual Studio. Never used it, so i may be seeking help. Peace to my east side homies.

Member Avatar for happygeek
0
16
Member Avatar for jmw

Hello, I am a new member hoping to get better at developing ASP.NET and VB.NET applications. I am migrating from Dreamweaver MX to MS Visual Studio and struggling with the OO way of doing things. I often get hung up on syntax. In the past I would write all my …

Member Avatar for happygeek
0
135
Member Avatar for EnderX

Is there a relatively simple procedure for reading .ini files in Visual Basic? I'm more used to dealing with Delphi, and I have a couple of quick functions (written by another) that deal with .ini handling there, but I've been requested to use VB if at all possible for this …

Member Avatar for sushanth
0
1K
Member Avatar for millanskie

Hi, Do anybody knows or have a VB6 CODE that will check first if the printer is online before I start printing, because if the printer is not online I could terminate the printing job or search for a new printer that is online. Please help me about this one.... …

0
87
Member Avatar for manoj201jain

Hi, I want to create Enum type variable at runtime. So is it possible to do create than pls give me the soln. THANKS IN ADVANCE Manoj Jain.

0
78
Member Avatar for manoj201jain

Hi, I am creating a table in MS. Access from VB and bydefault the text type field "Allow Zero length" properties is NO. and I want to make it YES through VB coding. Is it possible to do that. THANKS IN ADVANCE. Manoj Jain.

0
64
Member Avatar for codeboy

Hi, I have seen few Windows Mail Servers like IT House Mail Server [url]http://ithouse.com/[/url] I've it's old 1.04 ver and it has only file(MailServer.exe) & works very well. I want to know Is there any basic functionality inbuilt in windows which enables the vb or vb.net code to work as …

0
65
Member Avatar for SlyMaelstrom

I'm trying to make an event procedure in VBA that will compare the same field of two records for a conditional statement. Here is some psudocode of what I want:[CODE]If myTable.thisField[currRecord] == myTable.thisField[currRecord+1] then // Run a Query[/CODE] Does anyone know the VBA code for this? Thanks.

-1
100
Member Avatar for ndicuh

Hi there, i have developed commercial softwares using VB6 Access and i would like to put a license for one year then the program can disable and i can be able to enable te program using the timer.well i have tried Activelock3 key generator which i am unable to use. …

Member Avatar for ndicuh
0
97
Member Avatar for stan yost

From the posts in this website I see how to open an Excel spreadsheet from VB 5.0 but I don't see any examples of moving data (not an array) from vb to excel. Can anyone show me an example? Do you know of any books that would have this information? …

Member Avatar for QVeen72
0
99
Member Avatar for fskhan

Hi I am developing an automation system using PC. I have built quite a big hardware but when it comes to Visual Basic, I am a novice. I have done a lot but need help in using database. I know how to link it in VB, i.e by using datacontrols(i …

Member Avatar for fskhan
0
143
Member Avatar for darklynx489

Hi All! I've already got the code to create a full Access database from code, but the problem I'm having is that I need the property AllowZeroFill to be enabled in some sections and I'm also having problems getting the AutoIncrement to work. Here is the code I have so …

Member Avatar for QVeen72
0
807
Member Avatar for NewVBguy

Hi there, I am using a listview control. After populating the listview, I want my cursor to jump to the last row and make it visible. how can i do that using vb code. thanks in advance newvbguy

Member Avatar for QVeen72
0
201
Member Avatar for arvin2006

hello to everyone! is there any one can help me to associate the progress bar with the loading application? such that if it finished executing, the progress bar also finished loading.. thanks! i am grateful for the responses. God bless you all!

Member Avatar for QVeen72
0
164
Member Avatar for ndicuh
Member Avatar for usagimys

Hi all, Currently i'm doing a pocket pc in Visual Studio 2005 in C#, the program is actlly to communicate with a reader using Serial Port.And i run the program using the emulator. For the code,i'm using class Serial Port to establish the connection. After doing all the settings, it …

0
66
Member Avatar for juster21

I need to create an app that will run an executable at 3 given time (8am, 12pm, and 4 pm). Can anybody tell me how to start? Thanks!!!!

Member Avatar for QVeen72
0
84
Member Avatar for poi

Hello; First Of All Sorry About Our English Please read about our project and if you can, do not remove this project from your forum. We need to get support by you. We are 2 university students and we create a project which name is Planet Of Internet. Please read …

Member Avatar for vikonava
0
151
Member Avatar for kingflux

Hello, and thank you in advance for any help you can provide. Each line in our datagrid control contains a product number, description, and a textbox for the user to enter a quantity-to-order. Users enter quantities (not necessarily on every line), click the Next button, and continue. Sometimes users return …

Member Avatar for kingflux
0
151
Member Avatar for ndicuh

I am programmer.Have been using VB 6 and Access.I now want to start using SQl server.Somebody to assist me on how to connect. Thanks

Member Avatar for QVeen72
0
59
Member Avatar for PaulSieben

Hi this is my first post here. I am working in VB 6.0, creating my own ActiveX OCX to replace the MS COM and/or PDQ COM OCX for communication with a physical or virtual RS232 port. To be able to drop my new OCX right into an existing application built …

0
50
Member Avatar for millanskie

Is it possible to use XML file on connecting / sending / receiving data from the client to the server or vise versa. If this is possible can anybody help me about this problem of mine... Please give a simple sample of your solution on how to solve this.... Thanks …

0
57
Member Avatar for millanskie

[code] Dim strURL As String Dim bData() As Byte Dim intFile As Integer strURL = "http://localhost/aaa/1/3/test1.jpg" intFile = FreeFile() ' Set intFile to an unused file. bData() = Inet1.OpenURL(strURL, icByteArray) Do Until Inet1.StillExecuting = False ' WAIT DOWNLOADING... DoEvents Loop Open "C:\test1.jpg" For Binary Access Write As #intFile Put #intFile, …

0
101
Member Avatar for bokim

Hi!!! Does anybody knows something about masm 8.0, does exist something like manual for this,or some good site which describe this program. Can anybody give me some exaple in masm,part of code... I know that masm for instalation requires visual studio c++ express edition,I have that and I installed masm,but …

Member Avatar for Evenbit
0
111
Member Avatar for daaboat

am having problem on how to load a photograph from a folder to the form,through the picture control box in vb6 am a newbie to vb

Member Avatar for QVeen72
0
177
Member Avatar for sleig50328

I need to be able to save multitudes of pdf files as tiff files (same naming convention, replacing the extension of course) using visual basic. Also, what references would I need to be able to run the code without problems. I've spent the last 3 days trying to figure this …

0
57
Member Avatar for strangers_road

hi! my name is john and i am here to study visual basic if someone can teach me how, because i really want to know vb, i am a beginners on vb so if someone out there can help me, i am very much grateful... God bless us all.

Member Avatar for happygeek
0
23
Member Avatar for benyam_dessu

Dear Colleague: I’m now in the last school term/semester computer science student. Starting from January 2007, I’ll start to work for my senior project, to graduate from my school. The school has some mandatory criterions that it sets for all senior project working students. These criteria are: - All projects …

Member Avatar for ~s.o.s~
0
179

The End.