all groups > vb.net > march 2004 > threads for saturday march 6
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
XP Pro SP2 Beta
Posted by jake at 3/6/2004 10:17:21 PM
Hello,
I read an article about how the Xp Pro SP2 could have the potential to
affect applications. In the article it mentioned about getting the beta
version of SP2 to test against. Where can I get this?
Jake
... more >>
Using .DLL IN vb.net
Posted by Chris at 3/6/2004 8:31:05 PM
Hi
I created an Activex .dll in vb6.0. Can I use it in my vb.net program. How can I call that .dll in my .net prog? Wher can I find info on this
Thanks ... more >>
creating wizards for own controls/forms
Posted by Neil Robbins at 3/6/2004 7:40:09 PM
I have been wondering recently how I would go about creating a control that
when selected from the toolbox for use in an application either autoran a
wizard for providing it with properties or provided for the selection of an
option from the properties window that would run a wizard. I suppose wh... more >>
?Select Field Order in DataSet
Posted by lumpierbritches NO[at]SPAM aol.com at 3/6/2004 6:29:31 PM
Thank you so much for all the assistance I've been getting here in advance.
Especially to the MVP's and the people that take their valuable time in
answering questions for newbies like me. :)
I was wondering if there is a way to select the field order from your tables,
in the datasets? Also, i... more >>
repost: help with IE automation management and killing processes
Posted by Richard Bell at 3/6/2004 5:25:31 PM
I'm working on a VB application that must run 24x7 for a LONG time,
think 60 days of so. As part of what it does it must automate an
instance of IE and navigate to many different URLs, think many
thousands.
Issue 1: Most of the time, these navigations succeed. All is well.
But, based on ea... more >>
Need Help with Form Instancing
Posted by Scott H at 3/6/2004 4:15:11 PM
Hi All,
Coming from VB6, there was a bit of a difference in the way you
display a form, I Thought I'd nailed instanciating a form, but I'm
quite stuck with something that doesn't make sense.
my main form has an event handler that instanciates a small popup form
each time it fires, the cod... more >>
ADO.Net NG????
Posted by meh at 3/6/2004 4:08:28 PM
is there an ADO.Net newsgroup
tia
meh
... more >>
Winforms Printing Inconsistency
Posted by tom thorp at 3/6/2004 4:06:06 PM
I'm currently working on my first complex VB.Net / Winforms application where I'm not using CR to print my Invoices, but have written using PrintDoc
My problem is that on my dev machine, everything works fine. When I deploy it on the production server, the graphic and lines print fine. But no text... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
replacement for lost "Execute" command
Posted by TJS at 3/6/2004 3:56:41 PM
in vbscript there was a command called "execute" which would process a
dynamic string, vb.net dropped that feature ...
does anybody have a working solution for sale or free that will execute a
string in vb.net
... more >>
starting a process from a windows service
Posted by billy_cormic NO[at]SPAM hotmail.com at 3/6/2004 2:21:37 PM
Hello,
I have successfully created a windows service. I would now like
the windows service to call another program and start it when the
service starts. I have been unable to do this. For the windows
service OnStart sub I have the following code:
Protected Overrides Sub OnStart(ByVa... more >>
Updating a row in a dataset
Posted by Jeremy at 3/6/2004 12:33:45 PM
The example for updating an non-strong typed dataset in the resource kit
shows:
dsNorthwind.Tables("ProductsDS").Rows(lstResults.SelectedIndex)("ProductName
") = ProductName & " - Updated"
My code is something like this:
for each srcrow in myds.table(0)
.. do some stuff ..
myds.... more >>
System.NullReferenceException on API call
Posted by R. van der Welle at 3/6/2004 12:30:40 PM
Hi All,
I am upgrading my app (working well with VB6) to VB.NET. It sends MIDI
messages using the API multimedia winmm.dll .
These functions are declared:
Public Declare Function timeSetEvent Lib "winmm.dll" (ByVal uDelay As
Integer, _
ByVal uResolution As Integer, ByVal lpFunction As ... more >>
Get external IP address of Router
Posted by Lorne Smith at 3/6/2004 12:26:19 PM
Hi,
I'm running a small network and need to get the external IP address of my
router so that I can update my DNS forwarding service should my IP change
(it's a dynamic one)... I can get the IP addresses of all the machines in
the network, and can get the internal IP address of the default gate... more >>
Anyone using PayPal IPN with .NET?
Posted by Greg at 3/6/2004 12:08:25 PM
I have code (below) that was working a year ago that I'm trying to use again
and it's now not working. The response is always invalid. Anyone know why?
Code:
Function GetPayPal() As Boolean
Dim myRequest As HttpWebRequest =
CType(HttpWebRequest.Create("https://www.paypal.com/c... more >>
System.Timers.Timer -- new to programming, need help
Posted by WhiteSocksGuy at 3/6/2004 7:07:52 AM
Help! I am new to Visual Basic .Net (version 2002) and I am trying to get a
System.Timers.Timer to work for me to display a splash screen for about two
seconds and then load the main form. I have two forms (frmSplash and
frmMain) and a code Module setup as my startup object.
Here is the code... more >>
Application Development
Posted by Dylan at 3/6/2004 5:36:05 AM
Can projects developed with VB.NET run on Windows ME and/or 98
Is it best to stick with VB 6.0 for these OS'
thanks... more >>
Getting Form a component is in.
Posted by JackRazz at 3/6/2004 2:24:19 AM
Is there a way to get a components parent form from within the component?
Thanks - JackRazz
... more >>
<DefaultValue(Paths.CommonAppDataPath)> Doesn't Work
Posted by JackRazz at 3/6/2004 2:23:17 AM
Im having a problem with the <Browsable(True),
DefaultValue(Paths.CommonAppDataPath)> attribute in the Path property below. The
browser doesn't set the default value correctly when the component is dropped on a
form. When I change the property in the VS IDE property window, it remembers the
c... more >>
Base class
Posted by emetwally NO[at]SPAM moi.gov-dot-kw.no-spam.invalid at 3/6/2004 1:39:38 AM
I've a very simple question:-
if I run any method in the Mybase class, what exactly it will run
against?
e.g.
Let's say i have in my project a form (form1)
when i add such lines of code:
mybase.hide
mybase.height = 100
it runs against form1 (form1 is hided, form1 height changes)
but isn't... more >>
Multi-languages GUI/Mainmenu
Posted by sam at 3/6/2004 1:36:05 AM
Multi-languages GUI
Does VB.net support any library for Mutli-languate GUI
I am the first time to design multi-language GUI
I needs to creat lots of form for different language
Can you give some suggestions in order to decrease
creating so many forms
I met another problem. When my form1 swi... more >>
|