all groups > dotnet general > december 2005 > threads for thursday december 15
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
displaying image from sql ce
Posted by ayrookuzhy at 12/15/2005 11:47:57 PM
hi
can u please give an idea how to display image which is saved in sql ce
to a picture box
using vb dot net compact frame work
... more >>
Parameters for DataAdapter
Posted by jonefer at 12/15/2005 7:00:03 PM
I'm creating a simple search for Members, with possible 4 search parameters:
Name, SSN, DOB, SEX, but (just beginning ASP.NET/VB.NET) I'm fearing that I
will need to create a dataadapter for every possible combination of fields
entered to eliminate a blank parameter.
Does a parameterized Dat... more >>
What is the KnownColor for ReadOnly text?
Posted by Neo at 12/15/2005 6:43:09 PM
What is the "KnownColor" for ReadOnly text? Is there one?
... more >>
Messagebox empty & McAfee 8.0
Posted by rmund at 12/15/2005 3:31:02 PM
Hi,
Apparently Mcafee 8.0 catches buffer over runs and this makes .Net MsgBox,
ComboBox, and ListBox look empty. I know Mcafee has a patch, but it is
apparently too hard to patch all of the systems in our Enterprise. So I was
wondering does Microsoft have a patch for this problem? If the... more >>
Visual Studio .net 2003 professional Upgrade requirement
Posted by Rossi at 12/15/2005 2:19:02 PM
I want to upgrade visual basic .net 2003 standar edition but there is no
visual basic .net 2003 professional edition. Can I just buy the visual studio
..net 2003 professional UPGRADE version and upgrade my visual basic .net
standard. Or do I have to buy the full license of visual studio. Any ... more >>
SMTP and CDO.Message Object error
Posted by Brian Bischof at 12/15/2005 12:50:18 PM
In my Win app I found that using the SMTP object doesn't release =
resources after closing the application. During testing I have to open =
and close the app many times and I found that after about three times it =
locks up when I call the Send() method and returns the error "Could not =
access ... more >>
how to supress rounding
Posted by Still Learning at 12/15/2005 12:38:06 PM
Hi,
Currently a crystal report is getting 359.9999 from a dataset. Even with
rounding set to 0.0001 it displays 360.0 which is wrong. How can I supress
rounding or get it to display 359.9999?
Many thanks!
NJP... more >>
clickonce problems
Posted by Olaf Baeyens at 12/15/2005 12:03:10 PM
None of our clickonce applications seems to want to install.
We tried it on a Windows 2000 server shared folder, and the clickonce log
file tells us that some file is missing while it is absolutely wrong, the
file is there and is has all rights available. Copying it locally solves the
trick.
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
News Analysis: Java? It's So Nineties
Posted by TZESENG at 12/15/2005 11:54:08 AM
DECEMBER 13, 2005 . Editions: N. America | Europe | Asia | Edition
Preference
News Analysis
By Steve Hamm
Source:
http://www.businessweek.com/technology/content/dec2005/tc20051213_042973.htm
Peter Yared, CEO of software maker ActiveGrid, spent a critical chapter of
his career steepe... more >>
search with probability
Posted by Pieter at 12/15/2005 11:33:11 AM
Hi,
I need some search system, that will return me the records with in indicator
of probability. This is for a VB.NET 2005 application with a SQL Server 2000
DataBase.
I have a table with different columns in which the user needs to search. In
case the search-routine finds the exact match ... more >>
When is a DVD for VS.2005 available in Europe ( specialy in germany )
Posted by Peter Stojkovic at 12/15/2005 11:06:33 AM
We have ordered VS.2005 professional over our SELECT - assignement.
To get the license ( a piece of paper ) was no problem !
But they say now, the DVD comes later. Is not yet (2005-12-14) available .
Ma ybe next year in january.
Have other customers in germany the same expirience ?
... more >>
ck_Problems
Posted by Steve Loper at 12/15/2005 11:04:03 AM
I am developing a control in ASP.NET 2.0 that is derived from GridView. This
control handles paging on its own and thus renders custom paging buttons. It
also add some other functionality to the GridView by overriding Render() and
rendering other controls alongside the GridView’s HTML.
Wh... more >>
How to upload
Posted by Shun at 12/15/2005 10:43:52 AM
Hello,
i want to design a website. i have registered my domain name. now how to
upload the web pages(i.e site under construction), a single webpage. can i
directly use ftp.<domain-name>.com or i have to use any FTP Client. if i
have to use any ftp client please mention the ftp client name wi... more >>
Help with stubborn web.config
Posted by vickeybird at 12/15/2005 10:32:53 AM
Hi,
Im trying to implement flexwiki, an ASP.net based open source wiki.
I tried compliing and deploying the solution on my local machine and
it seems to be working fine.
However on remote testing server it just will not work.
When i try to access i get the following error :
Server Error in '/... more >>
Gridview - VS.NET 2005
Posted by ats NO[at]SPAM jbex at 12/15/2005 10:01:00 AM
Not sure if this is the correct place to ask this question. I tried in
microsoft.public.dotnet.languages.vb.data but had no reply.
I have an aspx page with a gridview on it. The gridview is populated from a
datareader which is then closed. When the user clicks a button I want the
contents of t... more >>
Is there a way to change attribute of an assembly (i.e. Executing Assembly) during runtime?
Posted by gulfam.murad NO[at]SPAM gmail.com at 12/15/2005 9:47:32 AM
Hi,
I need to change AssemblyCompany and AssemblyTitle attributes at
Runtime of an assembly (ie Executing assembly). Is there any way to do
so?
Thanks,
Gulfam
... more >>
ASP.NET 1.1: DevEnv hangs on ASP.NET projects
Posted by Scott McNair at 12/15/2005 9:21:32 AM
Hi,
I'm having a problem with ASP.NET projects using .NET 2003. Whenever I try
to access a web application (whether I'm trying to create a new one, or
access an existing one) the software hangs. I don't have this problem
trying to create a console app, so I'm pretty sure it's ASP.NET rela... more >>
Code only executes on Step Through
Posted by Mike Barrett at 12/15/2005 9:03:31 AM
I am using VS 2005, VB.Net. I need to connect to an FTP server and get a
list of files. I plundered the following code from MSDN to accomplish this
task. It was part of a class called clsFTP:
Public Function GetFileList(ByVal sMask As String) As String()
Dim cSocket As Socket
... more >>
How do I start a process and wait for it?
Posted by Steve at 12/15/2005 8:18:02 AM
windows C#
I want to run an application from another application and wait til it is
exited. At the moment I have something like this:
System.Diagnostics.Process myApp = new Systems.Diagnostics.Process();
myApp.StartInfo.FileName = @"C:\myapp.exe";
myApp.Start()
The problem is this fi... more >>
Two DataReaders, one Connection
Posted by WilliamR at 12/15/2005 6:51:04 AM
Good day for everybody!
I new .NET developer... How I can to do this:
Dim cmdCommand1 As SqlCommand
Dim cmdCommand2 As SqlCommand
Dim dataReader1 As SqlDataReader
Dim dataReader2 As SqlDataReader
cmdCommand1 = New SqlCommand("SELECT * FROM Table1", cnnSPE)
cnn.Open()
... more >>
How to use Getprinter in vb.net ?
Posted by Zok at 12/15/2005 5:29:41 AM
hello all,
I am trying for a long time now to get the information of a printer.
i have such cide in vb6 but having troubles moving it into vb.net.
can anyone please provide me with the correct vb.net declaration (there
are so many different versions online) and example of how to use th... more >>
Adding an regsvr32 commandline in a setup project
Posted by Nick at 12/15/2005 4:17:02 AM
Hi,
I have a VB.Net Setup and deployment project that installs my application.
Now in my application, I am using an ocx that I have explicitly registered
using the regsvr32.exe utility. Now when I deploy my application on another
computer that does not have this registered, it gives an unha... more >>
Finding RegAsm on target computer when deploying an assembly
Posted by Kenneth Jonsson at 12/15/2005 3:13:02 AM
I have an COM server in an assembly. When it is deployed on a target computer
it needs to be registred with RegAsm. I created a custom action in the deploy
project, starting RegAsm with the assembly DLL as command argument. It all
works as expected.
To make RegAsm available I installed it fr... more >>
|