Did you mean
Microsoft Visual Basic.Net (337 results)
Sponsored White Papers, Webcasts, and Downloads
TechRepublic Resources
- sort by:
- Relevance
- Date
- Popularity
- 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
- 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...
- 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
- 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
- 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)?
- 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...
- 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
- 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,...
- 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...
- Blog posts 2007-07-12
- vb.net
- hello,i would like know the how to create the vb.net coding. thank u ...
- 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.
- 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...
- 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...
- 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...
- 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...
- Blog posts 2007-06-06
- vb.net coding
- i want to make a vb.net executable, sos
- 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...
- 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+
- 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...
- 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...
- Discussion threads 2007-02-25
- << Previous
- page 1 of 3
- Next >>
Content Types
Refining Tags
- programming (27 results)
- Microsoft Visual Basic.Net (20 results)
- Microsoft .NET (6 results)
- Justin James (6 results)
- Irina Medvinskaya (5 results)
- Microsoft SQL Server (5 results)
- C# (4 results)
- Microsoft Visual Basic (4 results)
- server (4 results)
- database (4 results)
- SQL (3 results)
- software (3 results)
- Java (3 results)
- .net (3 results)
- JodyGilbert (3 results)
- Microsoft Visual Basic 6.0 (3 results)