16,916 Topics
![]() | |
[COLOR=navy]Hai everyone I am a Bsc Computers Final year student from one of the best known colleges in south India ' ANDHRA lOYOLA COLLEGE ' . My name is Kenneth Clement , 20 year old . I am doing my final year project on GBMS-Guards Booking Management Systems using Visual … | |
when I selected my *.mdb files, it shows"unrecognized database format", I use VB6.0 and ACCESS2003/2007, who can tell me why? thank you ! | |
Is there a method that VB uses to get the drive letter of the directory where the program files reside witout specifying it explicitly? :rolleyes: | |
If you read this, please help me asap, its urgent! I need to comunicate with a access database as a background operation in my program. I have to read off x nr. of records from the database and write a status back. HOW do I do it? Does anyone have … | |
Hi all, In my form, i have a button. If i press button, 1 file ( temp.txt or temp.bmp or temp.wmv ... ) will be opened by using default window program. ( I'm using vb 6 ). How could i do to solve that problem? | |
I want to show my own *.co in VB program, and I know there is cult3d ActiveX player in VB6.0 but I don't know how to use it after I had searched a long time with google.So who can give me some advice or some web resources about cult3d ActiveX … | |
Hi all. Hoping someone could help me out here. I recently started toying around with ASP.NET web development and had downloaded a small business website starter pack from the MSDN site. I've gone through and made many modifications to the pages (only as they relate to the content of the … | |
i need help. How to load a bitmap image from Access database to be shown on a VB 6.o form | |
< Hi I am to teach VB.6 as a tutore in University from next semester, and I dont know where to start? I know notting about VB.> | |
hi holly and veena thanks alot for helping me in problems. before i got veena's solutions i solved the Q-2 and Q-4 by using holly's solutions. but thnxxxxxxxxxxxxxx alot u helped me out. i m very grateful to u both. :) | |
[U][COLOR=#000000]Question # 1:[/COLOR][/U] [COLOR=#000000]Ask the user to enter two different numbers. Print all the numbers between the two values they enter.[/COLOR] [COLOR=#000000] [/COLOR] [U][COLOR=#000000]Question # 2:[/COLOR][/U] [COLOR=#000000]Allow the user to enter as many as positive numbers as they wish, and enter zero to indicate they have finished. Then display the … | |
can anybody having touch screen coding. i have to invoke touch screen through vb and fetch and display the corresponding details from database based on user touch. so please help me regarding. thanks in advance | |
:) hello frnds i wana ask one question about my project. i m dng the project of family tree. in wch many relationships r considered.if one person make his own family tree thn another parson in his family can make the relation ship wth him.and tht will specify the relatinship … | |
I have a main application running on VB6. This has mutiple RS232 inputs which it processes and displays graphically and numerically to the user. I need to create slave display(s) showing limited information on other PC(s) located on the network. What is the best way to communicate between the computers. … | |
Hai All, This is Mahesh, I want to create an application in Visual Basic 6.0 that runs in Background and is invoked when system is going to shut down. Can anyone tell me what is the event that is activated in Visual Basic6.0 when system shuts down. Thanks in Advance … | |
ok i have made this blackjack game in VB.NET 2005: Can anyone spot any obvious bugs/superflous code in it? I have to convert it to VB6 for college as its my homework does anyone know fo any potential pitfalls there? [code] [COLOR=#0000ff]Public[/COLOR][COLOR=#0000ff]Class[/COLOR][COLOR=#000000] Form1 [/COLOR] [COLOR=#0000ff]Public[/COLOR] playertotal [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]Integer [/COLOR][COLOR=#0000ff]Public[/COLOR] dealertotal … | |
Surfed in looking for a solution for a WMP video problem and like the style of this forum so I joined..... Not as young as most of you guys and gals... getting on for 65 and retired lawyer, active radio amateur (that is why the nickname) and playing with electronics, … | |
hello to everyone! can you give some websites containing tutorial or the basics regarding a system with touch screen monitor or with bar code scanner.. how could that be provided, things to be considered and everything.. could it be done with the vb language? i am using vb with my … | |
Need help... I want to refresh ny adodc connection but it seems to refresh faster than the update can take place. Here is the code Set rstemp = New ADODB.Recordset rstemp.Open "Select * from Temperatures;", cn1, adOpenDynamic, adLockOptimistic rstemp.AddNew rstemp!RecipeName = txt_RecpName.Text rstemp!step1 = txt_TempS1.Text rstemp!step2 = txt_TempS2.Text rstemp!step3 = … | |
I have the following code: [code=c]class date { private: unsigned int nDay,nMonth,nYear; static unsigned int nMonthArr[12] = {31,28,31,30,31,30,31,31,30,31,30,31}; //LINE 36 ...[/code] Upon compilation I recieve these errors: n:\courses\8110\Labs\Lab7b\Lab7b.cpp(36) : error C2059: syntax error : '{' n:\courses\8110\Labs\Lab7b\Lab7b.cpp(36) : error C2143: syntax error : missing ';' before '{' n:\courses\8110\Labs\Lab7b\Lab7b.cpp(36) : error C2143: … | |
I have written a small app which allows me to page through numerically-sequenced online images via a VB-5 WebBrowser control window and a few buttons. The app works quite well, but I want to know 2 things. 1. Is there a way to have images auto-resize to fit the available … | |
is any body suggest how i will send sms from pc if i have a gsm modem in my pc. | |
I'm just starting out in VB by taking an online course. The project I'm supposed to make will not run, and i cant figure out why. Here's what I have: [code=php] Private Sub cmdCalculate_Click() 'Declare variables Dim curPrice As Currency Dim curCost As Currency Dim curComm As Currency 'Set variable … | |
hello friends. i'm still new in vb.net i have a problem while using visual studio 2005 where the '.ctor not a valid identifier' accured when loading the form design and i don't know how to overcome this problem. can you all help me please.. | |
i am not sure where to post this treat but i know that Visual Stuido Team System can do software development therefore i place it under software development category. ok. my question is i want to know about can i create A Check-in policy in Team System? cause i believe … | |
I am currently trying to make an application, sort of a mock sound player. I got so far as to make a play button to play, and a stop button to stop. But i need a way to pause it. I noticed that visual basic does not have a pause … | |
Hey I am just starting to play with some SQL stuff after upsizing a old access database. What i would like to do is be-able to pull information out of the SQL database and display this on a web site. The query i want to use i have built using … | |
Hi, I've written an Image to PDF DLL that converts EMF files into PDF by using Windows to enum the records and then I convert these into native PDF commands rather than rendering into a bitmap - in general this is working well but there is an odd problem with … | |
[I]hi,[/I] [I] have a exe file (developed in C) I want to call this exe from VB at the same time i want to pass a file name as parameter to that exe file .Please help me in this regard thank u in advance[/I] | |
I'm a bit confused on how the precompiled header system works. I'm using Visual Studio 2005 and when trying to include multiple .cpp files in a project, they each, on compile, give me an unexpected end of file error. I have them all set to precompile a header, stdafx.h, and … | |
Is Visual Studio 97/5.0 (its called both) any good? | |
[COLOR=#000000]Hello, [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]I am a student in the school electrical engineering and I am called Fernando. [/COLOR] [COLOR=#000000]I make my project report in Visual BASIC and I must much work for it. [/COLOR] [COLOR=#000000]Because of this I have some understanding questions on it.[/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]I have the … | |
Hello there, I need a help. I have a computer that has windows 2003 server installed and I have 9 clients in domain control that use SQL Active Directory, an aplications in Visual Basic. The problem is that whenever they try to use it is soooooooooooo slow and if I … | |
Hi everyone. Hope you guys can help me. Attached below are VB6 codes for a hand phone to call to a modem. When the action is executed, a message box will pop out ‘Ring Ring’. I just want to know is there anyone out there have the codes for SMS … | |
hi! im somekind in a lost mode.how can i call a txtfile out so that it can run a machine? eg if i press this cmdA, it will call out txtfile1 and txtfile1(the command to run the machine is stored in here) will run the machine. and also how is … | |
The following code is supposed to use the data in the attatched file to generate a list of relavent houses available based on the specifacations that you enter. After I enter my prefered search method I can't get it to stop asking me how many bed/bathrooms or what price i … | |
Hello! I need some help with my code. Here's the background information: Six students take three tests. I need to find the grade average of each student (test 1, 2, and 3), then I need to find the average grade of test 1, test 2, and test 3. Next, I … | |
hey guys i need your help please really urgent can u give me visual basic codes for 1- a program that calculates the greatest common divisible(divisor) by only (while) statement ...plz guys ! only while or if statements ! 2- a program that prints the following nubers also by only … ![]() | |
i'm using the included cd that came with my Deitel Deitel Third Edition C++ book. Help / about tells me i'm using visual C++ 6.0 I'm trying to compile a piece of code i wrote in FORTRAN. The code runs and accepts changes to my namelist but does not compile … | |
Greetings, How do I write a program that automatically register a chart object that I use in excel macro? Currently the macro's only work on the PC that I am using, since it has VB6 installed, and some other PC which I manually added the chart object to. For other … | |
I'm creating a simple little macro that draws a chart from some data in Excel. The frustration comes because every time my macro draws a chart, it sequences the number. The first chart is "chart 1" the second is "chart 2" even if "chart 1" no longer exists. I know … | |
[inlinecode]The following code is supposed to use the data in the attatched file to generate a list of relavent houses available based on the specifacations that you enter. After I enter my prefered search method I can't get it to stop asking me how many bed/bathrooms or what price i … | |
I need to figure out how to get online images to automatically resize to fit a VB5's IE Browser control's available window space during runtime. My appication is a simple system to sequentially page through online images that are numbered in order such as 01.jpg, 02.jpg, 03.jpg, etc. I have … | |
hi again.. i have a problem with excel.. tried to print a chart using excel nia vb but it doesnt work and when it does, it keep producing charts tat are infinity..ALOT OF chart without stopping! HELP!! Private Sub cmdExcel_Click() ' ' Dim xlApp As Excel.Application Dim xlBook As Excel.Workbook … | |
I really dont know what category this should go in but, I would like to connect to a server made in vb to get data, how would i do this and how would i get php to send data to the server? | |
[COLOR=#000000][B]Can anyone help me with this assignment I need to do?[/B][/COLOR] [COLOR=#000000][B][/B][/COLOR] [COLOR=#000000][B]Guidance:[/B] [/COLOR] [COLOR=#000000] [/COLOR] [COLOR=#000000]Use a suitable container to store the active phones within the network. You need to consider how each of the separate phones will communicate with each other. One way would be to implement an … | |
Hello Everybody, I want to know that how we can delete the record from the datagrid only, that data should not be deleted from the database. i.e., It should not be seen in webpage,but it should remain in the database. Please help me out soon.My existing code is: [CODE=asp.net] <%@ … | |
Hello there. This is obviously my first post on DaniWeb, as I just found the site in searching for a solution to my issue. I've read over the site rules, as well as the forum rules regarding homework help. Let me start out by saying I am [U]not[/U] looking for … | |
I know absoulutely nothing about compiling source code other than you need MS Visual Studio to compile it. I have the express (free) version of it, can you compile in this version? | |
If I want to see a Dll file of a Program,and I have not find it in the declares and the 'system' file. I know it is there,how can I find it? thank you! |
The End.