473,543 Members | 1,903 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic 4 / 5 / 6 Forum

Visual Basic programming language and IDE - Ask questions about rapid applicatoin development, GUI, database access, DAO, RDO, ADO, Active X Controls, objects, Microsoft Visual Basic 4/5/6.
0
2,551
thread by: magician | last post Jul 17 '05 by: magician
Hi Im having trouble setting the bold and 'not' bold properties in a rich text control. All the text in the control is entered through code and the bold property is different for different sections. I am using the selstart and sellength to set the selection then either selbold=true or false to set the bold. I have debug.printed the...
0
2,054
thread by: Mike | last post Jul 17 '05 by: Mike
Hi All, I have been struggling with this for weeks now and I just can't get my head around it. I am trying to convert this procedure to VB.NET. In particular I am having problems with the CopyMemory and ZeroMemory calls. I have been messing around with the Marshal class but just can't seem to get it to work. Can anybody help me with this...
0
3,099
thread by: Sune Pedersen | last post Jul 17 '05 by: Sune Pedersen
How do i get the microphone input level in clear text Sune
1
2,636
thread by: John L | last post Jul 17 '05 by: John L
Thanks in advance... I have an image control into which I load a .tif image, which loads fine... And when I select a rectangle to zoom down to , and click on a cmdButton ("ZOOM IN"), I zoom to selected rectangle as I expected, BUT ONLY when I run from within the .vbp. The cmdButton code is a 1 liner, namely: Me.imgMain.ZoomToSelection... If...
0
7,662
thread by: Amrik Singh | last post Jul 17 '05 by: Amrik Singh
HI Folks Newbie here, I have an ado control hidden on my form and an associated datagrid with an sql query which retrieves the data that I want. I now want to create a popup menu which I can do however what I would require is that when the user right clicks that the record pointer moves to the nearest record to the mouse pointer so that I...
0
3,264
thread by: godofred | last post Jul 17 '05 by: godofred
Greetings! I'd like to print out an Access report from within VB. How can I do it? Thanks
0
1,385
thread by: Laphan | last post Jul 17 '05 by: Laphan
Hi All I've always hated the package & deployment installer that comes with VB 6 Enterprise, so I'm looking to use the Inno installer instead. However my problems are as follows: 1) I have created a small app that to me only use the INET control and the FileSystemObject reference. My idea was to package the app using the standard...
0
2,569
thread by: amit | last post Jul 17 '05 by: amit
I am tryin to format a word document using Visual Basic. but seems to be havin problem findin the sytax or VB and VBA.. The Paragrapuh goes like this 01 name Details something somethin somethin big and verry big some somethin like this i am trying like ...have tried a lot can...
1
3,921
thread by: Mitch | last post Jul 17 '05 by: Paul W
I started a project that included the grid control coolflex.ocx on another computer. Just today I tried working on a different computer after copying all the project files to the new computer. Now,when I try to use coolflex as part of any project I get an error msg saying that the ocx can't be loaded. Even the demo project that came with...
1
1,541
thread by: GN | last post Jul 17 '05 by: R.Wieser
Is there any unique Mail ID in the MS outlook?
1
6,326
thread by: Rob Lemieux | last post Jul 17 '05 by: Slaatje
In my code... Dim intFNum As Integer Dim ID As Integer intFNum = FreeFile Open "runme.bat" For Output As #intFNum Print #intFNum, "dir > log.txt" Close #intFNum ID = Shell(fileName, vbNormalFocus)
0
881
thread by: jinoy | last post Jul 17 '05 by: jinoy
how can i detect an incoming call, using vb?
5
2,882
thread by: Martijn | last post Jul 17 '05 by: J French
In my application I want to print a label (not a object , but a paperone). The problem is that the labels ar not the same size as a standard A4 format, they are smaller, about 152mm high. When i give the following command, the printer prints the text and then goes to the next page. The problem is that the labels are smaller then the A4...
2
2,719
thread by: Abby | last post Jul 17 '05 by: Abby
I'd like to know where to find information on how to write a remote server management software. I just want to be able to power on/off/reset servers within the same LAN. Is Visual Basic capable of doing this kind of program ? Thank you so much.
1
9,674
thread by: avocursist59lok1 | last post Jul 17 '05 by: Ken Horiski
Hello, I'm busy with VBA in excel. Does anybody know how to control the input within a textbox? For example, a textbox must contain only numbers and no text. The program must give a warning if you type text in the textbox. Greetings, Hans
0
1,417
thread by: nunya | last post Jul 17 '05 by: nunya
I am doing a project in Visual Basic for a class. Basically it holds company info that a guy has sent resumes to. I wanted to add a opening screen something like a picture with maybe some animation such as a bar that indicates the program is loading. Can someone point me somewere that I can get the instruction to create this? Any help...
2
5,075
thread by: gwen | last post Jul 17 '05 by: jenny
Hi, I have a code to copy/move folders to a specified folder on the root drive - ie c:\stuff However, I also have the folder "stuff" on the root of other partitions as well - ie d:\stuff, e:\stuff, etc. I would like the code to work so that the selected folder for moving/copying will always go to the "stuff" folder of the drive that it...
1
2,128
thread by: shalin | last post Jul 17 '05 by: J French
Hi, I am working in a form desiging app which requires me to add textboxes to forms during run time and when the user click on the textbox I have to draw a resizing handle around that textbox. I have no idea how to do it vb.net Somebody help Shalin
0
2,333
thread by: Geert-Pieter Hof | last post Jul 17 '05 by: Geert-Pieter Hof
Hi, If have a SSTab control MySSTab with several textboxes and I want to disable all textboxes. If was thinking of something like Dim MyControl As Control For Each MyControl In MySSTab If TypeName(MyControl) = "TextBox" Then MyControl.Enabled = False
0
4,906
thread by: Eduardo | last post Jul 17 '05 by: Eduardo
Hi I would like to develop an application in Visual Basic (both in VB.6 and VB.NET) from where I could extract the data contained in a spreadsheet (excel) to a Database in Access 2000. Has anyone an idea how to do it so (which syntax to use ?) Ed
1
8,082
thread by: Jason | last post Jul 17 '05 by: the Wiz
I have an asp page that automatically populates a word document via vbscript. It works perfectly(it is for the intranet so I can make some assumptions). The only problem is when i use the word.printout function it doesn't always work. Sometimes it doesn't print at all and sometimes it prints the first page and I get the error: "ERROR:"...
1
1,883
thread by: Bob | last post Jul 17 '05 by: Alex Kail
Hello I have an excel spreadsheet that will alway be named differently. I need to import the data into text boxes so I can save it to a database. All the textboxes will not fit on a single form so I had to brak it up into 3 forms. I may be able to get it to 2. What I am trying to get is when I select the file I would like it to populate...
0
3,637
thread by: Lourdu | last post Jul 17 '05 by: Lourdu
I don't know much about the VB Scripting. ( though I have done Script-ing for DHTML in html pages). In browser-pages we would be able to source any number of scripts as <html> <head> <!-- Start of HEAD --> <script language=vbscript src=sample1.vbs /> <script language=vbscript src=sample2.vbs /> <script language=vbscript> // make use of...
2
2,927
thread by: Jenny Kurniawan | last post Jul 17 '05 by: Paul W
Hi- I have a form that contains a subform. I found out that subform is always executed first, before the main form. (Prove: I had MsgBox in Form_Current for both forms. MsgBox from the subform showed up first before the main form) Question: Is there anyway I can call the main form _before_ the subform? There are a few fields in the...
1
7,311
thread by: Jenny Kurniawan | last post Jul 17 '05 by: Raoul Watson
I have a procedure that goes like this: Private Sub Form_Current() Dim strSQL1 As String strSQL1 = "Select Price_Year_Name from Price_Year where Category_ID = 1 And By_Default <> 0" ' I know that the result of the above query is 'Price_2003' ' I want to use the result of this query in RECORDSource property. ' How do I accomplish this?

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.