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 / October 2004

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Two Questions14 Oct 2004 23:27 GMT15
First Question:
Due to the hours of my job i can not go to school right now and i can't
afford online classes.  My questions is that i have learned a lot about .net
and i am pretty sure that if i got the right books i could learn what i need
DataGrid14 Oct 2004 23:20 GMT1
Hi;
I have a Datagrid in ReadOnly Mode, so i want to show from the selected row
the first two cells by pushing a botton.
Thanks on advance.
Bit Values compared to Property Flags14 Oct 2004 23:16 GMT3
In C/C++ for MUDs that I used to work on, I'd use the following defines:
#define IS_SET(flag,bit)  ((flag) & (bit))
#define PLR_ISALIVE   (1 << 0)
#define PLR_THIEF     (1 << 1)
control referencing techniques14 Oct 2004 23:04 GMT3
Does anyone know where i could find a good website that explains many
techniques for direct control referencing?
thanks markh
scientific notation 14 Oct 2004 22:41 GMT2
I have some values in type of double such 0.00009 , 0.0000007, when I want
to show them in a text box and convert them to string they are changed to
scientific notation while I want to show them as they are.
I tried to use  tostring("f")  but it needs to have a precision number ...
.NET Shareware14 Oct 2004 21:56 GMT9
I recently jumped on the .NET bandwagon and have been playing around in
Visual Studio and reading a few books for about 2 weeks now. It occurs
to me that I've never seen a desktop application written in .NET, at
least none that ever required me to install the framework (I only
Debug Regions14 Oct 2004 21:11 GMT4
Is there anyway to mark a block of code so that it will only run in debug
mode?
Like a # debug region ?
Thanks,
FolderBrowserDialog has VANISHED!14 Oct 2004 21:09 GMT6
The FolderBrowserDialog control in my toolbox has vanished!  
I did not delibratly remove it and it is just not there anymore.  I tried to
add it back to the toolbox but there isn't even a .NET component (or even a
COM) available to select from in the "Customize Toolbox" window!
How does one simply open one form from another ?14 Oct 2004 21:02 GMT17
     As an old programmer just now looking at VB.net I have a question:
How does one simply open one form from another ? I don't mean how does one
create a new instance of that form , but rather how to refer to THAT form  ?
And having done this, how does one get data to and from ...
Help with sending email14 Oct 2004 20:51 GMT2
   We are working on creating a company newsletter for our clients that
want to receive it. We are wanting to send it via email and have it
displayed in the body of the email not as an attachment. From what I
understand you create a html version of the newsletter and have the ...
2FieldsInListBox14 Oct 2004 19:53 GMT2
I'm trying to insert 2 fields of same ROW in a ListBox.
Following is the code in VB I had done previously: It worked
pretty straight forward.
------------------------In VB-------------------
Is installed?14 Oct 2004 19:43 GMT1
How do I tell ( in vb.net code ) if a certain program is installed e.g.
outlook, excel, word etc.
regards
Tim
Help with Advanced Datagrid binding14 Oct 2004 19:43 GMT5
I am trying to bind one column of a datagrid to a seperate textbox and
the rest of the fields to a datagrid. the comments are too large to
fit in a datagrid so I created a textbox below the datagrid and need
it to hold the data for the current record selected in the datagrid.
Running VB.NET app from network14 Oct 2004 19:37 GMT3
My coworker has a simple desktop app created in VB.NET.
He compiled it and posted on the network drive. When we try to run it from
it's network location, it generates unhandled exception error.
When we run it from local machine it runs fine.
parsing14 Oct 2004 19:32 GMT1
if i enter any digit in textbox1 and textbox2 , i do not get the
required result of the arithmetic expression. i am putting the
operator between the operands thro the radio buttons which assign a
operator in the variable "op"
 
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.