Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / Languages / VB.NET / March 2008

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Simple VBA programming in Excel04 Mar 2008 20:20 GMT2
I am trying to write a simple VBA program for a spreadsheet. However I
am stuck. I am learning this as I go along so that is the big problem
no doubt. I need to copy a sheet and rename. Simple eh? I copy it no
problem but cannot figure how to change the copyed name (now
Manipulating Datasets04 Mar 2008 17:50 GMT9
How can I manipulate Datasets, such as getting a specific row based on a key
column value.  Of course, I could loop through all the rows in the entire
dataset each time I needed something, but is there an easier way?  I want to
be able to execute the equivalent of SQL statements ...
OOP question04 Mar 2008 16:46 GMT5
I am new to OOP and new to VB.net and have an object/Class question. I want
to create and array of objects. Each object needs to have a Property that is
and array.
Basicly here is what I have to initialize my objects
Long Arithmetic not elegant in .NET04 Mar 2008 16:14 GMT6
This doesn't work:
       Dim t As DateTime = DateTime.Now
       Dim a As Long = t.Ticks
       Dim t2 As DateTime = t.AddSeconds(1)
opening a file with my program on double click04 Mar 2008 16:00 GMT4
I would like to know how I can make my program to open the file I double
clicked on in a folder.
So I've associated the file with the program, but when I double click on it,
it starts the program, but the file is not opened with it.
VB.NET ReportViewer: How to display one record per page?04 Mar 2008 15:19 GMT1
I am using the ReportViewer to display and print work orders. I have a
ServiceTicket.rdlc which displays all of the information for one
ticket on one page. This works fine, but what I need to do is have a
report that will show all of the service tickets for a specified
Linear gradient background does not repaint correctly.04 Mar 2008 14:48 GMT1
My current code paints a rectangular area at the top (under the menu and
tool strip) and bottom (top of the status strip) of the main form with a
linear gradient.  The problem is that when the form is resized or maximized
for that matter, the form still displays the last areas that ...
Culture thingy04 Mar 2008 14:43 GMT1
If I use this code:
   Dim ci As New System.Globalization.CultureInfo("en-US", False)
   Dim newCi As System.Globalization.CultureInfo = CType(ci.Clone(),
System.Globalization.CultureInfo)
How to write "x = unchecked((int)0x80000000);" with C# on Visual Basic 2008?04 Mar 2008 14:26 GMT13
Hello. In project Visual Studio 2008, Visual C#, Windows Forms Application,
I have written down such code on C# without errors:
       [Flags]
       public enum WindowStyles : uint
disable menu04 Mar 2008 09:32 GMT5
I've already disabled of the menu but when I press <ALT>, it still can be
focusd.
How can i disable this?
Thanks
QueriesTableAdapter04 Mar 2008 04:53 GMT6
Newbie question:
I have created a custom query using the Query Builder, and it shows up
as a QueriesTableAdapter entry in the .xsd file. Now, how do I make
the results of this query available to a grid object on my form? IOW,
html entity encode/decode04 Mar 2008 01:40 GMT2
I've got an application that builds a URL string from user input (textboxes
etc).  I need to replace all special characters to the HTML entity thingies
(like "$" to "%24").
Is there an easy way to do this without a huge list of the String.Replace
how to always round numbers up04 Mar 2008 01:03 GMT4
Whats the easiest way to round numbers up.
For example,  a calculation that results in a value of 1.3 will round to 1,
and a calculation that results in 1.8 will round to 2.
My issue that I want the 1.3 to always round up to 2, as to round down to 1
Bulk audio conversion03 Mar 2008 19:45 GMT2
i need to write a simple program that will convert wave files, from
PCM 22Khz 16 bit Stereo to PCM 8KHz 8 bit Mono.
I don't know how to use windows to do this. I tryed to check If Sound
Recorder accept command line to use it for conversion with no success.
VB tutorials03 Mar 2008 17:07 GMT1
All,
  What are your thoughts about using a learning product like AppDev's CD
tutorials to learn VB2005 / 2008?
Is it worth the money ($850 - $1,250)?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.