11,868 Topics
![]() | |
hi there, i'm working on something that requires images i have solved how to save the images in the method of uploading.. i researched on how to access a webcam and thats solved... my problem is capturing the image... on the webcam window... i would like to just capture the … | |
Hi everyone. I am a student at University of Eastern Africa, Baraton. I'm majoring in Mathematics and Minoring in Computer Science. I have been given a project to develop in Visual Basic and I am like, I have no idea of how to begin or how to do that question. … | |
Pls i want to generate two report from my database one for duplicate of record based on thumbprint the other for original thumbprint using VB6 and sql server.I need the code.I will appreciate your help. i mean i want to track duplicate of thumbprint in one table and distinct of … | |
Hi all, i'm using Visual Studio 2005 and by mistake enable the arrows which represents tabs and dots with represents spaces when coding... How do i disable this? | |
i want to use Crystal reports to generate my reports. how can i connect to the server. i am using SQL server as my database with vb6 | |
I have developped a program using vb6 used by a college to store students scores in diferent courses. My problem is that i want to create a button users can use to search for a specific record using the students admission number. I do not have much knowlegde in finding … | |
Hello, I'm trying to open an existing Excel file, and read in some cells. When I run the program to test, it gives me "Compile error: Variable not defined." when it gets to the line: "Set ExcelWS = " (in red). ExcelWB is defined, but not ExcelWS. I followed examples … | |
Hi, i am creating an application. i have menu strip which some items such as notepad, internet explorer, etc. here is the code how i startup notepad [ICODE]Private Sub Notepadmenuitem_Click()Handles menuitem2.click Shell("Notepad.exe",Windostate.normal) End Sub[/ICODE] the probem is that when i click on the item it would open it but my … | |
I'm writing an app in VB with an excel worksheet. At one point I need to solve a set of equations that are not explicit, so I need a numerical solver program. Excel's Solver is supposedly designed for this purpose; however my past experience is that it is very fickle … | |
hi thisis my first post here, what i need to know is how to read/write files using visual basic 9 (visual studio 2008) its different in vb6 and vstudio for open (text) as (int) for output for those who have or r familiar with vstudio 2008, i took the "windows … | |
i was working on a data grid(visual basic) but i could not edit anything from the database. can it be done.help | |
Hi All, Back again looking for some help and guidance, I have a recordset and I want to loop through this recordset until I find the field with the highest date. I am have a basic knowledge of how it should work but I have no idea what way to … | |
hi, how can I read all the names of files present in a folder and store it into an array???. | |
![]() | Hiya, I'm looking for the control that is in Internet Explorer, Tools...Options...Advanced tab. It's class name is SysTreeView32. I have looked everywhere for this control or something similar but no joy. Any help is much appreciated. Gray |
Hi list, After creating a rs with UNION ALL two tables it's possible know record by record the original table source (using any extra SQL feature or something else) SQL = "SELECT * FROM tabA UNION ALL SELECT * FROM tabB ORDER BY field" Set rs = db.OpenRecordset(SQL) Thanks Fernando | |
hi, i have a problem with my form so i have a form with windowstate = maximized now there is a button in that form that if i click on, a new form will be opened. so the problem is that if the new form has been opened and i … | |
Hello, I'm a newbie at VB and am trying to get some help with a process. My code will check an Excel file for dates and store them in a number of variables. Then I want to be able to compare those dates to the current date. I was thinking … | |
Can anybody give me the code to extract files from a zip file to a specified location using VB6.0 | |
I am usually not keen for asking for help in these kind of situations but I am really stumped when it comes to this, all I really need is a good step in the right direction and I should be (hopefully) fine. I am currently writing an airplane seating program … | |
I am looking for a visual studio tutorial, can you suggest one? I have expirience working in visual basic and was asked by my boss to learn asp.net. So I got visual studio installed, and read a few sites about asp.net. the idea of visual studio looks very much like … | |
Does anyone knows how to make datasource location of a report fixed like in VB you can use app.path. Can anyone suggest how to do it? Thanks in advance! | |
how to establish connection from vb6 to mssql 2000? | |
hai, I've written a client side code for creating virtual channels in remote desktop protocol. How to write the server side code? I need a COM object or a standard application. Thank you. bk_kiran_kumar | |
preventing existing records in a table from being added in an ACCESS Database | |
What I want to do is when a user selects a radio button on a 2nd form, it will correspond with the first form. Example . . . . . . . . . . . . Say I want to change the last column and the last rows number … | |
I have created a db in access and an access report which I need to open from a form in visual basic. My vb form contains: 2 calendar controls: I would like the user to be able to select a date range to query for the report. 2 list boxes: … | |
For the final project of the year i need to create a digital image processor that removes the noise and increase the contrast in a digital image. Here are the requirements for the project: Program Requirements Input data: The values for the two-dimensional array will come from a file (rawimage.txt) … | |
Hi I am trying to display a table from Access in a Flexgrid. For some reason, the flexgrid only displays the first record from the table and doesnot show any other record! Can someone please help!! Here's the code: Set cmd.ActiveConnection = conn cmd.CommandText = "SELECT WFJob,JobTitle,FLSA FROM Delte where … | |
Hi, I am using the Microsoft ADO Data Control 6.0 and connectiong to my database using Microsoft Jet 4.0. My fields are being outputted into labels. I have a tex box called text1 and a command button called cmdsearch I wand to be able to search through my database and … | |
Hi, I m new member of 'daniweb' i m a student of BCA 5 in india i m intrested in VB,Oracle,JAVA,Networking so Please help me.... I m creating a project like mobile company! i have problem to create table in ORACLE 9i using VB6. I have some problem to give … |
The End.