16,916 Topics

Member Avatar for
Member Avatar for az_master

hi,i connected my database to a vb form using adodb and i have a field for inserting images in the vb form where by i can upload a pic but i cant save it? help please.

Member Avatar for debasisdas
0
92
Member Avatar for kyriakos70

Hi, I have a project in VB 2005 and I have inserted a flash movie (.swf), the item from the vb toolbox ax shockwave flash active x object returned an error "error activex make sure it is properly registered" so I create one through code : [code] Imports AxShockwaveFlashObjects.AxShockwaveFlash Public …

Member Avatar for Byaptia
0
288
Member Avatar for sonia sardana

hey there are different methods to deploy application for VB.Net, ASP.net, C#,Jscript. As all these are languages of .Net Framework. All the languages have differerent methods of deployment. [B][COLOR="Red"]VB.Net Deployment Methods--[/COLOR][/B] 1) Windows Installer deployment 2) ClickOnce. Are these methods write?? Is there any more method to deploy VB.net app. …

0
59
Member Avatar for Zork'nPalls

When you put a PictureBox into your form, you have the option of loading a Picture at compile-time. That picture will still be there when you make your project a .exe and put it on another c0mputer Is there any way I can incorporate a Picture into my executable without …

Member Avatar for Mathimagics
0
107
Member Avatar for laoballer

I have two .csv files that I save, what I would like to do is create a VB app that automatically opens those two files as two worksheets I can work with in one excel window. I'm able to open the csv file automatically but when I try to open …

0
51
Member Avatar for alrjr79

I need to create a macro, that will attach attributes to a sku#. Example: sku color height width casters material 98202 blue 10' 5' plastic 91505 red 11' 6' yes metal I need the macro to display the following using the table above: sku att name att value 98202 color …

0
65
Member Avatar for swapna7999
Member Avatar for sonia sardana

I do not know where to post this question,dats Y I posted it here only. I have seen the advertisement in the newspaper NET Technologies on D2K and backened as SQL. Can Somebody tell me what is D2k,Full Form of d2k, & D2k is frontend. How it is integrated with …

Member Avatar for choudhuryshouvi
0
268
Member Avatar for wrichardson530

I need some type of code that does a check, to make sure the the inofmration eneted is text and no numberic data is ented. This is for a name field. I know of the isnumeric check, but is there other ways doing checks similar to that. I'm doing error …

Member Avatar for Jx_Man
0
102
Member Avatar for opendep

Hi, I am using visual studio 8 to create an application. I need to incorporate file browser window in a .cpp file. The code i have only browses the folders and sub folders but does not display the individual files. Can anyone help me with this..? Any help would be …

Member Avatar for opendep
0
315
Member Avatar for rrocket

I have a count set up in a SQL view set to '*' with the alias set to 'Cn'. I can get the column name with: [code=vb] grd.columns("columnName") [/code] But it does not work when I use the alias... How can I pull use alias instead of the actual column …

Member Avatar for rrocket
0
84
Member Avatar for mohsinhabib

Hi, I am a new member on this community and in VB 6 as well :) I am describing my problem in points 1) Search the string starts with "11" in the specific column of the database 2) then replace all the data in a way that they will now …

0
55
Member Avatar for VidVB6

Hi all I collected the list of items selected in a listbox into a collection.and i need to perfrm some operation on those selected items. so on click of Ok (after selecting the items on the lis on UI), I need to take the ctrl to the function. in the …

Member Avatar for VidVB6
0
121
Member Avatar for swapna7999

i need to develop an application in which there is a web cam or digi cam and my application must take the photo of a particular person and save it in the database. the focus may also be changed plz suggest thank u very much

Member Avatar for swapna7999
0
72
Member Avatar for swapna7999
Member Avatar for rustyboy

I have a dbase created in MSACCESS, how can i retrieve a (field) record with stored pictures on it to Visual Basic Form

Member Avatar for youquijano
0
50
Member Avatar for rajeshkhanna_in

HI all, I have on the form an ADO data control and an OLE object. ADO is connected to a MSAccess Database (With a table having an OLE field). The class of OLE field is "Word.Document.8". Now when I try to connect the datasource property of OLE object, it says …

Member Avatar for rajeshkhanna_in
0
86
Member Avatar for mansi sharma

Can somebody tell me the diff b/w Debug & Debug.Print If we write Debug.Print "i=" & i It gives the o/p in the immediate window. If we write print "i=" & i It gives the normal o/p. But what is the use of Debug.print & where it is used?

Member Avatar for Jx_Man
0
47
Member Avatar for mrgreen108

After looking at the same few lines for an hour now, I cannot figure out why the user named input file isn't opening and the user named output file isn't even being created. I used the debugger in visual studio 05 to figure out the input file isn't being opened …

Member Avatar for mrgreen108
0
294
Member Avatar for rezas_1354

hello i am happy for find your site sorry i can not good speak english i have a problem in vb6 about cd information example : i have one cd (first cd) this cd have many info and name , model , seriasl number and .... when i copy write …

0
48
Member Avatar for PJL

Hi, I need to write some VB6 code to print TIFF files to the printer "Microsoft XPS Document Writer". Any tips? Regards

0
58
Member Avatar for nithin

hi I have a problem with vb 6. I made a program to print bills using Data Report. The problem is, the printer prints the bill in fixed paper height. but the bill height varies according to the data. i want to stop the printer after the data ends. because …

Member Avatar for laljain123
0
142
Member Avatar for msantosh18

can anyone help me in the following problem. am having a table in MSAccess with 4 columns and these 4 columns should be added in a listbox. When user clicks a command button this list box with columns should open. the user views the lists box and select the required …

Member Avatar for debasisdas
0
87
Member Avatar for swapna7999
Member Avatar for swapna7999

i need to generate an id card for that i need to display the details such as name etc which must be accessed from a mysql database and now i know how to connect to mysql database and use select statement but dont know how to display the data accessed …

Member Avatar for swapna7999
0
467
Member Avatar for swapna7999
Member Avatar for Reiko

Hi, i am currently writing a code for a login screen. However I am getting a "run time error 424" object required. I have had very little experince using databases for programming. Any help on how to correct the issue would be greatly appreciated. I am using visual basic 6 …

Member Avatar for VidVB6
-1
230
Member Avatar for deepanjali
Member Avatar for deepanjali
0
69
Member Avatar for bojanski

Hello everyone. First, i'd like to introduce myself, would be very rude to just jump in here :) I'm Bojan, student, 1. year, Croatia, and in this semester i've got a class "Programming 1". Here we're doing C++ (in Visual C++). And the idea of the class is to make …

Member Avatar for bojanski
0
128
Member Avatar for msmali

We are using Feig Bluetooth Handheld reader -- ID ISC PRH 101-B for taking Inventory process. It is connected with the PC through COM port. Anyone pls send me VB6 code to read the tag id by using BT HH reader. Thanks in advance.... By msm

0
52
Member Avatar for VidVB6

Hi All.. Am new to DaniWeb...HI to all u ppl out here:) Am tryin to run this piece of code... [CODE]Private Sub Form_Load() Dim App As New ERUApplication Dim uc As New ERUUserContext Dim Facility As IERUFacility Dim Room As IERURoom Dim MemberList As IERUCollection Dim MemberSet As ERUMemberSet Dim …

0
58
Member Avatar for lostnucleus

In vb6 winsock server accepts the client request by just [B]winsock1.Accept requestID [/B] but in vb9 error are coming + it also dont recognize " sck.closed " command also thanks in advance.

0
51
Member Avatar for jaasaria

hi guys... i have an urgent problem please give an idea about it.. Question#1: I want to know the correct date syntax in query database using MySQL... Question#2: I currenly using the MySQL connector/OBDC 3.51 is their any problem about it?? thxx in advance.... and ned asap reply... thxxxxxxxxxxxx guyzzzzz..

Member Avatar for awny56
0
94
Member Avatar for jimJohnson

I am working on a program with function files and I am not sure how to ask this so this might be kind of interesting. We were given an input file that I saved to my desktop. This is all I did with it and I am not sure if …

Member Avatar for jimJohnson
0
146
Member Avatar for boomba23

I have generated on textfile , earlier i am copying it to lpt1 port and get printed. now the problem arise that my printer is attached to usb so the above command is not working please help me in this regard thanks

0
57
Member Avatar for swapna7999

im getting an error while using Text1.SetFocus the error is invalid procedure call or argument i used this in the form load and i suppose it is used to bring the cursor in the textbox during form load

Member Avatar for boomba23
0
813
Member Avatar for ohyeah

Hi all, Please somebody tell me the code. I have : a textbox name txtfname a table named Customer (located in Database.mdb) the customer table has only 1 field fname. How do i create a connection such that whenever i click on add button, whatever is in the txtfname textbox …

Member Avatar for ohyeah
0
108
Member Avatar for old_mustang888

Hi, Plz help me... My project is Sales system using DAO I need the code for: Password code System (to generate the Item code) Item Entry code, Item Inquiry by description, Item Inquiry by quantity on hand Item Inquiry by unit of measure Item Inquiry by unit price Custumer Entry …

Member Avatar for technogeek_42
0
187
Member Avatar for srinivasan34

Hi ALL I am Srinivasan S Saripalli. I have a VC++ doubt which I have notified below. Hope you can give me a solution. I have developed a ATL,COM 32-bit Service and in the Service I am implementing Timer functionality using either `SetWaitableTimer` or `CreateWaitableTimer`. When I compile my Service …

Member Avatar for caperjack
0
156
Member Avatar for VisActualyBasic

Hi everybody, I have following code: [ICODE]Public Class Form1 Private Sub btn1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn1.Click Dim dayChange As Date = dtp2.Value Dim answer As Date answer = dayChange.AddDays(1) dtp2.Value = answer End Sub End Class[/ICODE] Working : each time I click btn1 datetimepicker changes …

Member Avatar for VisActualyBasic
0
249
Member Avatar for rajeshkhanna_in

HI all, I have on the form an ADO data control and an OLE object. ADO is connected to a MSAccess Database (With a table having an OLE field). The class of OLE field is "Word.Document.8". Now when I try to connect the datasource property of OLE object, it says …

0
56
Member Avatar for rajeshkhanna_in

Hi all Does anyone know about any software which will help me in making a question bank for my students? Also I want the software to help me in making a question paper for the students from the question bank that I create. Thanks in advance any help will be …

Member Avatar for mrhard2004
0
100
Member Avatar for rimmytose

Hi, first time poster here and I am trying to run the Twofish implementation that I found online. I have a very basic knowledge of C++ and I am only trying to get these files to run so that I can analyze encryption times and decryption times for a class …

Member Avatar for mitrmkar
0
108
Member Avatar for doddware

Hi everyone, Please bear with me this is my first post here at daniweb. I usually develop in C or assembly for embedded systems, but occasionally I have need to develop a PC application using C/C++ and have relied on Visual Studio C++ 6.0. Unfortunately I recently purchased a laptop …

Member Avatar for doddware
0
134
Member Avatar for leedsy7

Can anyone provide me with code on how to Delete a row from a list box?? lstReorder.RemoveItem (index) I believe is the right code. However this does not actually do anything by itself. How do i tell the program what the index refers to? ie what the index is? for …

Member Avatar for Henry Schubel
0
1K
Member Avatar for Glitch100

Hi all Well this is my first post, and this looks like a good site to ask... Basically, i have Visual Studio 2008, without a clue on using it- My Request: To gain aid in making a program which does and has the following features- Drop down menu which contains …

Member Avatar for Ancient Dragon
0
129
Member Avatar for zeiken
Member Avatar for srinivasan34

Hi ALL I am Srinivasan S Saripalli. I have a VC++ doubt which I have notified below. Hope you can give me a solution. I have developed a ATL,COM 32-bit Service and in the Service I am implementing Timer functionality using either `SetWaitableTimer` or `CreateWaitableTimer`. When I compile my Service …

Member Avatar for mitrmkar
0
221
Member Avatar for pranavdv

please help that how to add data of one field of database to the combo box. i attached one rar file with this. check that

Member Avatar for Jx_Man
0
136
Member Avatar for bornok15

I'm having problems filtering the date for my reports with access and older versions of mysql i can do this my using this query format: Select * from transactions where xdate =#"& txtdate.text &"# or Select * from transactions where xdate =#"& format(txtdate.text,"mm/dd/yyyy") &"# but now that i'm using wamp …

Member Avatar for Jx_Man
0
93

The End.