Hi there. Try using pFormA.hide() instead of pformA.close(). Cheers. tecotepo <tecotepo@...> wrote: Hi All, I have 2 forms in vb.net. Form_A and form_B....
Dear group members, Can any one say how to configure network ports through VB. It is very urgent. Regards, R.S. Senthil Kumar 98416 58421 Thanks & Regards, ...
Hi, Platform: ASP.Net, Language: VB.Net I am reading the excel file to insert the records in the sql tables, but here if incase there is some error in some row...
Can any body help me and tell me How i can Create Internet Dailer like 07770777 or others by using VB or C++ or any thing else thenk you for your time Fady...
How do I get my class to return Nothing (dispose itself?) if creation fails. For example, to create the class requires a filename, if the filename is invalid,...
There are many places that offer the standard Microsoft Official Curriculum (MOC) courses, and each place will present the same material in almost the exact...
I will write a programm in visual basic to calculate a depreciation schedule. The programm must have a few textboxes, to input the amount, the date of purchase...
Hi all, I need to amke a program to make thumb nails of the video [generally, .DAT, .MPEG, ] when i open the directory in a windows explorer type application....
Hello everyone. I am new to the group. I hope to learn a lot on here and once I understand, to be able to help others. I do have a question about a problem....
Saudações Adicionei um ficheiro “DataHora.ico” ao meu projecto, e pretendo fazer referência a este ficheiro no meu código. Já Tentei: Me.Botao.Image =...
hi david use the gotfocus and lostfocus events to colour the textbox while got focus setthe colors while lost focus reset the colours aravind ... From: "David"...
Hi, Try this code. Identify the color string by selecting the back color properties of the textbox and paste it accordingly. The code below sets the textbox...
I have a MDI Parent and several MDI Child Forms. On the MDI Parent form I have a side menu that opens each Child Form. Now when I click on the Side Menu I want...
Hi all, I need to amke a program to make thumb nails of the video [generally, .DAT, .MPEG, ] when i open the directory in a windows explorer type application....
Hi all, I need to amke a program to make thumb nails of the video [generally, .DAT, .MPEG, ] when i open the directory in a windows explorer type application....
Hello everybody, I have written a code in VB6. Is it possible to run this code in VB.NET? One of my friends who has VB.NET on his PC needs this code, is it...
Of course ,it can be changed to a vb.net code.VS.Studio has a tool of turning the code from 6.0 to .net .you can just open the project using .net,then you can...
try using this sample... it might help... Imports System Imports System.Windows.Forms Public Module AppModule Public Sub Main( ) Application.Run(New MainForm(...
Heloo. I m fine & hope u will also best in ur health.During a project of data base i have to save a pictue in data base. i canot do this.pls help me a ...
Hi Use the column type as Image in data base to store the Image. And in the Coding u pass PictureObject.image as the value o store in the DB . It will...
With OpenFileDialog1 .Filter = "All Files|*.*|Bitmaps|*.bmp|GIFs|*.gif|JPEGs|*.jpg" .FilterIndex = 2 End With If OpenFileDialog1.ShowDialog() = DialogResult.OK...
Assalamu alaikum. How are you? Please send me which database are you using now. thanks QUAZI attique_chaudry <attique_chaudry@...> wrote: Heloo. I m...
zakir hossain <mail_2_zakir@...> wrote: Assalamu alaikum. How are you? Please send me which database are you using now. thanks QUAZI attique_chaudry...
... From: Qais Al-Shalabi To: visualbasic_official@yahoogroups.com Sent: Saturday, May 28, 2005 2:45 AM Subject: Re: [Visual Basic] picture save in Data Base. ...
Hi Group, I am working on a project where I need to store the details and in some cases I also need to store the photographs in the database.The platform i am...
What is the correct syntax to get a distinct list from two columns? I tried: cmdContacts.CommandText = "Select Distinct CntctLastName, CntctFirstName from...