20,278 Topics

Member Avatar for
Member Avatar for Unrealx_

Hi..am totally new to vb.net and also designing forms... 1) is there a way you can change the main forms close button image,minimize,maximize 2) Ok I Made An About form..Now How do i link to it from the menu strip 3) i also made a splash but when i load …

Member Avatar for iamthwee
0
97
Member Avatar for scrypt3r

Does any one know the code to retreve process info and put it in a box like task manager?

Member Avatar for scrypt3r
0
151
Member Avatar for poonams

hi all I can anyone tel me how to save image in access database.& also hw to access image from database.I don't know how to start.plz reply

Member Avatar for Krisha
0
134
Member Avatar for satellites101

Hi all I am kind of new to vb.net, and am wondering if anyone could tell me how I can remove the first line of text from a multiline textbox. Let's say I load a text file with 50 lines into a multiline textbox. How do I delete the first …

Member Avatar for waynespangler
0
2K
Member Avatar for Isaac Hydrogen

please i want to make a contact details program with Visual basic that will allow save contact details. like : Names, Address, phone numbers, E-mails, Address, Company and i don't know where to start from.

Member Avatar for prasannapower
0
143
Member Avatar for san_gwapo19

anyone here knows how to create a bank simulation deposit and withdraw..tnx a lot guys!!!

Member Avatar for prasannapower
0
69
Member Avatar for Deemar

I have a grid with various columns and when I use col.Format = m_sysSettings.DATE_FORMAT I have no problems with the data I enter getting formatted to dates. The problem is when I click on them to edit them, they switch back to the format I entered them in. Is there …

Member Avatar for Deemar
0
121
Member Avatar for gouki2005

look this ...why is not the same? [CODE]Dim azar As New Random setd1(azar.Next(1, 7)) setd2=(azar.Next(1, 7))[/CODE] the second one setd2 give me a error... is not the same using =?? Which is the difference??? and... [CODE]Dim dados As New dado dim dados2 as dado [/CODE] Is this the same...o are …

Member Avatar for williamrojas78
0
104
Member Avatar for webfort

Hi, I'm doing a screen scrape of a web page, which works with out any problems What I want to do is replace the contents of tag, I can do this if the tag match exactly but in this page there are allot of blank spaces. lbltest.Text contains the page …

Member Avatar for selvaganapathy
0
149
Member Avatar for tapanp

Hi, Unsung VB.net, I am trying to create an excel file in my web server (windows 2000 server). But I end up with the following error: System.Runtime.InteropServices.COMException (0x80040154): COM object with CLSID {00024500-0000-0000-C000-000000000046} is either not valid or not registered. MS Office is not installed in my server. Even I …

Member Avatar for hu_yang
0
319
Member Avatar for mMm.A

I want to learn about [URL="http://www.daniweb.com/techtalkforums/thread77538.html#"]vb.[/URL]net but i dont know how to start it. Please give me some basic sample for a beginner of vb.net [URL="http://www.daniweb.com/techtalkforums/thread77538.html#"]codes[/URL] I am useing vs.net 2005. please help me

Member Avatar for bruce2424
0
310
Member Avatar for kxh29

Hello All: Just wanted to inquire about Visual Basic. As I understand it, it is a tool to create GUI's on windows platforms. I would like to know where I could find an online tutorial for novices. Also, does VB, can VB interface with Sybase Databases using TransAct SQL....???? Thanks …

Member Avatar for bruce2424
0
141
Member Avatar for jivangoyal

I want to create action buttons in the Novel Groupwise mail client. I've worked on Outlook toolbar which can be developed by using VS. But I want to create similar list of buttons in the toolbar of the Groupwise mail client so that any user can click on any of …

0
51
Member Avatar for omotoyosi

Please all, I am a young female programmer who designed a form. In the form there is a field for image. How will i add a browse to it so that the person felling the form will browse to pick the picture from his system. Please ATTEND URGENTLY TO IT. …

Member Avatar for zumanequeen
-1
3K
Member Avatar for manutd4life

i got a homework its about Generate code Name: qwerty Year Enrolled: 2008 IDNum: 123mem Button: GENERATE CODE Code: 083memrty { 2 last degit from year became the 2 first, 4 last from IDNum became 4 next, 3 last from name became 3 next= 083memrty} 1. validate the text boxes …

Member Avatar for Jx_Man
0
105
Member Avatar for ish_samur

[B]External Component has thrown An Exception[B][/B] Iusing the MDI Form to connect to All forms.but there has been occurred an error when switch between the forms. this error has come to the Main Form(MDI Form) can some one help on this problem?

0
42
Member Avatar for jithusdani

Hi folks.. I want to display the crystal report according to the date that user select...If User changes the date means it should change the report according to that... In my applocation two date picker and one button is ter ,if user select from date and to date means it …

Member Avatar for Jx_Man
0
82
Member Avatar for waqar abbas

Dim dtBranchGrid As DataTable dtBranchGrid = CType(CType(e.CommandSource, GridView).DataSource, DataTable) BranchID = dtBranchGrid.Rows(Index)("BranchID") HI! I cast datagrid into datatable inorder to fetch my relevent ID but this rply an unable to cast error.

Member Avatar for waqar abbas
0
40
Member Avatar for surekhavk

For i = 1 To ListBox1.Items.Count - 1 cstr1 = ListBox1.Text strqry1 = "insert into trans(pid) values('" & cstr1 & "')" MessageBox.Show(strqry1) If ListBox1.GetSelected(i) = True Then cmd.CommandText = strqry1 cmd.ExecuteNonQuery() End If Next MessageBox.Show("Records added") the above code is for inserting multiple records frm listbox to table but ony …

Member Avatar for Jx_Man
0
91
Member Avatar for coolest_avi007

i want to create subdirectory on the server.But unable to create there. ---------------------------------------------------------------------------------------------------------------------------------------------------- Shared Sub main2(ByVal zipdir, ByVal systemname) 'FTP creadentials' Dim servertemp As String = "ftp://hydhtc25116" Dim username As String = "hydhtc25116\root" Dim password As String = "infy@123" Dim host As String = servertemp 'Renaming the zip file as …

0
59
Member Avatar for peanutong

i am using ozeki sms server to send/receive SMS. currently, when i receive SMSes, they will be inserted into this messagein table (microsoft sql server) altogether. however, i wish to implement it this way: user A sends message to #1: hello [TO REPLY: user A <SPACE> <MESSAGE>] #1 replies user …

Member Avatar for Salem
0
70
Member Avatar for esmond

Hi programmers.. I would like to know how to masking our phone number identity when we're about to send sms through PC in an SMS gateway project. I'm a begineer, doing my last project , it will help me so much if anyone could tell me how to do it..^^ …

0
84
Member Avatar for scrypt3r

Is it possible to retrive weather data for a postcode in the uk? does any one know any code to do this?

0
44
Member Avatar for chicita

Hi, I would like to know if it is possible to use SQL Server reporting services in vb.net 2005 as my application is not web-based so I cannot use ASP.net. I have searched the internet for tutorials but I can't find anything that describes how to use vb.net instead of …

Member Avatar for waynespangler
0
44
Member Avatar for scrypt3r

I recently searched google for a code snippet for creating a ftp uploader and i found this code-> [code]Dim ftp As New Chilkat.Ftp2() Dim success As Boolean ' Any string unlocks the component for the 1st 30-days. success = ftp.UnlockComponent("Anything for 30-day trial") If (success <> true) Then MsgBox(ftp.LastErrorText) Exit …

Member Avatar for scrypt3r
0
197
Member Avatar for manishmn1987

[url]http://www.microsoft.com/downloads/d...DisplayLang=en[/url] u have passed me this link to have a program that is used to control the serial port. But.. this program doesn't works on vb.net 2005 version.. there are 4 errors. can u solve this problem..... and tell me, which file to be executed? and how?

Member Avatar for manishmn1987
0
85
Member Avatar for altamesegause

I have a vb applicaton that I'm doing some reverse engineering to fix an error that a task is scheduled to run everyday, which runs fine! The error is a System.applicationexception. In the error message it displays the location where the file is located, in the C:\document and setting\...etc folder, …

0
52
Member Avatar for Maxine

Hi guys, Thanks for the effort you've made in answering my last post and I hope you'll help me out again. I did develop a program in vb6 and vb.net and lost the source code. However I did compile the two programs one in vb6 and the other vb.net and …

Member Avatar for Maxine
0
100
Member Avatar for Budz_delz2008

I'm creating a project right now which is entitle Agenda Management System. I want to log in to server with a flexible connection. I was able to code my server connection but my other forms which contain the saving, updating and deleting command was only working to the computer which …

0
41
Member Avatar for Alps4evr

hi All! I am developing a wesite for generating reports in vb.net. I m stuck with the graphical reports. can any one give me code for displaying the reports in graphical pattern

0
38

The End.