Free Real Basic
Real basic are now doing an offer of free real basic if you are a vb user. Check out
View Complete Forum Thread with Replies
See Related Forum Messages: Follow the Links Below to View Complete Thread
Free DLL For Reading Real Low Memory Contents?
Hi, I am actually using some free DLLs to operate Ins and Outs at the Parallel port.
Right now I want to implement the software to identify all the installed parallel ports, so I need to read memory address $408...$40F to identify the LPT1...3 physical port addresses.
I found a particular nice DLL that does that. The MEMACC.DLL, but it is not free, and the demo version shows a nag screen, so...
This MEMACC gives me exactly what I want from the low real memory addresses, exactly as if you are reading using DOS assembly;
mov ax,0000
mov es,ax
mov al,es:[408h]
Any good soul to point me to some free DLL that gives me direct access to low memory?
Of course, it needs to be able to deal with Win98/ME/XP/2000/NT...
Thanks a bunch,
Wagner.
Compairing Visual Basic & Real Basic
The thing is, I don't have Visual Basic on my computer (I use a Mac). But I do think I have Real Basic.
I'm just asking how similar or different VB and RB are. More specifically, how much can I apply tutorials for VB to the RB environment?
Thanx
Need A Little Visual Basic Help...Real Easy Come In
want to play a wav when a user enters a new form.
It's basicly like this.
User is in FORM A
User has 2 command buttons..
when User clicks on Command Button A
It Takes User to FORM B
FORM B (Plays intro Wav) for user.
the Wav must only play once..
easy enough. Thanks in advance.
A Real Basic Question But Important
Hi,
When you use
Private Sub myClass()
Dim varName as Type
varName = "something"
Call function(varName)
'Do whatever else
End Sub
How long does that Dim variable actually live? I mean if it is passed to another class where it set to a Private variable in that class or whatever and the myClass Sub ends. Does the system automatically trash the variable?
Thanks,
Yezdaan
Free Basic Compiler With GUI
Hello,
My friend is looking for a free basic compiler preferably with a graphical user interface.
He has programmed in the '80s using gwbasic and would like to find a compiler which can understand this dialect.
Can anyone tell me where to download such a thing?
Can Visual Basic from Microsoft understand the old gwbasic dialect?
Are there any older versions of Microsoft Visual Basic for download at official Microsoft sites?
Thanks a lot.
Chris.
Free Download Visual Basic 6.0 IDE
Hi,
I would like to download free version of visual basic 6.0. It should have all the features, both design and coding windows, as provided by Visual Studio. Is there any link that can give me to download it freely. I really need this. I search through internet, but I do not get one. Please help me to get this free.
Thank you so much in advance.
Visual Basic 6 Free Tutorial
I know there are a lot of Free tuts out there but having used a few of them, most leave a lot to be desired.
I have dug up this tutorial site off the internet. And while I'm just getting into it its really good in that it takes NOTHING for granted about your knowledge as far as I can tell. This is something I haven't found in other tutorials. Even VB4 for Dummies.
In the couple hours I've been going through it it seems like the best VB tutorial I've come across for beginners. So I thought I would share this with everyone in case someone else is interested.
http://www.profsr.com/vb/vbintro.htm
I say we have a contest. Who can post a link to the most well thought out, best written, tutorial for beginners. Eh. Just a thought.
Free Visual Basic 6 Tutorials!
Hello, I am a Visual Basic 6 programmer, been one for about 2 years, my friend has made some video tuts for you guys out there!!
Hope they help you newbies out there!!
http://hosted.filefront.com/TheChaoticOracl/
Code:
File: 01 - Hello World.swf
File: 02 - Text Boxes and Labels.swf
File: 03 - Design Tips.swf
File: 04 - If Statements.swf
File: 05 - Operators.swf
File: 06 - Logic Gates.swf
File: 07 - Variables.swf
File: 08 - Select.swf
File: 09 - Menu Controls.swf
File: 10 - While Loops.swf
File: 11 - For Loops.swf
File: 12 - Do Loops.swf
File: 13 - Const and Comments.swf
File: 14 - Option Explicit.swf
File: 15 - Goto Command.swf
File: 16 - Arrays.swf
File: 17 - Chr Function.swf
File: 18 - Timers.swf
File: 19 - Listboxes.swf
File: 20 - On Error.swf
File: 21 - Debugging.swf
File: 22 - Procedure and Parameters.swf
File: 23 - Sub Forms.swf
File: 24 - Local Global Variables.swf
File: 25 - Comboboxes.swf
File: 26 - Scoll Panes.swf
File: 27 - Drives.swf
File: 28 - Object Controls.swf
File: 29 - Shell.swf
File: 30 - Components.swf
File: 31 - Comdlg32.swf
File: 32 - File Output.swf
File: 33 - File Input.swf
Directory: 34 - Database
File: 34 - Database.swf
File: 35 - Database 2.swf
File: 36 - Database 3.swf
File: 37 - Modules.swf
File: 38 - Functions.swf
File: 39 - Form Design.swf
Directory: 40 - Client
File: 40 - Client Server.swf
Directory: 40 - Server
Visual Basic.Net Free Download
Hi ,
I use VB 6.0 and I want to run codes created for VB.Net . Do you know how can I download (free) VB.Net(2003 or 2005) ?
Thank you
Visual Basic And Free Email Service
ok, im working on a small project... and it involves sending, and recieving emails...
now the sending part was simple enough, by using code that i found online, changing that, and using a smtp server.
But now how do i recieve emails? i will be gratefull for any help, and it doesnt matter what email service you use to show me... as long as it is a free service (like hotmail, yahoo, web.de, etc.).
Thanx ahead of time, and please help me
hammerstefan
P.S., umm... the better explained/more detailed the answer is, the better, cause im still kinda new to vb programming. THANX
Free Copy Of Visual Basic 5 Or Demo Version
Hi there,
I am just starting out with Visual Basic, i am working my way through tutorials but need a copy of VB 5 (preferable) or a demo version to put my learning in to practice.
Can anyone help?
Thanks
John
Free Visual Basic/VBScript,Perl EBook To Download
About E Market is your information resources on the internet.
AboutEMarket provides variety of information resources such as ebook for webmaster, programmer, and marketer.
Available ebooks are Visual basic, VBScrict, Java, JScript, Visual C++, Visual J++, HTML, CGI, Perl programming.
Aboutemarket also provide marketing information for marketers.
Moreover, you can get high-quality web hosting for only $5.00.
Please feel free to visit the website at http://www.aboutemarket.com
Real Real Real SImple Question!
how could I make a 'if not equal then message box an error' in this part of the program
Private Sub Command1_Click()
MP.FileName = File1.Path + "" + File1.FileName
MP.Play
End Sub
Real New-Real Green-Really Over My Head HELP Anyone-Have A Monday Deadline?
This may seem nuts but i am really over my head. I have VB6 & Access2002. Learned it outr somewhat over the last 2 weeks. And now I need help.................................................................
I have figured out how to get a great working Drop Down Combo box in Access but when it comes to VB6 SP5 I can get a box but can't link it to a record set? 2 days searching on the internet and nothing.
I had created project through the use of the application wizard but for some reason I am unable to pin point how to get the Drop Down Combo Box to see the Access Database... Any Ideas????? All the other text boxes are pointed and see's the database. For that matter there are 6-7 of the text boxed ones I want to change to drop down ???
For Me It’s The Real Important Question That Waiting Real Answer!
Hello,
For me it’s the real important question that waiting real answer.I’m the average VB programmer now but I want to change it and want to being an excellent programmer.I love programming but its not only entertainment for me , it’s a work . I’m working every day for improving myself in programming(VB and starting SQL 7.0)
I will finish my school in two months later so I must find a job now.My school is about electronic not programming.I don’t know that Is my proficiency enough for starting to work in a software firm? For being a good programmer what is your advice : Should I start to work in software firm with low salary till I will become a good programmer? =OR= Should I work in hardware or etc.firm and continue to working for learning programming in my house till I will be very good at programming?
Real New-Real Green-Really Over My Head HELP Anyone-Have A Monday Deadline?
This may seem nuts but i am really over my head. I have VB6 & Access2002. Learned it outr somewhat over the last 2 weeks. And now I need help.................................................................
I have figured out how to get a great working Drop Down Combo box in Access but when it comes to VB6 SP5 I can get a box but can't link it to a record set? 2 days searching on the internet and nothing.
I had created project through the use of the application wizard but for some reason I am unable to pin point how to get the Drop Down Combo Box to see the Access Database... Any Ideas?????
Real New-Real Green-Really Over My Head HELP Anyone-Have A Monday Deadline?
This may seem nuts but i am really over my head. I have VB6 & Access2002. Learned it outr somewhat over the last 2 weeks. And now I need help.................................................................
I have figured out how to get a great working Drop Down Combo box in Access but when it comes to VB6 SP5 I can get a box but can't link it to a record set? 2 days searching on the internet and nothing.
I had created project through the use of the application wizard but for some reason I am unable to pin point how to get the Drop Down Combo Box to see the Access Database... Any Ideas?????
A Good Free Datagrid Control.... Or Almost Free
here's the thing:
i don't want to spend a lot of money in an enhanced datagrid.
do you know about any free datagrid that is better than the original one????
another question: how do the make these grids so cool????
activex control with api calls??????
thanks!
Real, Real Hard, Almost A Challenge
hi all,
basically i'm trying to read time and date from the RTC (Real Time Clock). i need this for an anti-softice trick that i will be sharing asa i get a way to get this information.
for a definition:
Quote:
A real-time clock (RTC) is a battery-powered clock that is included in a microchip in a computer motherboard. This microchip is usually separate from the microprocessor and other chips and is often referred to simply as "the CMOS" (complementary metal-oxide semiconductor). A small memory on this microchip stores system description or setup values - including current time values stored by the real-time clock. The time values are for the year, month, date, hours, minutes, and seconds. When the computer is turned on, the Basic Input-Output Operating System (BIOS) that is stored in the computer's read-only memory (ROM) microchip reads the current time from the memory in the chip with the real-time clock.
i know this is hard, but definitely not unfeasable. it's a driver we need, after all.
i guess i should be doing direct I/O to port 70, which is not normally allowed under the Windows NT/2K/XP security model, however using the device driver called giveio it should be able to run on Windows NT, Windows 2000 and Windows XP systems too.
hope some guru out there has an answer,
cheers 2 u all,
wc.
FREE Help Authoring Tool FREE
HI:
I need a tool to create help files, i heard about some that are easy to use.
anyone knows about a free one???
besides microsoft's html help workshop???
thanks
How Can I Get The Real IP?
Hi!
With this line, I can get the local IP, but I need to know what is my real IP.
Text1.Text = Winsock1.LocalIP
Thanks!
Real IP
How do i find the real ip and not the lan ip? perferablly using the winsock control.
How Can I Get My Real IP?
Hi everybody!
Does anybody knows how can I get in Visual Basic my real IP?
Is for use in a program to transfers files between users like Msn or Irc, but with the "retry" possibility ... but I want to do that the programa says your real IP.
Thanks, and sorry for my English, but I'm from Spain :P
Real Dos App In Vb?
I'v seen many threads but many solutions are in dos capture.
I'd like to know if is possible to make a Dos App in vb.
I don't have vb.net...it's vb 6.
thnks
Real Name - Plz
Hello everyone. First off I would like to say this new theme rocks! Well I am making a simple program but soeem to be having trouble. I want to use winsock or Inet. Don't matter which one. On my form I have 1 text box 1 command button and 1 label. In my text box I type a name and then presss the command button. When I press the command button I want it through winsock or Inet to go to http://profiles.yahoo.com/ and then the name of what is in text box. Then on the page there will be a palce called Yahoo! ID: and then after that will be a name. What I am trying to do is get the "REAL" name of the name in text box. For example if I put in big daddy it is really Big Daddy so I want it to go to http://profiles.yahoo.com/ and the name search the website for Yahoo! ID: and return what is found there to label 1. I have done this through web broswer but enevr through winsock or Inet. So I would appreciate any help or suggestions very greatly much. So thanks in advance and have a good one guys and gals.
Real TTF Name
Does anyone know how to get real font name without api (using Open "font.ttf" For Binary Access Read) Or perhaps anyone has info about TTF file structure?
Need Real Help!
create a table that has the values and combonations!
Col1........Col2.......Value
Apple......Orange......1...
Apple......Banana......2...
etc... then
"SELECT Value where Col1 = '" & combo1.text & "' and Col2 = '" & combo2.text & "'"
so this would be:
Seletc Value where col1 = 'Apple' and Col2 = 'Orange'
get it? then there is not 100 diff if thens... just add them to the table.
Real Ez
can you not set a visable property to a command button?????
well I tried doing this
all the ones with the MI AND PL are command buttons I am trying to hide them becuase in case 2 we dont need to see them
well I am getting a method or data memeber not found???
Case 2 'qB
BCMI.Visible = False
BCPL.VISABLE = False
RCMI.VISABLE = False
RCPL.VISABLE = False
QKMI.VISABLE = False
QKPL.VISABLE = False
AKMI.VISABLE = False
AKPL.VISABLE = False
KAMI.VISABLE = False
KAPL.VISABLE = False
ACMI.VISABLE = False
ACPL.VISABLE = False
PCMI.VISABLE = False
PCPL.VISABLE = False
QUICKMI.VISABLE = False
QUICKPL.VISABLE = False
BC.Visible = False
lbc.Visible = False
RC.Visible = False
lrc.Visible = False
QK.Visible = False
LQK.Visible = False
PICK.Visible = False
LPICK.Visible = False
KA.Visible = False
LKA.Visible = False
KB.Visible = False
LKB.Visible = False
Thanks in advance
Matt
Real Ez
I am having a brain fart
the differnce between dim and global is what
dim can be called in just 1 form and
global can be used in all forms?
Sorry
Matt
Real Different Between This.
Can anyone tell the different between this:
a) Doing this
Private Sub SSOleDBCombo2_Click()
Text4 = SSOleDBCombo2.Columns("Descripción").Text
Region = SSOleDBCombo2.Columns("Region").Text
AdoPueblo.ConnectionString = ReqCompras <-- This
SQLPueblo = "SELECT * FROM Pueblos " _
& "WHERE Region = '" & Region & "';"
AdoPueblo.RecordSource = SQLPueblo
AdoPueblo.Refresh
End Sub
b) Or This
SQLDiv = "SELECT * FROM Division " _
& "WHERE Division = '" & RsSuplidor!Division & "';"
Set RsNivel = New ADODB.Recordset
RsNivel.Open SQLDiv, ReqCompras, adOpenStatic, adLockOptimistic
I mean: The real different of .connectionString or
the part b. In fact both (i think) do the same thing
REAL HELP
please help me use insert and update SQl Commands
I know the syntax of them and used them ,but inquirey is that I do not know what to write for currency and date type fields ???
I mean I use this for string : "'" & text1.text & "'" while no thing for numeric
but what should i use for currency and date types ????
help me please
NO Pain NO gain
Real 3d Problem
- An atom can be represented as a "ring" in 3 dimensional space.
- If an atom consists of 8 nodes then 8 3d coordinates define its position.
- The 8 nodes are connected between them with a "line", the 1st with the 2nd, the 2nd with the 3rd,...,the 8th with the 1st.
- The nodes are allowed to have very "messy" and free positions (i.e. lines will normaly have to cross each other)
- Many atoms exist in a box of length L.
- X, Y and Z take values between [-L/2, L/2]
- If a node has to move out of the box, it appears again from the other side (of the box). This is called "periodic boundary conditions".
- An example file with the coordinates of 5 atoms (therefore 5x8 3d coordinates) is attached to this message. L = 5.6
- The one who will give me a NICE representation of the 5 atoms in the box will have (appart from the mental satisfaction) an icecream with cookies!!!
Real PROBLEM!!!
Hello there, first off i would like to say hello to you. I would like to know how could I draw (write) some text onto the screen while a fullscreen Direct3d game is running.
I had suggestions about this problem. Some guy told me that I need a few API functions to find the window handle and then set up a DirectX "outpost" to draw on this window, but I don't have idea how to do it and I need help.
I saw this question several times and nobody has correct answer. I hope somebody will help me at this time
Thanks.
Real Games In VB
does anybody know of any Commercial games done in VB and if so are they open source?
Real Time
For a while I have been working on a real time strategy in VB6. I knew it wasnt designed for that kind of thing but i tryed anyway. It turned out alright but it cant handle the myultiple things going on at once. Does anyone know of any languages that are more fitted to this task. Or if you can help me stop slowdown of the game the more guys you have plz do.Thx in advancce
Real Challenging One
I have a form.It has one text box in it.The text box has its control source property set to a field value in a query.Now I made the form's default view as "continuous forms".Now when I run it,I see a number of text boxes (equal to the number of values in the query).Mind you all these text boxes have the same name that we gave earlier,as basically it is the same text box displayed repeatedly with the value of a new field.Now how do I make it such that when we click on one of the textboxes it makes the font of that text box ONLY bold.Now if I do that all the text boxes are becoming bold as you know they are the same text box basically.Could any one suggest a way where I can distinguish each occurence of the textbox individually?I mean I should be able to click on one text box and it should either become selected(i mean text in it selected)or it can become bold thus distinguishing a clicked text box and remaining unclicked ones?
Help A Real Noob
Plz dount hurt me whene i say this but where can i get dx7 plz tell me
thx in advance
~Devil~
|