all groups > vb.net > september 2006 > threads for saturday september 2
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
get create table script for a SQL Server object
Posted by arch at 9/2/2006 8:11:23 PM
Is there a function or something I can use to generate an sql script for an
object in an sql server. for example, I want to generate the CREATE TABLE
AS .... statement for a table. I don't want to use SMO or DMO but some kind
of .net functionality.
... more >>
Read Javascript Messagebox content from webclient
Posted by Michael Duclon at 9/2/2006 4:36:22 PM
Does anyone know how I might use the webclient class to navigate to a web
page in a vb.net app, and then if a JavaScript popup appears from the web
page I go to, read the message in it or content of it, then close it so I
can continue on.
I don't know how to reference the popup box or send a ... more >>
Why this warning in IDE?
Posted by rdufour at 9/2/2006 4:25:35 PM
Dim Myfiles() as string
Myfiles(0) = "filename1"
I get a warning on line myfiles(0)=.. that myfiles has been used before it
has been assigned a value a null exception may occur. Obviously this is bs,
since I am in the process of assigning a value at that instant in code. How
do I prevent thi... more >>
writing a browser plugin
Posted by PJ6 at 9/2/2006 1:38:10 PM
I want to write a simple plugin for IE6 to use GDI+ for rendering to the
main browser area but am having trouble getting started. Google, newgroups
provided nothing, or maybe I'm just not looking hard enough. Anyone have
examples or resources they could point me to?
Thanks,
Paul
... more >>
Non-stop Ascx Not Defined Error
Posted by Joseph Bittman MVP MCSD at 9/2/2006 9:37:01 AM
Sept. 2, 2006
I have a web site which I've created many user controls for... I keep
getting ASP.[web user control name].ascx is not defined errors... no matter
what I do, I cannot figure out what is causing them.... what's worse, is if
I have one of these errors, then it spawns more errors f... more >>
Print contents of picturebox
Posted by Christie at 9/2/2006 6:49:55 AM
In my application, lines (shapes such as circles) and text are drawn in
a picturebox. I am struggling to find a way to print the text and
shapes. There is no images in the picturebox. Could someone please
show me the way.
I am using Visual Studio 2005 (VB.Net)
Operating System: XP Pro
T... more >>
Diff between 'n-tier' vs 'distributed architecture' vs. 'multi-layered programming'?
Posted by Jon Davis at 9/2/2006 6:25:21 AM
I have a couple questions. First of all, would anyone consider a
multi-layered programming approach (building business objects that are
seperate from data access logic and seperate from user interface logic but
that interface the UI and the data) an n-tier implementation by definition?
Or do... more >>
VB2005 EXPRESS
Posted by Omar Abid at 9/2/2006 6:15:13 AM
Hi,
This the best site where you can find Hi members,
We are happy to tell that if you search for : jobs with high wage or to
debug a program or to find a good source code and to make a good design
4 your apps our group is the best to help u
just subscribe to :VB2005 EXPRESS at
http://groups.g... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Please, can anyone convert the following dot net snippet to pascal
Posted by karmalax NO[at]SPAM gmail.com at 9/2/2006 3:10:15 AM
public static string Somme(string T)
{
string text1 = "";
double num5 = Strings.Len(T) + 1;
int num3 = 7;
int num6 = Strings.Len(T);
int num1 = 1;
while (num1 <= num6)
{
double num4 = Strings.Asc(Strings.Mid(T, num1, 1)... more >>
UPnP NAT Traversal
Posted by Scumbumbo at 9/2/2006 2:40:40 AM
I'm writing a VB app in Visual Studio 2005 where I'd like to automatically
setup inbound port mappings for the user on their home router. I've been
playing with trying to use the NATUPnP 1.0 Type Library (hnetcfg.dll) and
have had no luck. From what I've read the library is friendly enough t... more >>
Validating emails
Posted by John at 9/2/2006 2:05:31 AM
Hi
I have this problem that client users enter emails incorrectly due to type
and either the domain name is invalid (Microsot.com instead of
Microsoft.com) or the syntax of the email (user'domain.com instead of
user@domain.com). Is there any way to ensure a) email syntax is correct and
b)... more >>
How do I pass parameters thru Crystal to modify printer behavior?
Posted by Hexman at 9/2/2006 1:55:09 AM
Hello All,
I have a new challenge. I've created a Crystal Report (version 10) and saved the file. Now from my program I want to print it to an Adobe PDF file.
My question is: How do I pass parameters thru Crystal to modify printer behavior?
For Instance:
1. Pass it a path & filename ... more >>
VB .NET FTP
Posted by a at 9/2/2006 1:00:48 AM
Hi,
If I want to write a FTP client, which class should I use to perform the
FTP?
Can I use HTTP to transfer file as well? How to do this by VB .NET
Thanks
... more >>
|