all groups > vb.net > april 2006 > threads for wednesday april 26
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
Mabry FTP/NET LicenseKey !
Posted by Bill nguyen at 4/26/2006 9:31:23 PM
I just bought FTP/NET from Mabry. It works well. However, I can't find the
..LicenseKey property so that I can assign the key code to the application.
Tried to contact their techsupport but got only an answering machine!
Hoping someone in this group has the answer.
Thanks
Bill
... more >>
InvokeRequired not working with my Timer
Posted by Mark Denardo at 4/26/2006 6:53:39 PM
Hey all, I'm having a problem with the following:
Private m_myDELEGATE As New myDELEGATE(AddressOf
ReceivingServerMessage_UIThread)
Delegate Sub myDELEGATE(ByVal ReceivingServerMessage As NetworkMessage)
Public Sub ReceivingServerMessage(ByVal objNetworkMessage As NetworkMessage)
If (M... more >>
Inserting HTML into a page based on conditions
Posted by RSH at 4/26/2006 6:00:24 PM
I have a custom WebControl that I created. The template is used sitewide.
I would like to use this template for every page but there are instances
when blocks of HTML need to be displayed only in certain instances.
How do i go about doing the following:
If page = "MainPage" then
... more >>
need some suggestions
Posted by cj at 4/26/2006 5:05:57 PM
I'm looking for a simple case type construct like IIF but that'll handle
3 possibilities. I doubt this is possible but?????... more >>
EVAL function
Posted by bill at 4/26/2006 4:37:51 PM
In VB.NET 2005, is there an equivalent of the EVAL function available in
MSAccess and javascript?
I need a way to pass a dynamically generated string (like "2+2") to a
function and return 4.
EVAL("2+2") will return 4
Thanks
Bill
... more >>
<Flags()> ENUM attibute
Posted by Chad at 4/26/2006 4:21:13 PM
I've used bitwise enums before (powers of 2) and have used AND and OR =
operator to determine which individual flags have been set, but I have =
never used the <Flags()> _ attribute
What advantage does this give me?
Thankoo... more >>
minimizing viewstate
Posted by Justin at 4/26/2006 3:00:03 PM
I have aspx pages with 10 checkboxlist controls. total individual checkbox
(the sum of individual checbox in those 10 checkboxlists) on the page is
about 1710. You can imagine how large the viewstate is. Is there anyway I
can shrink the viewstate and at the same time get the values of each
ch... more >>
Salamander Online Decompiler v2 available
Posted by Huihong at 4/26/2006 2:57:25 PM
http://www.remotesoft.com/salamander/
now supports .NET 2.0, freely available for online use, pls give it a
try. It supports generating C#, VB.NET, and MC++. (the upload file size
limit is 3MB)
With about 250,000 files have neen uploaded and decompiled thus far,
the online decompiler is ver... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
how to tell when in design mode in .NET 2.0
Posted by Brian Henry at 4/26/2006 1:59:59 PM
in 1.1 I did if DesignMode = true to check this, but in 2005 it seems to
just skip right over that and run the code I dont want to run in design
mode, anyone else have this problem? any solutions to it?
... more >>
sending values to a VB.Net exe
Posted by javier.gomez NO[at]SPAM gmail.com at 4/26/2006 1:50:43 PM
is it possible to send values to a VB.Net exe? For example can I run
an exe sending the value of 5 and having the application show a message
box with a number 5?
... more >>
How to change default installation to "Everyone" instead of "Just Me"
Posted by ImageAnalyst at 4/26/2006 1:38:58 PM
Yay!!! They fixed this for VS2005. You can now set the default
installation to be "Everyone" instead of "Just Me" and you can control
whether you even want those radio button installed in your Setup
program.
>From the Documentation
http://msdn2.microsoft.com/en-us/library/5f981xa1.aspx
====... more >>
Using Waitable Timer APIs with VB.NET.
Posted by Sam at 4/26/2006 1:03:46 PM
Hello:
Can anyone provide me some idea on how to replace the Sleep method.
Major Disadvantage that I have been facing with the Sleep method is
that the
application freezes during the sleep time and does not respond to any
other events like the
-- onComm event of the Serial port. I have been us... more >>
Datagrid - Interchange rows & columns
Posted by Sam at 4/26/2006 12:50:05 PM
Hello all,
Can we interchange the rows & columns of a Datagrid with VB.NET so that
all the data that is displayed in rows is displayed as columns?
ThanX.
... more >>
Using a User's Control of VB.NET in a Form of VB6
Posted by damianmatiasmax at 4/26/2006 12:32:44 PM
Hola, I am trying to generate a UserControl in VB.NET to be able to use
it in VB6. Therefore:
1- I generate the Wrapper and the object COM
2- Import it from VB6 and I can use his methods, properties and events.
To the object I can use it, but it(he,she) cannot apply the User's
Control inside t... more >>
URL in RTF Box
Posted by Kevin L at 4/26/2006 11:08:56 AM
I have a windows form with an RTF box that correctly displays a URL to a
website for example.
How would I go about having IE open when the link is clicked?
(I see a hand cursor, but nothing happens when clicking on it, so I assume
that I have to handle the click event.)
Also, related to... more >>
Writing and reading from a template Excel file using ADO.Net - results not recalculated
Posted by RJN at 4/26/2006 9:39:16 AM
Hi
I've a template excel file which has all the calculations defined. There
are certain input values to be entered which gives a lot of output to
the user. I don't want to expose the excel sheet to the user as
calculations become visible. I'm writing a web interface which takes the
input valu... more >>
Books: (I'm converting vb release 4 to release 8) But will eventually move it to other PCs
Posted by clusardi2k NO[at]SPAM aol.com at 4/26/2006 8:22:56 AM
Hello,
What book and/or books can teach me how to do deployment with a step by
step detail, hopefully!
The question that I am looking to answer is: Before I start any
programming, what will I have to do to move my final product to another
PC?
I own books on vb releases 4 and 6.
I recent... more >>
Red Semaphore. Ideas?
Posted by tommaso.gastaldi NO[at]SPAM uniroma1.it at 4/26/2006 7:04:22 AM
Sometimes I just want to avoid the User might click again on a button
(or other control) before the tasks attached to the click event are
over (to avoid that he may unwillingly re-run them).
So far, I have been using a kind of "Red Semaphore" (_SR) boolean flag
to do that, but actually I feel ... more >>
Managed DX - 'DrawText' ambiguous
Posted by Alex C. Barberi at 4/26/2006 6:43:02 AM
I'm using VB.NET 2005 and DX9 SDK (Apr 2006).
I created an instance of the Direct3D.Font, and when I try to call DrawText
it says:
'DrawText' is ambiguous because multiple kinds of members with this name
exist in class 'Microsoft.DirectX.Direct3D.Font'
How is that possible?
Here is a V... more >>
shortcut key to access property panel
Posted by herpers NO[at]SPAM wiso.uni-koeln.de at 4/26/2006 6:20:12 AM
Hello,
when working with vb6 I found it very useful that the properties panel
could be accessed with a shortcut key during form design. When pressing
ctrl+shift+<letter> the first property in the property panel starting
with <letter> was highlighted.
Does anybody know how to do the same in ... more >>
simple OO question
Posted by Tim at 4/26/2006 4:18:40 AM
hi all,
a simple OO related question...
I have some controls. Say, a textbox, a combo and a datepicker.
They all share some properties (tag, size etc).
How should I add another shared property to them all? Eg a property
called "RequiredField" so I can go textbox.requiredfield=true,
combo... more >>
New profiler tool for .NET professionals
Posted by vladimirkondratyev NO[at]SPAM yahoo.com at 4/26/2006 12:40:26 AM
YourKit, LLC released version 1.0 of its YourKit Profiler for .NET
(http://www.yourkit.com/dotnet/)
Major feature highlights:
- On demand
- Easiest installation and configuration
- ASP.NET support
- Ability to profile in production environment
- Easy launching of profiled applications
- ... more >>
Image Upload problem - tearing hair out here!!
Posted by Neo Geshel at 4/26/2006 12:00:00 AM
I am doing something wrong, but I cannot tell what. Either the web=20
browser is failing to upload the file, or the script is failing to catch =
it. Either way, PostedFile is ending up empty.
First of all, I must specify a few things.
EVERYTHING IS SET UP IN THE CODE-BEHIND. THAT INCLUDES ... more >>
DateFormt To string format (Export To Excel)
Posted by Agnes at 4/26/2006 12:00:00 AM
dim strPeriod as string = dtTransdate.ToString("dd-MMM-yyyy",
System.Globalization.DateTimeFormatInfo.InvariantInfo)
'--excel code
..Range("H2").Value = strPeriod
When I read the excel, the column show "Apr-06" , seems correct , however
( it is a date format column), I try to change into ... more >>
|