all groups > vb.net > july 2004 > threads for saturday july 24
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
how to display a web page (in windows application) from an html string ?
Posted by Tiraman at 7/24/2004 10:11:12 PM
Hi,
i have some html string and i would like to display it like the web browser
does.
what is the best way to do it ?
Best Regards ,
Tiraman :-)
... more >>
Control access
Posted by OpticTygre at 7/24/2004 9:58:45 PM
Is it possible to access a control on a User Control from a module via
directcast, or some other method? If so, how?
-Jason
... more >>
SQL in Data Adapter Conf. Wizard
Posted by M Sameer Haider at 7/24/2004 8:14:13 PM
I am trying to use SQL statement in my Data Adapter
Configuration wizard. Can anyone help me to write a query
which will selest some field from different tables from a
relational database and write these fields into another
database? Or is there any other better way to do it?
Thanks in adva... more >>
Comparing dates
Posted by Bryan at 7/24/2004 6:21:03 PM
I'd like to compare two dates... a string as "0306" to the date of the system clock in vb.net. If I have a string "0306", this is the format month and year. I'd like to compare it to the month and year of the system clock and see which is greater. Thanks.... more >>
Express edition question
Posted by Robert at 7/24/2004 5:56:36 PM
Will I be able to create handheld applications, using the .NET compact
framework, with Visual Basic 2005 Express?
Robert
... more >>
Instructive material for VB.Net Deployment
Posted by DellaCroce at 7/24/2004 5:52:14 PM
I am not new to IT or programming, but I am new to VB.Net. So I took a
short course in VB.Net programming. This was fine, except they "ran out of
time" to work through with us the ins and outs of deploying the applications
we can not create.
Would someone please point me to some online or b... more >>
CheckedListBox and TabControl problem
Posted by Steve Cutting at 7/24/2004 5:12:32 PM
Hi all,
I have a CheckedListBox on one pane of a TabControl on a form. I find that
whenever the user clicks a different tab then comes back, any checks that
were in the list have disappeared.
After a bit of experimenting I have discovered that the problem only occurs
when the CheckedListBox... more >>
GOOGLE NEWS PARSER
Posted by Krakatioison at 7/24/2004 5:09:52 PM
I realized I am an idiot. Whole saturday wasted on this crazy regex crap, I
can't even look at it anymore...uff
Honestly, I am even willing to pay to someone who is able to solve this.
Please help, I really used all my knowledge on this and I cannot get it to
work.
Let me explain:
I need t... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Detecting DesignMode
Posted by Paul W at 7/24/2004 4:40:32 PM
I'm having trouble detecting whether my Control is in DesignMode. I'm
deriving a class from TreeView;
Public Class ExplorerView
Inherits TreeView
...
End Class
But when I want to see if it's in DesignMode, neither Me.DesignMode or
MyBase.DesignMode work, they always... more >>
put a value in datagrid's column
Posted by Agnes at 7/24/2004 11:22:43 AM
in Mydatagrid, there is two columns "currency","exchangerate"
as the user input 'currency' , the exchangerate should be showed
dgMarking(currentCell.RowNumber, 2) = dtCurrency.exchangerate
I use messagebox.show to test the 'dtCurrency.exchangerate', it is correct.
however, nothing changed in... more >>
LDAP and Domain Connection
Posted by Phil Kelly at 7/24/2004 11:15:23 AM
Hi!
I have an application that I have developed on a Win2K3 server using vb.net.
The application binds itself to an LDAP provider, which is the name of an
active directory domain, ie LDAP://DC=TEST,DC=LOCAL
The application works fine on this server.
I have just installed an XP workstation... more >>
Socket Question ?
Posted by Tiraman at 7/24/2004 11:07:10 AM
hi ,
i just started to work with sockets and there are 2 question that bother me.
1) i have a client server application and the server listen for incoming
connections from the clients BUT
how can i promise that nobody will kidnap my connections or will use his
own connections to that se... more >>
map network drive
Posted by Alex at 7/24/2004 11:06:45 AM
Hi All
I'm writing scripts in VBS fore years. But now I've to
write a tool in Visual Basic .Net which has to connet to a
Windows domain. I know how to do this in VBS but I don't
find a way in VB.Net. I've no idea how to logon to the
domain via Net.Socket. It is not necessary to map a
netw... more >>
Comparing vs. Assigning
Posted by Ricky W. Hunt at 7/24/2004 10:40:56 AM
How does VB.NET determine comparing vs. assigning?
For instance, if "checkbox1.checked = True" it only checks the value but
leaves it as it whereas if you have "checkbox1.checked = True" by itself it
changes the value. Is that correct? I believe in C you have a "=" and a "=
=",
one for assign... more >>
Regex problem - please help.
Posted by Krakatioison at 7/24/2004 9:26:53 AM
My problem is simple, but I spent lot of time playing with regex and I am
going nuts.
I need to automatically (many times per day) extract HEADING and
DESCRIPTION from the html code below?
HTML CODE:
<a href="http://www.mylink.com">HEADING</a><br>DESCRIPTION<br>
I am able to get t... more >>
Interface based programming
Posted by Ricky W. Hunt at 7/24/2004 4:34:00 AM
It's dawning on my a lot of my problems with VB.NET is I'm still approaching
it in the same way I've programmed since the late 70's. I've always been
very structured, flow-charted everything, used subroutines, etc. Now I'm
trying to study this new way and I'm getting some terms confused and can
... more >>
doubt on COM components
Posted by kn_kirankumar NO[at]SPAM yahoo.com at 7/24/2004 2:51:21 AM
I heard that we should try to avoid COM components as
possible as much while developing an application in .NET,
Why we need to avoid COM components?
Is there any serious reason?
... more >>
Deploy ans run an executable on another system.
Posted by Marcel at 7/24/2004 12:59:26 AM
Hi,
I just bought VB .NET Standard. I Read a lot but could not find a deployment
wizard. I also read a few messages back that a .NET executable need the .NET
Framework. How do I distribute this framework?
Regards,
Marcel
... more >>
textbox text property
Posted by Bill Rowell at 7/24/2004 12:32:04 AM
This question is driving me nuts because I'm sure its easy to do...
If I have a text box control and a user enters some text with new line
characters in it, how could I turn around and parse that in VB?
I've tried using "\n", "\r\n", etc. and nothing seems to work. Now, I've
been trying to ... more >>
|