9,978 Topics

Member Avatar for
Member Avatar for Bullseye

Hi, I'm building a D.L.L from 2 basic matlab scripts. I have created the folder in the workspace containing the 2 scripts and I have set the path to this directory as well. My problem is when I type the command: >> mcc -W lib:calcvals-LC-t-T link:calcvals addvals multvals It gives …

0
111
Member Avatar for KatB

Hi there this is my first time here. I am working on a problem for school. I am working hard on solving a problem and hope someone can help me. I am making an order form. I have the form all done. It asks for the name, address etc.... Next …

Member Avatar for Paladine
0
196
Member Avatar for bigpoppapumpg

I'm trying to build a windows app with multiple forms. in project explorer i'm right clicking the current project, add->add existing item. then I select a form, but now the project won't build. I get these errors: 'Form1' is ambiguous in the namespace 'WindowsApplication1'. 'Sub Main' was not found in …

Member Avatar for Tekmaven
1
282
Member Avatar for 2big

I wanted to make a visual basic 6 program that allows the user to move the controls around in the program, such as buttons, text boxes, etc. Somewhat like the Microsoft Visual Basic itself. How do I start doing this, I've read everywhere, including the books I have, and it …

Member Avatar for phickman7872
0
309
Member Avatar for salvator

Hi, How can I create a list in VB of all the computers connected on my network/domain? I'm (still) using VB6.0SP5. The application schould turn on W2K machines. Best regards, Salvator

0
120
Member Avatar for I_Byte

I developed several macros on my computer, but then I copied and pasted the macros on the c drive>program files> microsoft office> templates of several of my users so that they can access the macros when they go into Word. In Word, they click file> new and choose the macro …

Member Avatar for Tekmaven
0
197
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
149
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
158
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
518
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
168
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
455
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
190
Member Avatar for izik

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

0
388
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
628
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
176
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
174
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
119
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
183

The End.