On MP3.com: MP3.com Editors blog it up!
44 Resources for

vb.net

  • Subscribe to this listing via:
  • RSS
  • Email
Did you mean Microsoft Visual Basic.Net (337 results)

TechRepublic Resources

i want store image in sql server 2000 using vb.net 2003 windows application
hi,I am using vb.net win applicationi want store image in sql server 2000 using vb.net 2003 windows application,plz any example codesplz help me
Tags: Databases, shafiq1380@..., Windows application, vb.NET, Microsoft SQL Server 2000, Microsoft SQL Server
Discussion threads 2007-10-31
Skins for VB .net
Hi,I am comparitively new to vb.net programming.I have a project that contains forms, accepting orders from users.I donot want my forms to look like conventional design provided by vb.net environment.I searched in the net and could find that we can add skins to the forms created in vb.net.But its not...
Tags: Construction, smanjalavil@..., Microsoft Visual Basic, vb.NET
Discussion threads 2007-10-25
i want store image in sql server 2000 using vb.net 2003 windows application
hi, I am using vb.net win applicationi want store image in sql server 2000 using vb.net 2003 windows application,plz any example codesplz help me
Tags: Databases, nspkarthik@..., Windows application, vb.NET, Microsoft SQL Server 2000, Microsoft SQL Server
Discussion threads 2007-10-05
How to create file association with application extension in vb.net
i want to know how to create file extension in vb.net. For example, if have window application that has file extension like (.kay). If i save a file and i want the file to open my application. any hints
Tags: Construction, kaymaf@..., vb.NET
Discussion threads 2007-09-28
"Toolbox" like window
How can I create a "toolbox" (similar to vb.net toolbox window) in my project(using vb.net)?
Tags: Construction, goyerts2@..., vb.NET, window
Discussion threads 2007-09-20
vb.net 2003 DATAGRID
How do you move a row item from one datagrid to another datagrid. I am looking for a solution like you see in any situation where a user select a line item from one datagrid and with a button selects one row or select rows and then moves them to...
Tags: mrachfal@..., datagrid, vb.NET
Discussion threads 2007-08-18
how to connect the database from vb.net
how to connect a sql server 2005 express edition database through vb.net
Tags: Storage, Databases, hema.kavi@..., vb.NET, database
Discussion threads 2007-08-15
Control Windows services with VB.NET's ServiceController component
Whenever you need to start, stop, pause, or pass parameters to a Windows service, Visual Studio .NET's ServiceController component makes it easy.In order to use ServiceController, you first need to add the component to your Windows application, expand the Toolbox, and choose ServiceController. Once you add it to your form,...
Tags: Vb.net, Programming
Blog posts 2007-08-02
Putting VB.NET's MonthCalendar control to use
Visual Studio .NET provides the MonthCalendar control, which allows you to select dates or a range of dates. The control is a convenient way to allow users to make a date selection. It is similar to the DateTimePicker control, which only allows you to select a particular date, while the...
Tags: Vb.net
Blog posts 2007-07-12
vb.net
hello,i would like know the how to create the vb.net coding. thank u ...
Tags: shnanny0440@..., vb.NET
Discussion threads 2007-07-10
How to retrieve mails directly from exchange server 2003 using vb.net appl.
Hi Friends, i'm fetching mails with vb.net appl. using outlook object through MAPI function. but, now the requirement is to fetch mails directly from exchange server, without interacting with outlook.Plz, can anyone help me how to do this.Its urgent. plz..Thanks,Praveen.
Tags: b.praveen999@..., vb.NET, server
Discussion threads 2007-07-04
Convert a byte array to a string with VB.NET
I recently covered ways to convert a string into a byte array with VB.NET. When you need to convert a byte array into a string, you can use either BitConverter.ToString or Convert.ToBase64String methods. I provide examples that show you how to make the conversion using both methods.Byte array usageIf you...
Tags: Vb.net, Programming
Blog posts 2007-06-28
Convert a string into a byte array in VB.NET
If you need to convert a string into a byte array in VB.NET, you can use the GetBytes method or one of the encoding objects available in the System.Text namespace. This tip shows various encoding types and looks at ways to convert a string into a byte array.Encoding typesThere are...
Tags: Vb.net, Programming
Blog posts 2007-06-14
Validate an ISBN value with VB.NET
The International Standard Book Number ISBN is a unique commercial book identifier barcode. If you work with VB.NET applications that deal with books, you're all-too-familiar with the task of confirming that a given ISBN value is valid.Prior to 2007, ISBN consisted of 10-digit values; beginning this year, 13 digit ISBN...
Tags: Vb.net
Blog posts 2007-06-07
Is VB.Net a deadend language?
Let's leave out all debate as to whether or not VB.Net is a quality language or not. For a change. What I do know, is that while Microsoft pays a lot of lip service to the idea that VB.Net is a good "glue" language, they do not seem to provide...
Tags: Vb.net, C#, .net
Blog posts 2007-06-06
vb.net coding
i want to make a vb.net executable, sos
Tags: echizengwe@..., vb.NET
Discussion threads 2007-06-05
search code in vb.net
i have a database in microsoft access and i designed an interface for it in vb.net. ive been trying to write code for the 'search' command which i can use to retrieve individual records from the database. tried the code used in vb 6.0 but it dint work.so i would...
Tags: Storage, yasmol@...
Discussion threads 2007-05-25
Count words in VB.NET using Split and Replace functions
Hi,You can do this without looping in a one-liner if you don't mind using regular expressions :Public Function getWordCountByVal InputString As String As Integer Return Split(System.Text.RegularExpressions.Regex.Replace(InputString, "s+
Tags: programming, vb.net, Microsoft Visual Basic.Net, hugo@...
Discussion threads 2007-03-09
difference between visual studio.net and visual studio 2005
hi all,Could someone tell me what is the difference between visual studio.net and visual studio 2005? As far as i know, vs2005 is the latest. is that right? i got a book to study visualbasic.net . can i use VS 2005 to study VB.net? Thank you.SunilVS2005 is the latestYes you...
Tags: .net, linux, programming, software, sunil8188@..., vb 2005, vb.net, visual basic 2005, visual studio, visual studio.net, VS2005, windows
Discussion threads 2007-03-06
copy table from dataset
I need to copy table from a dataset then return saved copy into the original table.dim cpytbl as new datatablecpytbl = ds.table("name").copyentr processds.table.("name") = cpytbl this statement give an error "Property 'Item' is 'ReadOnly' "can you helpSeems to be a fundamental error hereWhy are you trying to do this?I can...
Tags: sahaah@...
Discussion threads 2007-02-25


TechRepublic's Gaming Policy
Computer games--including those installed from floppy disks, USB "thumb" drives, CDs, DVDs, or accessed online or as part of any massive, multiplayer ...
Buy Now
TechRepublic's Peer To Peer Policy
Peer-to-peer networks--such as BearShare, Kazaa, LimeWire, Morpheus, and others--present numerous significant security threats to organizations. Permi ...
Buy Now