10,993 Topics

Member Avatar for
Member Avatar for I_Byte

Why doesn't this work? [code]Public Class testDates Inherits Object Private mMonth As Integer Private mDay As Integer Private mYear As Integer 'constructor Public Sub New(ByVal monthValue As Integer, ByVal dayValue As Integer, _ ByVal yearValue As Integer) mMonth = monthValue mDay = dayValue mYear = yearValue End Sub Public Function …

Member Avatar for Paladine
0
150
Member Avatar for Mr Gates

I'm still continuing on the coding of my chat bot, but I would like to add some other features to it, such as letting the using enter a word, and the program encrypts it and sends the result back. So it will make sending passwords or anything they want private …

0
159
Member Avatar for I_Byte

I mostly write macros in word using VBA. A user needs to enter a date like this one: 070797 and I need it to look like this: July 07, 1997 on the document. Can you help? Also, are there other ways of formatting dates? I've tried putting the date in …

Member Avatar for I_Byte
1
527
Member Avatar for AlphaBoB

[url]http://alphabob.no-ip.com:8080/[/url] Contains forums for VB, C++, PHP, HTML, SQL, etc., Tutorial(s) for VB w/ code. P.S. it needs a new skin, if anyone is interested in making one please tell me at kcismybud@hotmail.com.

Member Avatar for Dani
1
169
Member Avatar for 1337h4x0r

i am doing a software design class for my first year i had a written this psuedocode for a Timer type program type program, my teacher tells me there are errors in it i dont know whats wrong could you tell me please. here it is Program Timer Var mm …

Member Avatar for Tekmaven
0
457
Member Avatar for gdeamicis

I Need some help on the following: I have several QB4.5 stand-alone exe programs that use the RS232 port command: [b]OPEN "COM1:4800,N,8,1" FOR RANDOM AS #1[/b] for data capture from a DCE device. The data capture uses the command: [b]IF LOC(1) > 1 THEN ......[/b] to capture the async data …

Member Avatar for peternrose
1
224
Member Avatar for izik

Can anyone explain to me how to create an ftp com object in VB Script. Thanks,

0
392
Member Avatar for postmodern

Hi, I have a problem I have an MDI form with a single child form which has borderstyle=none. This child form has lot of controls (like Textboxes and comboboxes). The child form is very big, so half of the controls are not visible. I can drag the scroll bar to …

Member Avatar for bryan_marcum@belcan.com
1
637
Member Avatar for ynnar777

I'm new with VB and I'm trying to write an array to find the time zone per state. AL = CST NY = EST CA = PST If I have a data that has NY as a state I will put EST on the output ...] Can somebody sho me …

Member Avatar for Tekmaven
0
184
Member Avatar for boanator

Does anyone know how to do a static compile in vb6? I run visual studio on my computer, therefore i have msvb60.dll on my computer. i can create executable code on my computer, but it requires msvb60.dll in order to run. this runs on my computer with no problem. the …

Member Avatar for Roberdin
0
176
Member Avatar for boanator

I am having a problem creating an executable file that will run on a windows 95 maching that does not have any visual basic dll's. i can get Project1.exe, when i try to run this on a windows 95 machine, i get a message saying that it's missing proper .dll …

Member Avatar for waynespangler
0
121
Member Avatar for Roberdin

Is it possible to create a .msi installation package using the deployment wizard in VB 6.0 Learning Ediiton? Also, can I change that horrible installtion screen to the more modern "Office 2000/XP Installation"? Or do I need to buy some horribly expensive add-on?

Member Avatar for Tekmaven
0
185
Member Avatar for samaru

The End.