11,868 Topics

Member Avatar for
Member Avatar for theybasis

[COLOR="Green"]hi there ...I am Debasish. New here and am wondering here and there thinking about what to do??? Is there any tech guru who can show me a way???[/COLOR]

Member Avatar for debasisdas
0
103
Member Avatar for kehar

Hi friends, Pl tell me the method to use Num2Str with a simple example. I am using VB6 and Crystal report 8.5 (K.S.)

Member Avatar for QVeen72
0
84
Member Avatar for mjuras

Does any one know if there are published standards for writing state to the hidden code in a VB6 form file. For example, below is how one ActiveX component writes its state. Are there any rules about how this relates to the COM interface or is it up to the …

0
62
Member Avatar for ahmbil
Member Avatar for cometburn
0
103
Member Avatar for heamak

Hi, I am doing a project using vb which is related to generate a script and run it on a tool. I am invoking an tool(ex:media player) from the vb using shell command. Now i need to run a script in the invoked tool. instead of user going and manually …

0
41
Member Avatar for acecombat

I have the transparent frame control ([url]http://www.codeguru.com/forum/attachment.php?attachmentid=3108[/url]) and have added it as a reference in my application, however I am trying to replace all existing frames (That are bound with objects and are in code to be visable only at certain times) with these transparent frames without messing up the …

Member Avatar for selvaganapathy
0
89
Member Avatar for trembb22

How do we create a thread with visual studio for windows. I would like to know how can we manipulate thread in a windows program using Visual Studio Ver 6 and Visual Studio 2005 and 2008 for windows 98, XP and Vista. I know how to play with threads using …

Member Avatar for trembb22
0
296
Member Avatar for bpcslave

Good evening, all... Quick question, wonder if any light can be shed. I'm running a two-form program that reads from a database with three tables - first form has a filelist box that lists the available databases, the form takes that filename and uses it to set the source for …

0
72
Member Avatar for xxxviking

so considering i know nothing about programming, could this be done in vbscript? would it be like pages of typing or is it simple

Member Avatar for venomlash
0
103
Member Avatar for zawpai

Hi, Could anyone give me some suggestions? Now, I want to put the labels beside the list box to show the number of string lines, but i cant' do adjust all between string lines and labels although the size of text are same. You all will know the smallest size …

Member Avatar for selvaganapathy
0
129
Member Avatar for msantosh18

can any one help me how to create charts by connecting to database. my need is that i have to group by a column in database and represent it in a chart in visual basic. the values after groupby may have 10 values. how can i do it in pie …

Member Avatar for bushman_222
0
93
Member Avatar for preethi_ga

hi, when i update records in VB, only 0's are stored in database, can anyone halp me to solve this? send me appropriate code for this?

Member Avatar for preethi_ga
0
126
Member Avatar for Derice

i am trying to coonect ms access with vb6. The code is working but after i execute "SELECT * from table" it is showing the content for the last row in the ms access. I am wondering how i can change my code so it display all the content instead …

Member Avatar for Derice
0
111
Member Avatar for doaji

please i need help in gettin data interaction between forms, basically what i want to do is to create a questioniare of about three forms where data is requested from the user and the last (4th) form, displays an intepreted set of information based on the data that was enter …

Member Avatar for QVeen72
0
97
Member Avatar for mnafa

hi friends, pls tell how to take crystal report & how to use it? Thank you

0
41
Member Avatar for acecombat

I'm recoding an application for work to make it compatible with another application thats been upgraded, and as such I've added a bit more visual appeal with some backgrounds etc. The problem is that most of the forms have several frames in them and have multiple objects bound to each. …

0
46
Member Avatar for acecombat

I'm trying to have VB open a basic 1 line settings text file but I want it (for first time users) to create the file if it doesn't exist, but I can't open the file without getting an error. How do I go about creating this file if it doesn't …

Member Avatar for selvaganapathy
0
1K
Member Avatar for chriscasaje
0
48
Member Avatar for Derice

Hi, there. I am looking links and sources for studying and understand way to navigate around windows directories. This can be easily seen especially during software installation where user is able to change the installation path. Is it related to the CommonDialogAttach.* ? Please give me a helping hand for …

Member Avatar for Derice
0
74
Member Avatar for RajeshVB6

Hi, I'm having problems with VB 6.0 data Environment. Is there a way to link two connections? Example, I have two vfp database files in different location; I created two connections with commands (query strings). In SQL, I'm trying to link these two by using union join. Is there a …

Member Avatar for QVeen72
0
113
Member Avatar for HelenLF

I am new to Visual Basic so this question may be a bit simple but it has me stumped. I have written some visual basic code where I reference 3 text files in the same directory. When I reference the files as /filename.txt the program works but when I reference …

Member Avatar for selvaganapathy
0
304
Member Avatar for Bomma9

Hi All, I have to develop an application that needs to send a sms to any cell/mobile using a CDMA connection. This application is for an voluntary organisation, which involves in free medical service. I appreciate if any one can help me in this regard. Thanks every one for your …

Member Avatar for Jishnu
0
229
Member Avatar for Jishnu

Hello, I'm using MAPI component to send email messages via VB6. Here's my code: [CODE] Option Explicit Private Sub cmdEnd_Click() Unload Me End Sub Private Sub cmdSend_Click() MAPISession1.SignOn MAPISession1.DownLoadMail = False DoEvents MAPIMessage1.SessionID = MAPISession1.SessionID MAPIMessage1.Compose MAPIMessage1.RecipAddress = txtSendTo.Text MAPIMessage1.ResolveName MAPIMessage1.MsgSubject = txtSubject.Text MAPIMessage1.MsgNoteText = txtMessage.Text MAPIMessage1.Send False MAPISession1.SignOff End …

0
394
Member Avatar for h5nguye

Hi experts, I want to manipulate a line of string in a text file and save the text file as another name. For example: text file name: 110.txt text file contains a string of number: 110 I want to search for that string "110" and increment +1 to 111 and …

0
48
Member Avatar for ahmbil

Can somebody help me to update my Database automatically using Data control(data1). I want to add 1 to all the value of one field so to automatically get the value of that field +1.

Member Avatar for selvaganapathy
0
71
Member Avatar for jem00

Hey guys, I need to find out the length of wav files so as to set a timer. How do I find the length of a wav file? Thanks, jem00

Member Avatar for selvaganapathy
0
100
Member Avatar for jem00

Hi guys, I'm pretty new to VB and am having a little bit of trouble with scroll bars. I have a text box and I want the user to input a value in there but I also want them to increase the value through a scroll bar or decrease the …

Member Avatar for jem00
0
246
Member Avatar for Arijit Manna

Hi :) Iam preparing a report on VB6. I wish to have my report printed in the DOS mode using a DotMatrix printer. How will I do it, since Iam not working on the command prompt. Is there any way to solve this issue? Are there any general rules irrespective …

Member Avatar for Arijit Manna
0
301
Member Avatar for Metabalistic

Hi, I'm new at DaniWeb. I hope I'm using the right protocol for this forum, but I was wondering: Does anyone know how to tell in VBA which button of a Microsoft Word custom toolbar has been activated? Is there something like an ActionSource property that provides the toolbar control's …

0
47
Member Avatar for Burret

I'm a beginner and trying to do some code for Excel I want to use String Tank_Level inside the method Sheet2.Tank1.Picture = LoadPicture(Load_Picture) for example like this Sheet2.(Tank_Level).Picture = LoadPicture(Load_Picture) is this possible ? Sub Run_Update_Tank() Dim Grader As Integer Dim Grader_String As String Dim Grader_up As Integer Dim Tank …

0
41

The End.