16,916 Topics
![]() | |
hi, i have a project here that can insert the picture in the database by binary. but the problem is to search it using the "find" this is the codes that i upload in the net... Dim sourceFile As Integer sourceFile = FreeFile Open fileName For Binary Access Read As … | |
I have one form and one text box and having access database behind with connection of databound control. i want to transfer values from form1 text box to another form2 which is having also text box and is having another table in access datbase. please any body can give reply … | |
Hi! I developed an application that shows pictures in vb6 program. A pice of cake. I don´t want to deal with zooming and scrolling so I would like to sent it to the windows fax and picture viewer but I can´t find it. Any hint ... QuijoteMx | |
Hi all, I was learning about VBA 6.5 in excel ,so get Visual Basic 6 enterprise just to see can i do anything in that. So i get confused it is not same program like they do not look same . But they have some thing common .So i buy … | |
I`m doing a project in VB to conduct a Quiz competition. I`ve succeeded in creating databases & tables using ADOX. The problem is how can I retrieve all table names from a database using ADOX? with regards Robins Antony. | |
my prof told me to make my thesis system encrypt all that i save on it (on the add/save part of a file maintenance) ... thats all he said, ive seen something like this, but cnt remember... can any1 help me on making a program that when ever i save … | |
Dear Sir , please help me to resolve the problem. 1. In VB Crystal report 4.6 . I have a group of account number as unique under the account number i am having 4 to 5 records each.. The records counter has to be restarted when the account number is … | |
Hi All, I seem to be getting an error with my code when running Intel C++ compiler via Visual Studio 2005. The error generated is "Expression:map/set iterator not dereferencable" I've given my code below in the hope that someone can spot the problem. [code=C++] set<stl_index>::iterator eit1, eit2=elmt_ids.begin(); bool non_consecutive(false); // … | |
i want to create a login ... suppose there is a login table in ms access. containing the fields name and password... and in vb 6 i want to create a login form to type the name and password... if the typed name and password matches any of the record … | |
Dear Sir / Madam, Date : 12th February 2008 Hi, I am Ayan Mukherjee, a Programmer seeking for help. Please help me out. Software Specification : I have Windows 2000 Server with service pack 4, IIS version 5, IE 6 with service pack 6.1. Working Environment : I have to … | |
can anyone help to create a program that is school-friendly. and can anyone plz make me a project just simple program that can make me famous in our school plz | |
hi all, Please can anybody help me. I want to make installable of my project. I already make an exe of that project and try to make installabel through Package and Deployment tool from VB menu. When I click on Package and Deployment option it ask for selecting exe i … | |
I get series of pop ups 'Permission Denied', 'Continue Loading Project' when i tried to open a vbp. I use a activex control created using MFC in this VBP. I am able to open and work with others vbps. I restarted the PC and still find the same. :( Pls … | |
does anyone know how to randomize a frame, the whole frame including the textbox and labels in it...i tried a code but didn't work. i copied the frame and assigned it as index (#)...and also the textbox and labels... | |
Hey, Im modifying a program i wrote in vb2005 [express] in vb 2008. My computer runs vista 64bit and ive had problems with 2008 where the program wouldnt run on a xp x86 computer. I ended up having to write that program in c++. Has anyone had that problem before … | |
I'm trying get a form to pop-up in an excel sheet that awaits the user's input before resuming execution (basically like a message box, only more customized). I've done it before with Access but am having difficulty finding a similar option in VBExcel. If you just show a form the … | |
I have downloaded the visual C++ express 2005.Actually i have no experience with the visual C++, i used to develop with Visual Basic earlier but i don't know some of the following thing: 1. How can i enable the line numbers in my source code? 2. Where can i find … | |
I have a problem with my access database, I have a table that has the column names (see below), and what I want to do is to change the columns into rows in chronological order with the first 7 columns staying the same, this would create a really large document. … | |
anyone can help to store keystokes in list box in vb 6.0 used in my software | |
[COLOR=#555555]am trying to create a web page to be used by my network users (inside my intranet)[/COLOR] [COLOR=#555555] [/COLOR] [COLOR=#555555]I want to get the visitor's name of my page ( in another words to get the network login user name of the person who is visiting my web page)[/COLOR] [COLOR=#555555] … | |
can anyone help me how to create or to make my program a self running and don.t not be open to run. | |
I have recently dug up an old application I created and I am trying to rewrite it in VB express 2008 but it is looking at the script as being completely foreign. I have created a button, and added a script which has some of the following: strComputer objWMIService It … | |
Hi! I'm using the following code to autosize columns in MSFlexgrod contro, but it doesn't work properly. The maximumm width calculated with the code for every cell in a column is narrower than the requiered width. I taught it could be related with the scalemode parameter and it is, but … | |
can anyone help me to apply the loop function in mmcontrol for sounds? to continuously repeat the sounds...tnx | |
Give me some general useful tips to write an internal mail using VB and Access. Help me in designing the database. How I can save attachment files to an Access Database Table? | |
Hi. I'm new to posting and new to vb net too. Nevertheless here i go. I'm developing a project that has 2 applications. One is visible and one is not. What i have so far is this: the visible application sends a message to the unvisible application of another computer … | |
' The popup menu object: Private WithEvents m_cMenu As cPopupMenu lIndex = m_cMenu.ShowPopupMenu(btnAnimate.left, btnAnimate.tOp, btnAnimate.left, btnAnimate.tOp, Me.ScaleWidth - btnAnimate.left - btnAnimate.Width, btnAnimate.tOp + btnAnimate.Height, False) I have added the dll which is related to this popup menu through the references, but the error shows me: ActiveX component can not create … | |
Hi all, I'm using vb 6.0 and crystal report writer xi. I found it quite easy to create reports in crystal report writer xi, but my problem is "HOW DO I CONNECT MY REPORT TO A VB PROGRAM?" What will be the code required to be given so that a … | |
Dear Frnds , I wanna match two files containg data One Containg (like 1000 pdf's) and another containg 1050(pdf's) 1.They should match similar pdf's and write remaing or extra pdf's in another folder. 1.data is with .mdb Format. anyone who can help will be appriciated. with high regards in advance … | |
how to save a file in a database table | |
hi, to everyone... i would like to design something new on my system.. but i have no idea where i can get thissss... it's like in the ms word that theirs a dog their that guide the usersss... thxxx for reading... | |
I have been trying to open a web site , view the html source and save to a file using VB 6. Any help? Thanks. | |
i only have knowledge of connecting into a database(singel PC) but i have now idea where to start when my database needs to be centralized(1database for many PC) or (Network, LAN connected database) can any1 help me on how to make this, my code for connecting a database to VB … | |
im tryin to find out the best way to turn an excel spreadsheet that has all types of formulas in it into an application that i can put on a disk to be installed on a pc | |
I am currently using the visual studio 2005 express edition. I would like to upgrade to the 2008 express. So I would be using Visual Web dev 2008+Visual Basic 2008. These run on .net 3.5, at the moment there isn't an sql server 2008, would I be ok still using … | |
hello averyone.... someone know how to write I.N.I database in my path.... plsssssss kindly help me... jaasaria | |
Hello, I have been trying to understand using the "Tabbed Dialog" or the "TabStrip" commands for my VB6 program. I can create them on my form, but I can't put anything (buttons, labels, textboxes,...) onto them. The toolbox that contains the diferent tools disappears when I select the tab control. … | |
Hello everyone, I'm in my senior year of high school and I have just started taking my first programming class. As it turns out, we use Java and then Visual Basic later on. My question is, as a Computer Science major, will I use Java again in college, or is … | |
Hi friends, I have a list view which contains an id and a name.... upon selecting one row i should be able to view the details of that particular row.. i.e name, age, salary etc...Im using Visual studio .net 2003 and sql server 2005.. | |
Hi bros & sistrs, I need a project ideas in vb script. I dont have any idea in VB script. We have to do HTML project using vb script. Can any one suggest me a good idea pls? | |
[code=c++] #include <iostream> #include <string> #include "Movie.h" #include "Collect.h" using namespace std; int main() { Collect c1; c1.setTitle("BestofBest"); Movie m1, m2, m3("John Ford", "Stagecoach", "Western", 96, "G", "1939"); m1.set("David Lean", "Doctor Zhivago", "Historical", 200, "G", "1965" ); m2.setDirector("John Avildsen"); m2.setTitle("Rocky"); m2.setGenre("Sports"); m2.setLength(120); m2.setRating("G"); m2.setRelease("1976"); Movie m4(m2); cout << m4.getDirector() << … | |
As i knew the <stdarg.h> header should have the following function int vfscanf(FILE *stream, const char *format, va_list ap); but under Visual Studio 2005, after including the header and calling the function i get 'vfscanf': identifier not found if the function is not declared, can u tell me some simmilar … | |
I’m trying to find out if either VB6 or Delphi could be used to make a simple dialer for Windows XP. A dialer my friend made in VB5 works on NT, but not on XP. By a simple dialer, I mean one that I can use to read a single … | |
i want to have some data out of an excel file. but the excel file isn't opend bij vb. how can i get data out of that files than???? i now how i can get data out of a file that is openend by vb it self. but when a … | |
hi i want to close an excel file. i have already this code [CODE]Windows("datamppm.xls").Activate ActiveWorkbook.Close savechanges:=True Application.Quit End [/CODE] but when ik click te button to close the excel file. excel gives an "error" that there are item on the clipboard. en then i have to chose yes or no … | |
how can i limit the textbox to input sysmbols and numbers such as 1,2,3,4,.......;'/,[]=-.... and as such pls help... | |
pls help, the sounds in my project stops after a single play...after a set of music played, it never repeats again...how can i continuously play the sounds pls help... | |
Can somebody let me know how in Word doc can a word be searched and then get Nth word in that line(found text line), using VB?? | |
Need helpful hints to creating internal messaging software in a network including attaching files. | |
I get binary data from a file which is to be displayed in hex byte wise(i.e. 2 digits). format$(hex(num),"00") places a leading zero for single digit numbers but it doesnot support for hex (A-F). How do i get leading zeroes for bytes of values A-F? Is there any simplae way … |
The End.