16,916 Topics

Member Avatar for
Member Avatar for SatanophanY

Hello all, I am currently attempting to create an instant messenger program, using Visual Basic 6.0 I have no idea where to start and am open to all information/help available. Please respond with links to help sites or any other references of information. Please dont hesistate to email me either …

Member Avatar for togocure
0
95
Member Avatar for Kees Baltus

I was allready successfull to resize pictures to place them with the right relations in a picturebox (I have to present 16 pictures - just like thumbnails - on a form; the original imagesizes can go up to 6 MB). [B][COLOR=red]Problem: it takes too much time.[/COLOR][/B] [B]My procedure:[/B] Load picture …

Member Avatar for QVeen72
0
107
Member Avatar for brian.p

[code] Private Function atoz() As String ' Lower Case Chr(97 + Rnd() * 862150000 Mod 26) ' produces a-z End Function Private Function ZerotoNine() As String ' Numbers Chr(48 + Rnd() * 862150000 Mod 10) 'produces 0-9 End Function[/code] Hi, Quick question(this is not homework by the way)the above code …

Member Avatar for DenisOxon
0
188
Member Avatar for cguan_77

hi, i made a program it works fine on my computer but if I try to run it on other computer it has an error "Run Time Error 429 Active-x Can't Create Object", OS is XP, already installed the runtime files, and someone advice me to install the latest IE …

Member Avatar for cguan_77
0
168
Member Avatar for swatirao

:?: How do I change the input and display of the dtpicker control to "dd/mm/yy" format. Also how do I store it in an MS-Access database in the same format (ie. dd/mm/yy ) . ... need help urgently! Regards, Swati

Member Avatar for Naveed_Cn
0
110
Member Avatar for hamarsheh

Hi everbody! i need single sign on software for our php website , For all application, because we used visual basic and php, and another things so we need software to do single sign on , that the user logs once to his page , and logs out when ever …

Member Avatar for hamarsheh
0
101
Member Avatar for silverfire

Hi all, I'm building a simple logging program in VB5. I'm entirely self-taught using a couple books and the help files, so if I'm missing something obvious, that's probably why. Anyway, I'm trying to get my program to be able to open old logs in notepad. I can't seem to …

Member Avatar for DenisOxon
0
2K
Member Avatar for inzomniac

Hi. I've been struggling with this for about a 3 days now, maybe someone could help. It isn't as specific as it seems. Please read on, i'm losing my mind over this :(. Here's the thing: The Parallax BasicSTAMP1 USB Board was never meant to be used as a front-end …

0
98
Member Avatar for yasirfarid

is there any body who know coding for Save and Load Picture on Database (SQL 2000) thnx Yasir

Member Avatar for QVeen72
0
150
Member Avatar for choudalcua

hi i just need some help in programming.... here it is.. "make a program that will accept 5 integers and will display the median".

Member Avatar for manoshailu
0
76
Member Avatar for jatinder_44

[I]hi , my problem with comm port in device manager,when i using serial rs232 to send data to port first time when i switch on the pc [/I] [I]it execute the program ,But when i use USB to Serial Adapter cable to send data it work's fine but again i …

Member Avatar for jatinder_44
0
84
Member Avatar for asif_14443

I am using Data Reports in Visual Basic. How Serial Number is insert on the data reports ?? like this.... [B][U]S.No[/U][/B] [U]Name [/U] [U] City[/U] [B]1.[/B] Asif Islamabad [B]2. [/B] Mahmood Rawalpindi [B]3. [/B] Khalid Lahore [B]4. [/B] Yasir Karachi

Member Avatar for asif_14443
0
114
Member Avatar for 7arouf

heyguys i've used ASP.NET to create a new website using visual studio 2005 but i want to publish this website so that it can be accessible via internet... i have my domain... but somebody told me that i need an asp.net host provider... i don`t know if i bought host …

Member Avatar for sibir1us
0
129
Member Avatar for kshrini

Hi All, I've developed an application in VB6. All forms are designed at 1024X768 scren resolution. But when I open this application at lower or higher resolution all controls get disturbed. Any clue....

Member Avatar for choudhuryshouvi
0
198
Member Avatar for Ravi Singhal

hi , i am writing a programme in vb6. I want to check whether my cities are matching with cities in database. so i want to ask that how to pass a array to a database by query. I have written the following code please help me Dim CITYARRAY(5) As …

Member Avatar for manoshailu
0
89
Member Avatar for Mr.Wobbles

I have been having a bit of trouble with my users trying to install my program, I will list the error messages first and then let you know what my settings are for the click-once deployment. I don't see any errors when I install it on the computer I have …

Member Avatar for AV Manoharan
0
119
Member Avatar for repole

New here, and a relatively new programmer in general. I've taken 3 years of programming in high school, including a year learning Python and two years learning Java, with one of those years at the AP level. I was recently hired for a summer job, and my company wants me …

Member Avatar for AV Manoharan
0
92
Member Avatar for kshrini
Member Avatar for kshrini
0
70
Member Avatar for smiles

I try to make a simple .vb like this create three textboxes named txtA, txtB and txtAplusB then if you click a button named cmdPlus then the text in txtAplusB will include the texts in txtA and txtB Here is the code for form Private Sub cmdPlus_Click() Call Calculate End …

Member Avatar for smiles
0
569
Member Avatar for dmmckelv

I have created a few projects in VB.NET using Visual Studio 2005. I am wondering how to package the applications for deployment. I would like to be able to upload applications to a server or e-mail the apps. An .exe file with an icon would be great. How do I …

Member Avatar for arjunsasidharan
0
114
Member Avatar for vladdy19

these are the errors that i'm getting i dont' know whats wrong because most of it is given by the instructor any help with these errors will be greatly appreciated c:\documents and settings\compaq_owner\my documents\visual studio 2005\projects\book.cpp(12) : error C2236: unexpected 'class' 'Queue'. Did you forget a ';'? c:\documents and settings\compaq_owner\my …

Member Avatar for Salem
0
212
Member Avatar for LesC

I am trying to remove the line numbers of a text document. Example: N10 G01 F720 X0Y0Z0 N20 X0Y0Z0 etc... N9000 X0Y0Z0 M0 I can remove the line number on 1 line only but need to do this throughout the entire document. Private Sub Command1_Click() WordFoundFlag = 0 For i …

Member Avatar for LesC
0
95
Member Avatar for Es Sayen

hello all, i have to prepare a report which will display data from a specific date upto the specific date, both will be defined by the user at run time. the report is connected with the database and front end is vb. I am using crystal report for this. i …

Member Avatar for kshrini
0
109
Member Avatar for segnett

Okay, I'm new to VB, obviously so I apologize for being so green. Here is what I'm trying to do, I want to create two boxes that I can generate seperately names from a database randomly. I've been plugging at it for a while and can't quite get it. I …

Member Avatar for choudhuryshouvi
0
119
Member Avatar for VBWayne

I'm going to be passed a dos based command to my vb6 program. I would like to take the multiline output of that command and create a command line command for each line it generates. The only way I know to do this at the moment is to pipe it …

Member Avatar for AV Manoharan
0
89
Member Avatar for nschessnerd

Hey i have a textbox that i want to read line by line and store in an ArrayList. I am currently trying to find the line break at the end of each line. Here is the code: [code=visual basic] While i = 0 h = ptext.IndexOf(vbCrLf)'here is where i try …

Member Avatar for AV Manoharan
0
168
Member Avatar for Darshanaa

hi can i be some examples of store mgt projects example live online.for reference.i need some guidance for my project. what is documentation in software designing.

Member Avatar for AV Manoharan
0
88
Member Avatar for Gie

Hi all. I just got this refurbished laptop in addition to my pc. I have no problem with my verizon dsl connection until I network this laptop last night. For my router, I got myself the DLink WBR-2310 and my laptop right away pick-up the signal. However, I noticed that …

Member Avatar for Gie
0
76
Member Avatar for rocket1356

Anyone know what component or where to get a tutorial on how to connect to a LINUX machine using a VB app? I am trying to create a WIN32 Visual Basic application that communicates with a LINUX machine. I will need to open and read some file info from the …

Member Avatar for AV Manoharan
0
94
Member Avatar for yasirfarid

here is a new thread for me..;) I have some duplicate records on table, fields are ecode, ename, desig. some records in ename are same, BUT ecode are different, i just want to do that when i click ename on datacombo it should gives msg for ecode. e.g ecode ename …

Member Avatar for AV Manoharan
0
78
Member Avatar for jan1024188

Hello, I edited a source code I found on a net and now it compiles well. I get a linker error. [CODE]1>Linking... 1>MSVCRT.lib(crtexe.obj) : error LNK2001: unresolved external symbol _main 1>C:\Users\jan\Documents\Visual Studio 2005\Projects\YAST server console\Release\YAST server console.exe : fatal error LNK1120: 1 unresolved externals 1>Build log was saved at "file://c:\Users\jan\Documents\Visual …

Member Avatar for jan1024188
0
160
Member Avatar for paramasivan

Hi to all, How can i access Application data folder irrespective of which OS we have using VB6.0 code? Is there anything like the one 'app.path'? Please help me on this...

Member Avatar for ~Paul~
0
325
Member Avatar for Darshanaa

hi i m working on a store mgt project.' wanted the know the imp of context diagrams. and how can i know if m goin right.

Member Avatar for ~Paul~
0
84
Member Avatar for jan1024188

Hello, I have made a "server" using winsocket. Its a console application and I already added wsock32.lib to liker. Here is error I get (by linker) [CODE]1>Linking... 1>server.obj : error LNK2019: unresolved external symbol __imp__mciSendStringA@16 referenced in function _main 1>server.obj : error LNK2019: unresolved external symbol _WSACleanup@0 referenced in function …

Member Avatar for jan1024188
0
531
Member Avatar for ashraf fawzy

Hi all ... I need to know how to combine avi file format with wav file format programatically with vb6. I hope to get help ... Many thanks to you all.

0
61
Member Avatar for quintoncoert

Is the common language runtime the only way to develop graphical user interfaces in c++? That had been what I thought until I read a gaming thread( how to develop board games in c++ ). A dll, which i have to use, refuses to work with the clr (i am …

Member Avatar for jan1024188
0
145
Member Avatar for sk8ndestroy14

Anytime I open Visual Basic 6 I need to add the common dialog box control to my tool box. Is there any way I can keep that in my toolbox every time I open visual basic 6 without having to add it every time?

Member Avatar for sk8ndestroy14
0
127
Member Avatar for bloggerbob

Hi all! :) I'd like to indroduce you a nice freelancer site where I'm giving information about the newest [B][URL="http://www.workathomefinder.blogspot.com"]Online Jobs[/URL][/B], how to start it, how can you get paid, etc. Not only newbies - who want to start a work-at-home freelance career - but advanced programmers can also get …

Member Avatar for joshSCH
2
118
Member Avatar for Mr.Wobbles

I have code that opens and closes the connection to the database via table adapters every time I update because it was throwing concurrency and other database exceptions left and right. Now, if I try to navigate through the records it throws concurrency exceptions? I can add, edit, delete records …

Member Avatar for Mr.Wobbles
0
333
Member Avatar for cbedard

Hi all, I'm trying to open Acrobat.exe with WSH 5.6. Should be pretty easy right? lol My first problem was I had Acrobat 6.0, Acrobat 7.0 and Acrobat 8.0 all installed on my machine and I needed to browse into a sub folder of Acrobat 8.0. So the first thing …

Member Avatar for cbedard
0
101
Member Avatar for anud18

how do i make the programme wait untill a particular event happens...... i read it on the msdn....that by inserting "App.WaitForEvents" where i wanted to make my programme wait for the event i could do it..... but when i tried putting this line in the programme the compiler didnt recognize …

Member Avatar for AV Manoharan
0
127
Member Avatar for cbedard

Hi All, So I'm brand new to Visual Basic and am VERY confused. Lets set a few constants... OS: Win XP. Variations of Visual Basic on my PC: 1. Visual Basic run through the Sax Basic Engine Version 5.1. This runs files with a .bas extention and is run from …

Member Avatar for cbedard
0
130
Member Avatar for mybellame

I'm getting the following error when I try to save a query. I have security set and I have FULL permission for my login including admin permissions. Can some one help? I'm using ACCESS 2003. Thanks. You do not have the necessary permissions to use the 'MSysTables' object. Have your …

Member Avatar for mybellame
0
80
Member Avatar for Darshanaa

hi pre-requisites of a billing system project in using vb6. can i be provided with an informative dummy project.

Member Avatar for AV Manoharan
0
90
Member Avatar for jatinder_44

Needle which will show fluxation when receving data ,as it show's the car speed .Is there is any control in vb. can anybody give some info on this. wating for rply

Member Avatar for QVeen72
0
84
Member Avatar for nottoshabi

Guys I'm trying to see if I can use DEV to write plugins (DLL) for my animation program Maya. I'm having a little bit of trouble getting started. Once I create the DLL project I tried doing a build to see what I would get just with on empty project …

Member Avatar for Killer_Typo
0
97
Member Avatar for anud18

is there anyway by which i can check whether a command button has been clicked or not...

Member Avatar for QVeen72
0
219
Member Avatar for jatinder_44

Hello i want to know how we can reallocate or refresh the array .In my program i have assign 100 of array's to send byte in each Function ,i am using 4 function in a loop by calling 2nd func in 1st ,3rd in 2nd ..., to get the value …

Member Avatar for AV Manoharan
0
70
Member Avatar for shweti

i am a beginner and working in vb 6.0 as frontend and ms access as backend hello ! i have following tables party:- partyid,lastname,firstname,address,areaid,profid profession:-profid,profname area:-areaid,areaname route:-routeid,routeno,routename routearealink:-routeid,areaid i am using msflexgrid control to enter/modify/delete party details which includes area and profession also.For that i want to use a moveable …

Member Avatar for AV Manoharan
0
124
Member Avatar for deep_3657

Hello, I want to know is it possible to access and modify content of a Excel worksheet dynamically inserted as OLE object in a form. I wish to check and update values of various cells by cell number of the worksheet, but not being sure if possible. thanks in advance

Member Avatar for AV Manoharan
0
177

The End.