12,425 Topics

Member Avatar for
Member Avatar for williamrojas78

Hi I am trying to access a database that is going to be located on a remote server, but i have no idea how to do it. i tried this commands so far but they don't work: [CODE] Dim oSqlConn As New SqlConnection oSqlConn.ConnectionString = "Network Library=DBMSSOCN;" & _ "Data …

Member Avatar for fisheye
0
143
Member Avatar for computer_mom

Hi everyone I am trying to code a program using loops that prints triangles. for instance: * ** *** **** ***** then the other way ***** **** *** ** * My problem is I am using For---Next, but I am not sure how to start my counter. I had for …

Member Avatar for computer_mom
0
118
Member Avatar for docjump

Hello - this is my first post to this group. I was told about your group by a tech rep for HP (unofficially, of course), when I problem I'm having was beyond the scope of both Microsoft and HP. I am self-employed as a programmer (embedded systems mostly) and Operations …

0
50
Member Avatar for theyellowmole

I in the process of making an oRPG game called Book of Souls using an open source oRPG engine called Konfuze D-Bugged. This is similar to the Mirage Source engine. We are currently looking for a coder who can modify the source of this engine in order to help us …

0
109
Member Avatar for titosust

I can embed windows Media Player control in my VB project. But the problem is I cant add an EQUALIZER in that. How can I do this stuff? If anyone know, please help me out. It's an urgent.. mail me: [email]tito_sust@yahoo.com[/email]

0
90
Member Avatar for chopaface

grrr!! I [B]hate [/B] computer science! Why did I even bothered to take it?! It's ruining my damn average! My perfect A!! Grrr-- anyway! I'm such a newbie in computer science, so I don't know anything. Okay, please take a looky at this-- see if there's anything wrong with it-- …

Member Avatar for Kegtapper
0
168
Member Avatar for williamrojas78

Hi I created this application, debugged and everything works fine, but now i create the executable and it crashes! but in debug mode it works correctly. Hopefully somebody can help me Thatnks in advance

Member Avatar for williamrojas78
0
124
Member Avatar for Naveen

hi guys. am new to VB. so dont know too many things. i am making a multimedia player and i have completed the brass tacks. i have a couple of qns for features that i wanna put in 1. how do i implement a feature wherein i display the time …

Member Avatar for SpectateSwamp
0
213
Member Avatar for cins

Does anyone have vb6 code on how to send a sms from a vb application via any :o internet connection

Member Avatar for calcop
0
111
Member Avatar for MDDS

I am using VB6 for programing. I have made a very simple Address Program, but can anyone tell me if it is possible to find duplicated surnames in a Sequential or a Random File? Would be grateful for any help.

Member Avatar for Yomet
0
139
Member Avatar for Slavrix

how can i make the program play a sound when my tmer is finished? [CODE]If txtSec.Text = 0 And txtMin.Text = 0 And txtHour.Text = 0 Then Timer1.Enabled = False <--------need sound to play here until cmd button pressed to stop it. EndIf[/CODE]

Member Avatar for invisal
-1
227
Member Avatar for steveneven

Hi people, I am just including a link to a great resource for using Linux to create real time visual effects. [quote]Use EffecTV and Simple DirectMedia Layer (SDL) to create your own real-time visual effects on live video. Learn how to integrate geometric primitives, bitmap image loading, and simple motion …

0
111
Member Avatar for shobana

hi guys, i had a module in ivrs.I am mentioning that module. the module is wait for the phone bell to ring once and pick up the phone. After a specified key is pressed then disconnect the line. wait for getting the response after reading a message otherwise timeout and …

0
52
Member Avatar for Avatar

Hi guys, im just a begginer in visual basic and im looking for someone who could help me with our school/group project.. in some cases we have been appointed to make a clock using visual basic that ring or alarm every point of the time assigned. For example, every Monday, …

Member Avatar for Avatar
0
119
Member Avatar for halsoft

i want to write a vba macro that read the bookmark name on a selected place in word document.

Member Avatar for halsoft
0
112
Member Avatar for Snowlie

I have a little problem with the commondialog. I can select the files what i need but now i want them to put them in a table by click on a butten while i have one file selected but i don't know how i have to do this does somebody …

Member Avatar for Snowlie
0
87
Member Avatar for shobana

I am final year student. I am going to do the projet in visual basic and oracle in IVRS. i want the details of ivrs and how to record the voice, how to get the response with keypress without using any trial version software. i didn't have much knowledge in …

Member Avatar for shobana
0
191
Member Avatar for shobana

Respected sir, I am final year student. I am going to do the project in IVRS using visual basic and oracle. I need the details of IVRS. I am doing the project individually. I want the details of how to record the voice and how to get the responses with …

Member Avatar for mastermind_SEO
0
100
Member Avatar for Hawkeye249

Hello, I'm using a worksheet is used to tally survey results. It's working well and I want to make it better. Each row corresponds to a question number. In use, the code locks cursor positioning into B and the User types the number for the box checked on the card. …

Member Avatar for EricDV
0
231
Member Avatar for shobana

Respected sir, I am final year student. I am going to do the project in IVRS in visual basic and oracle. Before iam going to start i want the details of the IVRS. what are the requirements need to do the project. The project completion time is march. I am …

0
30
Member Avatar for complete

Visual Basic and C++ and Debug and DLLs Here is the problem I am having now. I have a C++ DLL that seems to work just fine. It has been tested with function calls from a executable written in C++. Now, using it with my Visual Basic GUI seems to …

Member Avatar for Alvein
0
239
Member Avatar for complete

How do I save my break points in VIsual Basic? I am experiencing the frusturation of setting the break points and then, if the program crashes and VB shuts down, the break points are lost. I tried to set them and then save all and shut down the IDE and …

Member Avatar for Alvein
0
40
Member Avatar for complete

'Here is my declarations: Declare Function atxml_ReadCmds Lib "AtXmlApi_Dbg.dll" (ByVal resourceName As String, _ ByVal ReadBuffer As String, _ ByVal numberBytesToRead As String, _ ByRef numBytesRead As Integer) As Integer Global resourceName As String Global ReadBuffer As String * 255 Dim NBR As Integer 'Number of Bytes Read Dim numberBytesToRead …

Member Avatar for Yomet
0
111
Member Avatar for blahbleh

hey. I have a book called Programming Games with Microsoft Visual Basic 6.0 and no matter what I try to do with the hangman game, I can't get the code to work. It's all messed up. Can someone supply me with the whole code for the game so I can …

0
61
Member Avatar for abstrait

Is it possible to allow people to input information and then when the click submit, have the information sent to my email account? If so, how would I go about doing this? I'm using VB6.

Member Avatar for Yomet
0
146
Member Avatar for williamrojas78

Hi I am developing this application where i have to create a report in excel; in other words i am writing to an excel file from VB. The application writes the contents of a grid into the excel file. The first time I run it it works fine, but the …

Member Avatar for williamrojas78
0
404
Member Avatar for LiquidICE

;) Greetings fellow beings! I am LiquidICE(water), i was brought into existence on the 25th of June 1987 at aprox 08:23. I am of the male counterpart. My hobbies colligate programming(visual basic(want to learn c++)), hardware(fooling around with wires and other harmful material), extreme sports(trampoline, biking, potato guns, ect) and …

0
28
Member Avatar for barryhuizenga

Hi Thanks in advance for any assistance with this side project of mine. The hospital I work for wants to improve patient interaction with a laboratory blood draw station by taking them from a crowded cooridor to a more comfortable waiting room. The idea is to hire a greeter who …

Member Avatar for barryhuizenga
0
189
Member Avatar for Maged

Hello All, I have 2 problems I think related to same problem I use VB6 pro edition with SP6 The first I use thr function RmDir to delete a directory when cancel button is clicked, it works on 98,ME but in XP I get "File Acsess error" message. I stop …

Member Avatar for Yomet
0
176
Member Avatar for complete

In Visual Basic 6 I have written a program to read and write to a file. It works fine. Now I have to do the same for binary data since the information I write to the file has [i]end-of-line[/i] and [i]return[/i] characters. For instance, when I write to the file, …

Member Avatar for Comatose
0
149
Member Avatar for complete

Is it difficult to write to the system clipboard? Also, once that is done, how about launching Notpad from VB and dynamically doing a paste (I guess via DDE) from VB code?

Member Avatar for AlanC
0
208
Member Avatar for spiderman2006

Hello, I would appreciate it very much if someone can give me an idea of a dissertation using visual basic.net with any other application...maybe sql etc. If there is a company requiring a project to be done i would be very thankful if you could let me know. Iv only …

0
63
Member Avatar for twins

I need to help me by giving me a new simple idea for developing any of office programs such as powerpoint OR any idea for developing a program for developers with new thing?

Member Avatar for Slavrix
0
111
Member Avatar for solway

hi all, ive just started learning VB6 and have come across a problem or two. can you guys help. i am trying to create a countdown timer, i have made one with a timer and textboxs (5 textboxs, mmm:ss). but i have seen some examples using pictures as the numbers. …

Member Avatar for solway
0
136
Member Avatar for twins

I need any idea support my senior project where my teacher asked me to develope a program for developers not for the user or develope an existing program with new idea. can any one help me? thank you ;)

Member Avatar for loup
0
105
Member Avatar for complete

How does one create the process where a user can open (select) a file to read from? In C++ there are already classes to inherit from. Do I have to make a file open form from scratch in VB?

Member Avatar for chopaface
0
214
Member Avatar for DotNetUser

In Visual Basic 6.0, all the available events for an object (ex. Button) are displayed in the Procedure box of the Code window for the developer to choose from. But in VS .NET, the events are hidden. Is there a way to expose them or find out all the available …

Member Avatar for salamkottayam
0
150
Member Avatar for ccoleman

Ok I have an excell sheet that I have set up to email out and to add an all day event to an outlook calender. There are two problems I'm having, one is that I can't get it to update the calender unless I already have outlook open. I'm using …

Member Avatar for Kegtapper
0
107
Member Avatar for moridin

ive made a program that links into an access 2000db. ive written the code for the find button as [CODE]Private Sub cmdFind_Click() Dim x As String x = InputBox("Input the first few characters of the Company Name ", "Find on Name") Data1.Recordset.FindFirst "Name like '%" & x & "%'" cmdFind_ok: …

Member Avatar for Kegtapper
0
406
Member Avatar for Slavrix

umm can some one pls teach me how to publish my work in VB6 pls. thx, i got it to work once but it took me 30 ties and 40 days. so all help isuse ful . thx

0
69
Member Avatar for cindynicole

Hi all, I need a fresh set of eyes :eek: . Can anyone see what is wrong w/the sql statement? Dim sql As String = "INSERT INTO order " & "VALUES ('" & itemId & "', '" & description & "', " & oNum & ")" Danka, Cindy

Member Avatar for cindynicole
0
170
Member Avatar for Duckman

Hi, I am not much of a programmer, so I was wondering if someone could help me write a VBA function that will go through all the cells of an excel sheet, and if a function exists in that cell, output that function to a text file? After having the …

Member Avatar for Yomet
0
196
Member Avatar for hopkins1878

Hi there, I am not the bet in Access, I will admit. But need a function to open up a MS Outlook template (.oft file) within Access. Anyone help with quick steps on how to do this, It would be greatly apprciated.

Member Avatar for Kegtapper
0
585
Member Avatar for jto

i have different sige of photo files which was scanned through a scaner and save as *.jpg file , now i want to use all this files in a form made in vb6 where i want to link all these files trough data base so that i can see each …

Member Avatar for Kegtapper
0
300
Member Avatar for jacobi

Hi, I'm new here. I program card and board games in VB6 Prof in Windows XP Home with SP2. For cards I use the freeware QCard32dll obtainable from www3.telus.net. I have a problem with AdjustCardBlocked hWnd, nCard in that the top offset of 16 pixels seems to be unblockable with …

0
60
Member Avatar for awaw

Hi EVERY BODY I am working now in the large project. I used in some pages visual basic .net language and some C# language. How I can gather the two languages in one solution. I am using visual stido.net program. Note I could change any of them to other language …

0
71
Member Avatar for lallous

Forgive me for my questions but i am still an extreme beginner with VB I'm just practicing some programming so i decided to code a simple program which will help users convert between different units of measurement. I started with Temperature conversion and what do u know i got stuck …

Member Avatar for Comatose
0
132
Member Avatar for Cudmore

Hey y'all! I'm fairly new to internet programming, and I'm surrently developping my first socket app in Java.. Now I have a question... I wrote a simple chat client to learn the commands, it uses a datagram socket (that's what I want to stick with for now) and sends/recieves messages.. …

Member Avatar for Cudmore
0
182
Member Avatar for drew010

ive made a dll in c, and it gets called with visual basic. in vb one of the parameters i pass is the address of a vb function. i can get the dll to run the function fine, but i need to put that address into a struct to pass …

Member Avatar for perniciosus
0
114
Member Avatar for TKSS

Hi all, I'm importing external data into Microsoft Excel XP from a database. Not wanting to query all 70 databases we have I'm thinking a macro or some visual basic would work nicely to automate this. However, I'm stuck because everything I read tells me that one cannot query multiple …

0
155

The End.