11,868 Topics

Member Avatar for
Member Avatar for RichardSchollar

Given the following two code snippets, how come I get different output? [code]Sub test() Dim str As String Dim b() As Byte str = "hello" b() = str str = "" For i = LBound(b) To UBound(b) str = str & b(i) & " " Next i Debug.Print str End …

Member Avatar for Comatose
0
114
Member Avatar for nanodano

I've been looking for information on threading, and I found information on POSIX pthreads. Apparently, Visual Studio 2005 does not have [INLINECODE]pthreads.h[/INLINECODE] in their library. I did a search on the computer, and I found pthreadlocale.obj in the LIB directory. Does this object file have anything to do with pthread.h? …

0
67
Member Avatar for arunbnair

Hi Friends I Want to start the Menu's of my application from Right to left in Visual Basic 6. Is there any way for doing that. Please replay me Regards Arun:cool:

Member Avatar for Comatose
0
78
Member Avatar for NewVBguy

Hi Everyone, In DAO there is an tabledef object where you have the ability to find out all the names of all tables inside an MDB file. Can anybody show me a code on how to do that in ADO. Thanks in advance. Newvbguy

Member Avatar for NewVBguy
0
118
Member Avatar for Smooth_411_2000

How Do I make Visual basic click on other icons in other programs. Like The next and finish and Install cmd buttons. Is it possible to copy text out of a text out of text boxes and Enter them into a program. Kinda Like COPY AND PASTE

Member Avatar for Comatose
0
208
Member Avatar for Sinha's

Frens, I want to check in my hard disk whether a file is exist or not by using the VB. I have to check mainly the text files created by sequential access method. I used the dir() method with if condition but it unable check that so plz help me …

Member Avatar for Comatose
0
142
Member Avatar for arunbnair

Hi Friends I Developed one application in visual basic 6.0 Now i want to convert it to another language.For this how can i change the windows message boxes and menu bars fonts programatically so that it will affect only the application. Please give me guidance Thanks Arun:)

Member Avatar for Comatose
0
87
Member Avatar for Maroll

Hi there...im the new member here and the beginner in vb application im from Malaysia...can u all show me the [B]format of the vb scripts or the one example of vb scripts[/B]..Im really need it... Thanks and Regards Maroll

Member Avatar for Maroll
0
336
Member Avatar for naramis

hi there, my task is to do the automation of consolidated database (MySQL). i have to upgrade the previous Consolidated Database (CD)programming. so far, i have already designed a timer. but my problem now is on how to plug in this timer to the previous CD source code. the previous …

Member Avatar for Comatose
0
120
Member Avatar for softwarecaz

Hello I have an exam on Tuesday about client server, my tutor has given us a revision list, I don’t understand the some of the list, could someone please help me understand what he wants, or better if you give me examples The question is: Compulsory 1 Diagrams + description …

Member Avatar for Comatose
0
113
Member Avatar for Dazpenn

Please Help!! I am designing a program in vb6 that is to be linked up to databases in both access and excel. The problem is when I try to link up the database's using the data control I get the following message: "Couldn't find the installable ISAM". I am kinda …

Member Avatar for Comatose
0
162
Member Avatar for Captain Haddock

Hi, I have developed an application in Excel 2002/XP to handle a spreadsheet.In order to make the execution faster I want to compile the VBA-code into mashinecode. The

Member Avatar for Captain Haddock
0
115
Member Avatar for INI

Good Morning All, I am trying to write a code that will allow me open up a powerpoint file and an adobe file in VB. I have checked the Microsoft Powerpoint library under "references". Please could anybody give me code that can do that? Thanks. Ini :-|

0
67
Member Avatar for mungelwar

Hi friend, Is anybody interested to do the following work in VB6 1) Print large form or picturebox like A1, A0 size. This form includes some usercontrols. 2) Convert large picturebox or form into jpg, gif or bmp file. 3) Create drawing tools like line, circle. user can draw shapes …

Member Avatar for Comatose
0
135
Member Avatar for bibo1978

I want to allocate a large array of data "three mega bytes" and I don't know how to do this in VB after allocating this array I want to pass a pointer to it to C++ DLL what is the appropriate pointer knowing that it is not an array of …

Member Avatar for bibo1978
0
109
Member Avatar for purplegerbil

Hi, Is it possible to open a M$ Word doc in a RTF box? I thought of opening the doc in word and saving it as temp.rtf then opening that file in my rtf box, this would be a poor way of doing this. Any other ideas? pG

Member Avatar for sosco
0
193
Member Avatar for bkelly

How do I display then hide a progress box. I don't want any input or check boxes, just show the user that the computer is alive and working. A counter will be nice. When the task is done, the codewill remove the box. Thank you, Bkelly Oops, I forgot to …

Member Avatar for jbennet
0
143
Member Avatar for Smooth_411_2000

I need to know who to call up other forms from one form or another and also see and unistall programs from a computer using vb programing

Member Avatar for Comatose
1
102
Member Avatar for NewVBguy

Hi there, Can anybody show me how to export a recordset into a txt delimited and exporting recordset into a dbf format. thanks in advance. Newvbguy

0
63
Member Avatar for SYEDHANIF

HI [CODE]class Astro { var $jd; var $dec; var $ra; var $sid; var $dra; var $rsum; function Astro() { $this->jd = 0.0; $this->dec = array(0.0, 0.0, 0.0); $this->ra = array(0.0, 0.0, 0.0); $this->sid = array(0.0, 0.0, 0.0); $this->dra = array(0.0, 0.0, 0.0); $this->rsum = array(0.0, 0.0, 0.0); } function copyFrom(&$source) …

Member Avatar for Comatose
0
194
Member Avatar for robertlees
Member Avatar for watkins6878

Hi I am trying to fill a combobox with the files from a FileListBox the code i am using is [CODE]Private Sub Form_Load() File1.Path "C:\Images" File1.Refresh If File1.ListCount > 0 Then For i = File1.ListCount To -1 Combo1.AddItem File1.List(i) Next End If End Sub [/CODE] The FileListBox fills with the …

Member Avatar for watkins6878
0
168
Member Avatar for NewVBguy

Hi there, How can I extract a ps file (eg. sample.ps) and put it into recordset. Thanks. Newvbguy

Member Avatar for Comatose
0
87
Member Avatar for lance471

Ok, before I get started I have a few things I need to clear up. 1) I am relatively new to VB, I come from a webdesign background and picked up the basics pretty quick. 2) I dont have an understanding ADO 3) I am not using VB.net, dont judge …

Member Avatar for Comatose
0
127
Member Avatar for Malgrim

I have a VB6-dll that is referenced in both a VB.Net aplication and another VB6-dll. Now, I get Information (strings containing filenames) from the VB.NET application and store them in global variables in a module. Then I want to use these variables in the other VB6-dll, however they are empty. …

0
70
Member Avatar for janeane_tho12n

frankly speaking i dont know how to start my code. my problem is i need to put the contents of a database in a graphical format (i plan to use msflexgrid for this). whenever the user click a certain row of record, a form will appear and from there the …

Member Avatar for purplegerbil
0
104
Member Avatar for russell214

i have DTPicket and TextBox. how to change DTPicker with this value "2006,05,17"? DTPicker format : "5/17/06" 'shortdate for example : DTPicker value = "5/10/06" Text1.Text value should be "2006,05,10 Thanks in advance...

Member Avatar for Comatose
-1
241
Member Avatar for softwarecaz

Hello Everyone, Am studying client server, if any of you programmed using client server please send me a private message, I have a assignment to do, I have done over 90 percent of the code, I really need some help in the other 10 %.

Member Avatar for Comatose
0
87
Member Avatar for naramis

hi there, im new in Visual Basic. currently my task is to create a program that will automatically consolidate database based on the time. for example, the program will executes at 10 pm everyday in which the database will be consolidated in that particular time. the database that im using …

Member Avatar for naramis
0
95
Member Avatar for heatherc3

Hello - I'm trying to work with Microsoft's VB editor to create a series of macros. Information will be inputted into word using mail merge, and I [I]think[/I] we'll be seeing it in comma-separated values. It'll be dumped from a Peoplesoft application into Word. The code I'm writing needs to …

Member Avatar for heatherc3
0
158

The End.