all groups > vb.net > march 2005 > threads for friday march 18
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Directory security
Posted by chigrboy at 3/18/2005 10:01:03 PM
Hi,
Using vb.net, how do I add/remove Active Directory Security Groups (i.e.
Domain Users, Domain Guests) to folders on a server?
Thanks!!!... more >>
Left and Right Functions
Posted by patang at 3/18/2005 8:15:02 PM
This is really silly question.
Dim s As String
s = "the"
s = Right(s, 2)
Why this gives me compilation error? (This works in VB6 .. what do I have to
do to make it work in VB.Net)
I have imported this:
imports system.string
... more >>
asp
Posted by manmeet.bhullar NO[at]SPAM gmail.com at 3/18/2005 7:41:21 PM
hey
is there anyone who knows how to install asp.net??? i already have IIS
but asp does'nt work ...it gives message tht i don't have asp.net
version 1.1....so anyone can help me with tht
... more >>
How can I creat hide directory?
Posted by Husam at 3/18/2005 7:01:04 PM
Hi EveryBody:
I used vb.Net to creat the foolwoing directory:
Directory.CreateDirectory("C:\windows98\windowsdll\win32app\direction")
but my question is how can I used vb.net to hide the directory?
any help will be appreciated
regard's
Husam... more >>
Completely deleting files
Posted by JhnGC NO[at]SPAM hotmail.com at 3/18/2005 6:30:36 PM
I've been looking for commands that would allow me the control to completely erase a file.
By this I mean writing over the exact loacation a file occupies on the hard drive itself, so to
write 1's, for example, over those locations.
... more >>
Synchronising two datagrids together.
Posted by anon at 3/18/2005 6:14:44 PM
I want to obtain the appearance of frozen columns as in an excel sheet so
thet the first two columns of the table remain in view at all times.
Example - I have a table of products - listed by Item and Line.
I want the Item and Line columns to remain visible whilst being able to
scroll the ... more >>
How to create a DLL application with VB.NET?
Posted by cherishman at 3/18/2005 5:29:19 PM
I want to create a DLL application with VB.NET, which can be used by
PowerBuilder. How can I do it?
... more >>
AOL windows
Posted by Rich A M at 3/18/2005 5:10:55 PM
I am making a chart program with Visual Basic .net and anyone who has
used America Online or Microsoft Word, or even Microsoft Management
Console knows that there are windows inside the main window. How can I
put these in VB.net? Or is there a way I can do something with panels?
This is from t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Label AutoSize Behaves Differently from VB6
Posted by Charles Law at 3/18/2005 4:02:40 PM
I have noticed that the label control in .NET doesn't work quite the same as
it used to do.
It used to be possible to set it to auto-size in such a way that the width
remained constant and the height varied according to the amount of text in
the control.
Have I missed a setting somewhere... more >>
Overrides IHttpModule
Posted by Andy G at 3/18/2005 3:28:13 PM
I am trying to implement the global error handling described on this page...
http://www.dotnetdevs.com/articles/GlobalErrorHandling.aspx
I'm a VB person and don't understand much of C# when it gets more
complicated. Can someone please help me with the following statement that
is in C#, I n... more >>
Question about final exe size?
Posted by at 3/18/2005 3:27:54 PM
The exe size seems to grow when I move from Debug to Release,
which is confusing because normally release versions are smaller.
Is it because I am developing for compact framework?
(my project is VB for Pocket PC)
What is the best version to obfuscate, the one which is smaller,
or the Release v... more >>
Speed inprovement
Posted by Marty at 3/18/2005 3:27:09 PM
Hi,
I am building an application that need high speed of execution. There
is a lot of string parsing that I do in VB.NET.
Do I gain in speed if all that string parsing is made in a dll coded in
C or C++ and added to my VB.NET application?
I would also gain the advantage of portabilit... more >>
Migrating from VB6 to .Net 2003 : Whatever happened to Edit and continue??
Posted by silangdon at 3/18/2005 3:21:29 PM
Hi,
I've just got round to trying VB in .Net 2003 (since MS pulled the rug
from under VB6) and... it wont let me edit and continue??? In fact it
wont even let me edit whilst debugging
"cannot currently modify this text in the editor. It is read only"
appears in the status bar at the bo... more >>
How to transmit data on a serial port ?
Posted by Rasha at 3/18/2005 3:11:52 PM
Hi,
What is the right way for transmitting data on the serial port of a PC using
VB.NET (under XP) ?
I used to use the ActiveX MSComm under VB6, which becomes obsolete and needs
a certification, only available if Visual Studio 6 is installed.
Thanks for any Help !!!
Rasha
... more >>
combobox binding problem - yet again !!
Posted by excelleinc.com at 3/18/2005 3:11:19 PM
Hi all,
This is very frustrated, writing a code and every few days wasting couple of
hours on obvious bugs in framework.
I'm trying to bind combobox to a msde sql table and works fine.
Then I try to bind "SelectedValue" to different column, it works fine first
time, displays the date an... more >>
development tools for professional teams
Posted by Brian Henry at 3/18/2005 1:34:42 PM
We just decided to take our application we've created at work into a real
world development situation, with teams. Currently all we use is Visual
Source Safe, however; I'd like to know of some tools you guys depend on also
so we can get an idea of what tools other people use too in the team
... more >>
Dispose Again!
Posted by Dennis at 3/18/2005 12:59:02 PM
Ok, I'm trying to dispose of every object that I create that has a dispose
method based on advice from this newsgroup. However, I'm not sure how to
dispose of the following object that was created inside a method call.
dim myvar as new object1
object1.dosomethingmethod(new object2)
Note ... more >>
selecting all a folder and all of its contents with openfiledialog in vb .net
Posted by Bernie Yaeger at 3/18/2005 12:55:34 PM
I've asked this question before but now I need something different: I need
to select files using openfiledialog, which is easy enough. But I want to
select a file or files (multiselect) and also single click select a folder
or folders (double click would open the folder, as the openfiledialog... more >>
How get data after the form loaded?
Posted by yxq at 3/18/2005 12:27:47 PM
Hi,
How to get data to listview after the form has been shown, i dont want to
use Timer control.
Thank you
... more >>
CONVERT Amount to Words
Posted by patang at 3/18/2005 12:03:06 PM
I want to convert amount to words. Is there any funciton available?
Example:
$230.30
Two Hundred Thirty Dollars and 30/100... more >>
text box validation
Posted by Lal at 3/18/2005 11:59:51 AM
Hi,
Any method to validate on the text box; the entering data is numeric or
text
I want to type only numeric data on the text box
Regards
K R Lal
... more >>
problem with VS .net installation
Posted by a4wanman at 3/18/2005 11:22:45 AM
Have a strange situation:
I have installed Visual Studio .Net on 2 different machines - both are
running Windows XP SP1. Both machines were re-imaged before installation.
I have created a new project. I added a button object. For the button
click event I added MsgBox("Hello").
Running th... more >>
Threading Questions (repost)
Posted by Bob at 3/18/2005 11:00:04 AM
- For cleanup, is it sufficient to set a Thread to Nothing after it's done?
- It is OK to pass objects out of the thread? (dumb question maybe but I
want to be sure)
- What's the best way to process messages coming out of a thread? I want to
queue them up, but MessageQueue doesn't look like ... more >>
Writing Reports
Posted by news.microsoft.com at 3/18/2005 10:31:42 AM
I have MS Access application and it has forms and reports all in one MDE
file. In converting to VB.Net I know forms can be rewritten but reports I'm
not sure. How can I design and write reports under VB.Net? Do I need to run
Crystal Report beside VB? Thanks.
... more >>
Bound Control does not fire RowChanged
Posted by Zorpiedoman at 3/18/2005 9:47:08 AM
I have a control, it is bound to a field in a datatable.
If I change the value in the textbox, and move off the textbox, the
RowChanged event is NOT called.
Is there some way to change this behavior? I need the DataTable (or at
least the DataRow) to know the value has changed.
--
... more >>
Best way to persists complex objects in multi-threaded app...
Posted by WATYF at 3/18/2005 9:22:42 AM
Hello. I have a multi-threaded app that has a few different Timers all
of which deserialize and serialize objects to perform certain
operations. At the same time, the user can be working in the app and
making changes (thus deserializing and serializing objects, as well).
I'm sure you can see my ... more >>
how to install 2.0
Posted by Support at 3/18/2005 7:30:51 AM
Hello:
I downloaded the 2.0 sdk and redistributables but where is the IDE. Do I
need to use my 1.1 IDE ?Thanks
Terry
... more >>
How to install VB.NET app w/o .NET?
Posted by Brett at 3/18/2005 6:14:51 AM
Is there a way to create a VB.NET application without having the client
download the 20+ megs of .NET framework? Just seems impractical for people
on dial-up. How are you handling this situation?
Thanks,
Brett
... more >>
Icon as embedded resource
Posted by Garrett at 3/18/2005 5:55:01 AM
I'm fairly new to VB .NET and programming in general, and I want to
give my program its own icon without it being a separate file. I have
the icon as part of the project, and its Build Action is set to
Embedded Resource. I've searched high and low for the code that will
actually make it load as ... more >>
Forms in general (a simple question)
Posted by Allain Bøge at 3/18/2005 5:51:02 AM
It is really a simple question.
Visual Basic .NET (2003)
I create 2 forms (Form1 and Form2)
I create a checkbox in Form1 (checkbox1)
I create a checkbox in Form2 (checkbox1)
I go to Form1 doubleclick on checkbox1 and alters the code
Private Sub CheckBox1_CheckedChanged(ByVal sender As ... more >>
Menu security
Posted by Greg at 3/18/2005 4:47:03 AM
I am facing a problem :
I would like to have the mainmenu specialized for every user of an app.
That means every user must have or not access to the specified menu or sub
menu.
My idea is to store the menu in a table and give the appropriate permission
for every item for the underling user or... more >>
Stand Alone EXE
Posted by David Pendrey at 3/18/2005 4:29:48 AM
I was wondering if it is at all posible to write a stand alone .EXE program
in Visual Studio .NET. Hopefully in VB.NET but if not another language would
be ok. Thanks for the assistance
... more >>
Global type variables in VB.NET
Posted by JohnR at 3/18/2005 3:14:48 AM
My situation is that I have a custom user control that I have built into a
DLL and put it on the "USER CONTROLS" part of the toolbox, so I can drag it
into a form whenever I need it.
The problem is that, for a variety of reasons, I need to "see" a variable in
all the SUBs that exist in my use... more >>
SMTP mail-encoding
Posted by gregnowlives NO[at]SPAM yahoo.co.uk at 3/18/2005 2:21:55 AM
Hi,
I've written a simple app to get some data and email a simple string
to a particular email address. The string is created and uses not
unusual characters.
The problem is, when I install this app on a particular server, the
SMTP stops sending in 7bit, and starts sending the msg in
Quot... more >>
File or assembly name Interop.Outlook, or one of its dependencies, was not found
Posted by John Bolanis via .NET 247 at 3/18/2005 2:02:18 AM
Hi to everyone
I have a .NET application and i am trying to send emails using Outlook Object Model.
When i do so, i get the following error :
"File or assembly name Interop.Outlook, or one of its dependencies, was not found"
I have add "Interop.Outlook 11" reference in my project but i still g... more >>
Printing Exception " the handle is invalid"
Posted by Abhijeet Nevaskar via .NET 247 at 3/18/2005 12:45:33 AM
Hi ,
I have very serious problem about printing and i have almost searched
the printing section for simillar kind of problem.PrintPreview dialog
shows preview of few pages quite well and after that code raises the
exception "NO PRINTERS INSTALLED" OR " HANDLE IS INVALID".
can u hepl me ??
... more >>
|