all groups > dotnet academic > april 2004
Filter by week: 1 2 3 4 5
smartnavigation
Posted by Steve at 4/29/2004 5:41:04 PM
I was told by another developer that smartnavigation=true would cure my page from flashing on the user. But when I set the smartnavigation=true then the events don't fire
Should I just use jscript to complete these events or am I using smartnav incorrectly
Steve.... more >>
TABLE NAME AS A VARIABLE IN SQL
Posted by Gina L. Hernandez at 4/29/2004 3:28:27 PM
Could somebody tell me what is the syntax for reading the name of a tabla
from a variable??. For example
declare @tabla varchar(10)
set @tabla = 'prompts'
select *
from @tabla
Thanks
... more >>
No page count from Linux/Unix
Posted by No page count from Unix in a w2000 queue at 4/29/2004 4:01:13 AM
I'm using a Windows 2000 as a printer server. I try to print from Unix and Linux O
and the print success correctly, but the page counter doesn't work
I try with a LPR queue and with a default type queue (Raw) and doesn't work
Any idea
(I've installed the Unix Print Services from my Windows 2000... more >>
how do i reference deployment files in C#
Posted by tigger at 4/28/2004 2:10:17 PM
hi
i have a report which i wish to reference from within the program
this is what i am currently using which is fine on my local computer.
crystalReportViewer1.ReportSource = "C:\\\\Documents and
Settings\\\\Shaun\\\\My Documents\\\\Visual Studio
Projects\\\\ParcelPlus\\\\Report.rpt";
but ... more >>
SQL Server Databases in VS
Posted by newbie at 4/27/2004 4:13:22 PM
I'm running SQL Server 2000. When I originally set up the localhost, I set
it for Windows Authentication. For the purpose of going through an ASP.NET
project in a book, I changed the properties to SQL Authentication (using
Enterprise Manager). However, when I visually connect to the database, ... more >>
How remove icon from MDIChildForms windows
Posted by Martin at 4/27/2004 12:16:02 PM
I need help in what determines whether a form has an icon on th
Windows taskbar in MDIchildforms and how I can remove that for all forms except for m
MDIParentForm form
The tip - "Tools menu>Options...>View tab>unselect Window In Taskbar" does not apply since I can't find a view tab in my Tools ... more >>
direction
Posted by Oren at 4/27/2004 10:26:05 AM
Hi all
I really need direction in this one
I have a WinApp in C# and I need to load data at the beginning and save data o
exit - just simple things like: this.Top, this.Left etc..
I have tried the resx - but it is READ ONLY
I have tried to use GetManifestResourceStream() from XML file (Embedd... more >>
vis studio.. after prerequisite disk - system continuously reboots - please help
Posted by pk at 4/27/2004 5:16:05 AM
Hi
Installing Visual Studio .NET 2003 on a Win XP Pro system
Have done the IIS intall and frontpage setip etc... no problems
On insertion of prerequisite disk, message says some componets missing etc, click thru etc to install etc... needs a reboot
There lies the problem.... it reboots and... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
NLST
Posted by Oren at 4/25/2004 1:06:01 AM
Hi all
I have already asked this question but I'll phrase it different
I'm using ftp with the command "NLST *.*\r\n". After I send this command I get a reply:
"226 Transfer complete". I just want to get the file list, the weird thing is tha
Sometimes the command works and sometimes doesn’t. ... more >>
VB6 SP6 won't register ActiveX objects
Posted by Giacomo at 4/24/2004 7:27:19 AM
Why might I be receiving error messages at the end of the installation of
the service pack 6 for Visual Studio that it fails because it cannot
register the following files...
msmask32.ocx;msdatlst.ocx;mscomct2.ocx;tabctl32.ocx;msflxgd.ocx;htmutil.dll
Most of these files are version 6.0.84.18 w... more >>
Icon not displayed !
Posted by IMRAN SAROIA at 4/23/2004 10:06:08 PM
Hi!
The "Exes" which I develope Using Vb.Net does not display
the icon I set with Start Up form.
What is wrong ?
... more >>
P2P::System.Net.Peer2Peer error
Posted by Softer at 4/23/2004 2:36:03 AM
Hi
I have been installed Longhorn, alfa version from PDC 2003. I tryed to install Visual Studio 8.0 "Whidbey", version Beta March 2004, under Longhorn and doesen't work. :
I instaled Whidbey under XP and works well
In .Net Framework 1.2 from Longhorn there is a namespace called System.Net.PeerT... more >>
Crystal report problem (images)
Posted by Paul D. via .NET 247 at 4/22/2004 9:55:35 PM
Hi,
I'm dropping a CrystalReportViewer on a WebForm and binding it to a report.rpt.
When I executing it doesn't show images. No charts, no buttons, just text.
Any idea what's happening?
Thanks,
Paul.
--------------------------------
From: Paul D.
-----------------------
Posted by a us... more >>
IDE Won't Go Into Debug Mode
Posted by dsmtih1966 NO[at]SPAM yahoo.com at 4/21/2004 12:15:30 PM
I have my current configuration set to debug, but when I execute (F5)
- it doesn't stop anywhere. I put a break at the Application.Run(),
but it doesn't stop - though clearly the application runs. Usually,
you will see the ? at the break points - and they eventually go away.
I don't even see ... more >>
Query Performance
Posted by John at 4/20/2004 7:09:34 PM
Hi,
I have the following Query which I am trying to tune it for the last week
and it is quite frustrating. I have almost all the indexes on the right
columns yet the query takes 8 minutes to return the data. what is more
surprising is the Query plan has one to two index seek operations (althou... more >>
Given a process can I get the child or parent processes using C#?
Posted by marccruz at 4/20/2004 7:01:05 PM
Given an instance of System.Diagnostics.Process, how can I get the parent process
o
Given an instance of System.Diagnostics.Process, how can I get the child processes
For example, I start a process which executes a script that starts a java program
System.Diagnostics.Process proc = System.Di... more >>
internet time
Posted by Oren at 4/20/2004 1:21:03 AM
hi
is enyone know how to calculate the "internet time" ? any articles about it
thanx... more >>
Catastrophic Error
Posted by Jim Heavey at 4/14/2004 8:01:04 AM
I'm in a world of hurt here
I installed VS.Net yesterday and tested it out and all was right with the world. Then I had my technical staff "fix" a problem that I was having running some web based training. They were uninstalling and re-installing all kinds of plugins, one of them was some sort of... more >>
VB.Net variable interpretation
Posted by Fred Nelson at 4/12/2004 8:20:04 PM
I'm new to VB.NET and I have a situation in which I would like to interpret
a varialble - this may have another name in vb so I will explain what I
mean.
In FoxPro you can "interpret" a variable and get its value
For example:
dim vara as string = "1234"
dim varb as string = '5678... more >>
Recommend a magazine about .NET as professional as FoxProAdvisor or even more!
Posted by Hamed at 4/10/2004 7:04:41 PM
Hello
I have programmed in Visual FoxPro for several years. One of my best friends
in these years is FoxPro Advisor magazine. It has made me up-to-date and
informed about the latest news of FoxPro as well as its latest technology.
Now there is about a year that our company is added VS.NET as a n... more >>
Recommend a magazine about .NET as professional as FoxProAdvisor or even more!
Posted by Hamed at 4/10/2004 7:04:26 PM
Hello
I have programmed in Visual FoxPro for several years. One of my best friends
in these years is FoxPro Advisor magazine. It has made me up-to-date and
informed about the latest news of FoxPro as well as its latest technology.
Now there is about a year that our company is added VS.NET as a n... more >>
Recommend a magazine about .NET as professional as FoxProAdvisor or even more!
Posted by Hamed at 4/10/2004 7:04:04 PM
Hello
I have programmed in Visual FoxPro for several years. One of my best friends
in these years is FoxPro Advisor magazine. It has made me up-to-date and
informed about the latest news of FoxPro as well as its latest technology.
Now there is about a year that our company is added VS.NET as a n... more >>
Visual Studio .NET 2003 deletes my SQL queries
Posted by Scott at 4/9/2004 10:46:04 AM
I'm having a problem maintaining my queries in Visual Studio .NET 2003. If I create and configure a data adapter by using the built in query builder, VS.NET inserts the query and related code into the "Web Form Designer Generated Code" region. It appears as though making ANY change to this code prom... more >>
Browser Refreshing
Posted by Steve at 4/9/2004 9:46:02 AM
When creating a .net web form application I notice that if I select AutoPostBack as true the browser refreshes. Is there a way to stop the browser from refreshing or fake it? I have notice on some applications on the web this does not happen after selecting an option
Thanks in advance
Steve.... more >>
anyone can provide simple code for printing??VB.NET
Posted by MJ at 4/8/2004 12:41:08 AM
i wish to create a simple print function to print the content of picturebox or richtextbox through my printer... anyone can provide some simple codes?? i found codes from vb.net documentation but i really cant understand wat is that... any help is greatly appreciated... ... more >>
Web Application in diffferent browsers
Posted by Madeline Baugher at 4/7/2004 10:26:10 AM
I have a VB.NET web application running on the departmental server. This application saves data from the controls on the form to a session variable when the user clicks the submit button. If the user leaves the page and then returns to the page, the page-load event retrieves the session variable d... more >>
Oracle Data Adapter
Posted by Parveen at 4/6/2004 12:01:04 PM
When I try to use the data adapter wizard to configure my oracle data adapter,
in the "Choose a Query Type" window, I don't have the option of creating new
stored procedures or using existing stored procedures. These choices are
greyed out. Does anyone know why? Is there anyway to make these o... more >>
How to increase the number of available sockets 64 with 'select(..)' in c# ?
Posted by Bruno Nogent at 4/5/2004 2:53:30 PM
thanks,
Bruno, Paris
... more >>
Tcp Sockets Close event
Posted by Haim at 4/4/2004 12:38:43 PM
it is very strange for me that a simple event of closing socket that was in
the the winsock object of vb6 ,
i didn't found yet in the vb.net
the only way i found is to try to send something to the socket and if i got
error then the socket is closed.
there must be a way to get this event w... more >>
File properties dialog
Posted by Oren at 4/3/2004 1:06:02 AM
Hi, all
How can I display File properties dialog (r-click a file in Explorer, the
click "Properties"menuitem) - C# Windows Applicatio
Thanks a lot
... more >>
VB.Net Version Question
Posted by Joe at 4/2/2004 2:38:58 PM
Aside from all the propaganda on what all VB.net is and does, could
anyone tell me or point me in the right direction on the major
differences between:
VB.Net Standard and the VB.Net that is within Visual Studio.Net
also the difference between:
Visual Studio.Net Professional and Visual St... more >>
_ATLModule and GetModuleFileName
Posted by Paul at 4/2/2004 3:26:03 AM
I need to get the DLL name in my ATL COM Server project in the .NET environment. I am not using MFC and also not using Managed C++ extensions.
In previous versions of ATL the following worked fine:
char sz[_MAX_PATH];
GetModuleFileName(_Module.m_hInst, sz, _MAX_PATH);
But _Module is now re... more >>
How to save a content of a picturebox to jpg or bmp format??
Posted by MJ at 4/1/2004 1:31:07 AM
i wish to create a save function to save the picturebox to jpg or bmp format.. can anyone provide the source code?? any help is greatly appreciated... ... more >>
|