all groups > dotnet general > december 2004 > threads for monday december 20
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
Bank Transactions
Posted by S Shulman at 12/20/2004 10:43:11 PM
Hi
I was just asked by my client (in the UK) to generate money transfers
between bank accounts directly from the VB.NET program
Unfortunately I have no clue where to begin.
Any suggestions will be appreciated,
Shmuel Shulman
... more >>
Warn that popups are blocked.
Posted by Jim Mitchell at 12/20/2004 9:44:08 PM
I use pop ups as part of my application....
Is there any way to detect if popups are blocked for my site and ...
1) Let the user know to allow popups for this site?
Thanks in advance,
Jim
... more >>
date formatting
Posted by cody at 12/20/2004 8:06:26 PM
How can I format a string so that only the months name (and nothing else) is
displayed?
--
cody
Freeware Tools, Games and Humour
http://www.deutronium.de.vu || http://www.deutronium.tk
... more >>
FileSystemwatcher
Posted by Andreas Schubert at 12/20/2004 4:30:25 PM
Hello newsgroup,
I did set up a fileSystemWatcher to keep track
of changes to a folder on a network drive.
I can catch all the events I want, like creating files and changing them.
Now what I need to know is, WHO actually changed / created the file. Is
there any way to get my hands on this in... more >>
Console.WriteLine(@"hi");
Posted by ae at 12/20/2004 3:25:01 PM
what is the signficance of the @?... more >>
VB6 Keyacsii code statement into vb.net????
Posted by Gary at 12/20/2004 2:27:56 PM
Hi all, does anyone know what the how to get this vb6 code to work under
vb.net?
I only want to allow digits, backspace and a period to be entered into a
text box.
Private Sub Text13_KeyPress(KeyAscii As Integer)
Select Case KeyAscii
Case 48 To 57 ' Allow digits
C... more >>
Cannot add a new item
Posted by kimkim at 12/20/2004 12:52:05 PM
There is an error message "The system cannot find the path specified"
whenever I tried to add a new item to my project.
How can this be solved ?
... more >>
Visual Studio .NET version 1.0
Posted by David at 12/20/2004 10:37:07 AM
Does .NET version 1.0 support Windows Forms Applications for Visual C++
Projects?
David... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Project created in demo folder rather than as separate folder in w
Posted by pmud at 12/20/2004 7:45:03 AM
Hi
Whenever I create an ASP.NET project, it gets created in the Demo folder in
wwwroot rather than getting created as a separate project folder in wwwroot.
Can anybody tell me how to get around this problem.
--
pmud... more >>
Creating an executable for .net application
Posted by jcooper at 12/20/2004 6:01:01 AM
Hi all,
I'm new to VB.net and have a question about creating the .exe file for my
program. In VB6 you could just select 'Make .exe' from the File menu, but
everything that I read about deploying an application in VB.net talks about
creating an installer file. The application I created is ... more >>
|