11,868 Topics
![]() | |
Hi, I need a vb code which prints the pdf fil,e i select. Please help. | |
Hello All, i want to add a word/text file in database(MS-Access), for this i am using datatype ole object for that particular column. i am using a text box to catch the file name and the complete path of the file and putting the value of textbox in that table … | |
[B]hello all please help me out,I have designed a database in access having two fields(1.Regno 2.Smartid).I hav also kept some dummy values in RegNo,But the Smartid is empty. Now what code should I write to retrive the RegNo for which the Smartid is empty. I hav used only these three … | |
[code] [COLOR=green]Private[/COLOR][COLOR=green]Sub[/COLOR][COLOR=green] BindingNavigatorDeleteItem_Click([/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] sender [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.Object, [/COLOR][COLOR=green]ByVal[/COLOR][COLOR=green] e [/COLOR][COLOR=green]As[/COLOR][COLOR=green] System.EventArgs) [/COLOR][COLOR=green]Handles[/COLOR][COLOR=green] BindingNavigatorDeleteItem.Click[/COLOR] [COLOR=green]Dim[/COLOR] rowDeleting [COLOR=green]As[/COLOR] portfolioDBDataSet.CRS_AccomplishRow rowDeleting = PortfolioDBDataSet.CRS_Accomplish.Rows(CRS_AccomplishBindingSource.Position) rowDeleting.Delete() [COLOR=green]Me[/COLOR].CRS_AccomplishTableAdapter.Update([COLOR=green]Me[/COLOR].PortfolioDBDataSet.CRS_Accomplish) [COLOR=green]End[/COLOR] [COLOR=green]Sub[/COLOR] [/code] this is the function I have, it shows no errors, but if I try to delete the first record it shows that it deletes all of … | |
hi....actually wen i am loading a form from the module.....its loaded but its not holding on to the screen and it is performing the actions listed in the form load procedure......can anyone tell me what should i do to make the form hold on to the screen....it would be of … | |
In VB6, I have a main form (frmMain) with three subsidary forms. The latter set various properties on frmMain, e.g. frmMain.NoCopies = x I have a number of procedures that I want to put this in, so I need to pass the name of the form as a variable - … | |
I would like to know how to take input from a user and populate an array? I know how to do an array normally. I know how to have a user input information into a file that I create. But, I don't know how to put the two together. Any … | |
Pls. give me sample code and brief explanation about how the thumb scanner works and how can I integrate this to my PC using VB | |
Please can anyboby help send me codes to add scroll bars to a form | |
hey everybody i need some help with my school project im useing visual basic 5 the project is to make a program for a radio station with 3 forms a main a new and a uniquenumber. the idea was that everysong saved into the program was given a unique number … | |
examples of code or syntax for the option button,any example will help.thanks! | |
Hello , iwant to make a frmSetting Form for mscomm control and in the Form i have kept TextBox to send data to port .And i also have the main Form on which is the main Form of the project . when i opening the port, in the Setting form … | |
hi, how to print preview a file in excel using VB 6 any help is greatly appreciated thanks in advance. | |
[COLOR="Green"]i use acess 97 database , i'm not want to use datacontrol and iwant to use DBGrid how can i tie DBGrid with database by code thank you[/COLOR] | |
i want to use dll files in different directory (customized by user) and all functions in the dll must call with out reference | |
i want to set the path of dll files in many folder how can i do it | |
[code]Dim objLink As HTMLLinkElement Dim objMSHTML As New MSHTML.HTMLDocument Dim objDocument As MSHTML.HTMLDocument Dim currentver As String currentver = "1.0" Set objDocument = objMSHTML.createDocumentFromUrl("[URL]http://alexsoft.awardspace.com/updates/updates.php?version=1.0[/URL]", _ vbNullString) While objDocument.readyState <> "complete" DoEvents Wend If InStr(1, objDocument.documentElement.outerHTML, "UpdateMe") Then Command1.Visible = True lblstatus.Caption = "Update Available" Timer3.Enabled = False Else lblstatus.Caption = … | |
Having lost days and days trying to get something from shoutcast stream and get nowhere, it is my belief that I should design my own stream server program, so I can [I]completely[/I] control what is going out in the stream (and, hence, be able to read with other programs what … | |
I have a small audio player in VB6. I need to capture all possible metadata withing the SHOUTCast stream. i.e. [code] icy-notice1: This stream requires <A href="[URL]http://www.winamp.com/[/URL]" target=_blank>Winamp</A> icy-notice2: SHOUTcast Distributed Network Audio Server/Linux v1.9.5 icy-name: RadioABF.net - Paris Electro Spirit Live From FRANCE icy-genre: Techno House Electronic icy-url: <A … | |
how can i load a form from a module created in d same project??...........What function should i use to do so??? | |
im a begginer in vb and i start creating a multiple choice game,can you please help me about the option button(source code)please give some examples.please help me. | |
| |
anybody know the coding for searching by primary key? example: i have database name "FAIL", table name "Fail" and i want to search by field name " Nama Fail" i really need the help to finish my project | |
I have absolutely no VB experience. Just yesterday I taught myself some basics enough to code a series of prompt boxes following a model in an Excel textbook. I'm at work and I need some help. I built a work book that takes inputs, calculates and then produces an output. … | |
hi im just starting to design a database using adodc but I have a problem... can someone give me tip on how to create a search code for ADODC... thx in advance | |
I have some questions related to printer object: 1. I am painting a Picture Box image on the printer object and then printing it. How can I shrink the Image so that It fits to page of the printer? 2. I am generating reports which are in HTML files displayed … | |
I'm trying to do something in this thread but I might have posted it in the wrong forum so forgive me for asking the same question in 2 areas but this problem is kicken' my tail. See here please [URL]http://www.daniweb.com/techtalkforums/post380764.html#post380764[/URL] Any help would be mac-daddy great! | |
how do i connect to a password protected database through VB....... | |
Private Sub Form_Load() Dim dbUserName As ADODB.Connection Dim cmdCommand As New ADODB.Command Dim rsUserName As ADODB.Recordset Set dbUserName = New ADODB.Connection dbUserName.ConnectionString = "provider=Microsoft.Jet.OLEDB.4.0;" & "Persist Security Info=False;" & "Data Source = C:\Documents and Settings\Administrator\Desktop\db1.mdb" dbUserName.CursorLocation = adUseClient dbUserName.Open after this wen i run the with command it gives an … |
The End.