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 / June 2005

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Process Check loop10 Jun 2005 17:47 GMT6
I have the following code below that starts an external process batch file.  
I would like to have the application display a dialog box confirming that the
process has ended.  When I run the code below, I get an exception error
An unhandled exception of type 'System ...
can i set the compiler to give me warning if variable is not used ? ( in VB.NET )10 Jun 2005 17:40 GMT2
can i set the compiler to give me warning if variable is not used ?
( in VB.NET )
Formatting textboxes in VB.NET10 Jun 2005 15:41 GMT1
It looks like the Format method is another one that didn't make it to the
.NET controls.  Since I need to force a decimal placeholder to values going
into the textboxes, I tried the following code:
Temp1D_textbox.Text = Format("{0:F1}", dcon_x4.AnalogIn)
Who is currently using file10 Jun 2005 15:35 GMT4
I have a number of apps which are compiled to a shared network directory.
Users run the executables from this directory.
When rebuilding my apps I cannot complete the build if the executable is in
use.
Resize a form and the control, when dragging the corner to a new location10 Jun 2005 15:13 GMT2
I've created a form that serves as a front end for a DB.  My question is how
to resize the form, and have the control on the form resize themselves as i
drag the form.  I've got a status bar added to the bottom of the form, but
when I use the mouse to drag the right bottom corner, ...
Nothing or Dispose?10 Jun 2005 14:41 GMT7
I am kind of a newbie. What's the difference between using dispose() or
= nothing in the 'finally' block of the following code:
Dim mycmd As New OracleCommand(setta_cmdQuery, con)
' setta_cmdQuery is a simple UPDATE query
How to execute parent class functions and then child's10 Jun 2005 14:33 GMT7
How to execute functions in the parent class first and then functions
in the child class?  For example, I have a parent class with functions
'ONE' and 'TWO' and child class has a function 'THREE'.  How should I
declare classes so that all three functions are executed when child
Callback problem with cdecl dll!?10 Jun 2005 14:25 GMT6
I have to use a cdecl dll (3 party dll). One of the functions needs a
callback as a parameter.
Unfortunately it seems that I'm not able to solve this issue.
What I have done is:
StreamWriter and/or System.IO.File problems10 Jun 2005 14:17 GMT6
I'm having problems working with a streamwriter object.  After closing the
streamwriter and setting it to Nothing, I try to delete the file it was
writing to, but I always get the following error message:
   "The process cannot access the file "whatever" because it is being used
Grey Shadow cell on the datagrid10 Jun 2005 13:21 GMT5
I have a possible framework bug.
Sometimes when i call other code by double clikking the datagrid, i get
on returning a grey colored cell over the active cell, still showing the
old data.
.Net equivalent of Scripting.Dictionary10 Jun 2005 11:47 GMT6
Could someone suggest a good native .Net collection object that provides
similar functionality to the COM Scripting.Dictionary object?
Specifically I need to be able to add items with an associated key, retrieve
them by key or by index within the collection, and determine whether ...
Creating a DLL10 Jun 2005 11:27 GMT3
    Newbie to VB.NET here.
    I need to create a project as a .dll instead of an .exe.    Could not
find the instructions on how to do this in on-line help.   Also using the
Ken Halverson VB.NET book and can't find it in there either.
Open Source DOT NET10 Jun 2005 11:26 GMT6
Does anyone know of an open source project for in memory text/data
compression in C# or VB.NET?
Quick Vb6 To Vb.Net Conversion10 Jun 2005 10:53 GMT8
Ive asked this question in ms.public.dotnet.framework.interop but havent got
a reply so im hoping someone may be able to help here. I am a bit of a
newbie to vbnet and am having trouble using some code from
vb6 in vb.net. Im sure its pretty easy to convert but im just unsure of what
Two dimensional sort10 Jun 2005 09:40 GMT6
I have a two arrays that I wish to sort. One is the index array (full
of floating point values). The other is a string array:
ARRAY 1        ARRAY 2
-------        --------
 
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.