all groups > dotnet general > february 2005 > threads for wednesday february 23
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
Memory oddity
Posted by Ray Cassick (Home) at 2/23/2005 10:40:16 PM
I have been beating myself up over trying to locate what I thought was a =
memory leak in MY code but based upon what I have seen I can't be sure =
that it IS my fault or something strange with DOTNET. Someone here =
please feel free to enlighten me on this one.
The code to reproduce is very s... more >>
First program Hello World
Posted by Altar at 2/23/2005 7:17:27 PM
Hi
I'm experienced in VB 6 and now I want to migrate to VB NET
Can someone give me a sample code like "Hello World" web based program ?
Thank you
... more >>
Customizing StatusBar Control
Posted by Job Lot at 2/23/2005 6:25:02 PM
I am creating a custom StatusBar control which houses a ProgressBar control.
How can I show all the properties of embedded ProgressBar control on design
time? I want the property window of StatusBar control, shows all the
properties of the progress bar.
Thanks... more >>
binding to Combo
Posted by Rod at 2/23/2005 5:41:55 PM
I have an Access database with the 3 fields in
[ID], [Last Name], [First Name]
I create a dataset and bind a form to it, no problem.
I now want to put in a combo box to search on name.
Now I can do this fine if I just use [Last Name]
But I want [Last Name] & ", " & [First Name] to appea... more >>
referencing Framework V1.1 assemblies screwed up Visual Studio??!!!!! Help
Posted by KK at 2/23/2005 5:32:00 PM
Hi
I have .NET v 1.0 and v 1.1 both installed
However, in VS.NET default references
are set to v1.0 assemblies. For a recent
web application I changed those references
(ex, System, System.Data, System.xml etc..)
to the v 1.1 dlls.
Now I can't view my aspx pages in design
mode. Also, AS... more >>
switching accounts
Posted by Berta at 2/23/2005 4:35:01 PM
I am a system administrator from a midsize company. I purchase open licenses
for the company and then have to go to eOpen License –detail page that you
need to log in to .net to use. I have a personal .net so I just used that
one instead of making a new one just for work. Now (7 years lat... more >>
How to import a CSV file into a Datagrid - VB.NET
Posted by Rob at 2/23/2005 4:19:02 PM
Please help point me in the right direction to import a CSV file into a
Datagrid.
Below is the error I'm receiving, OLE csv format file, sample CSV file, and
code I've tried to no success.
I've made sure that the path is valid in windows explorer, and the NTFS
security is set to Everyone... more >>
FLASH file in VB.Net Web project
Posted by Bob at 2/23/2005 4:15:03 PM
How do I access a flash file in my .net web pages.
I have worked with image files with no problem such as:
in my header.ascx program, I have a:
<IMG src= "images/header_gold2.jpg">
Then, in my appform.aspx program, I have a:
<% Register Tag Prefix="uc1" src="header.ascx" %> ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
report for free
Posted by Marco Wolff at 2/23/2005 3:51:01 PM
Hello,
does anybody know an Report Creater for free ?
... more >>
Problem opening a solution
Posted by kirk NO[at]SPAM 3606-dot-com.no-spam.invalid at 2/23/2005 3:38:47 PM
Hi there. I'm new to .Net development and have inherited a web project
built using .Net and C#. I have a copy of the project on my laptop
machine and can open it, make changes, compile fine, test, etc...
The previous developer had VS.Net installed on the web server that
the application is hoste... more >>
Programatically Logging in ...
Posted by batham at 2/23/2005 2:51:54 PM
Hello Gurus,
Can someone direct me to the right path.
Using C# to create a web service, how can I programatically log in a
web site (with a valid username and password) and navigate to a
particular URL in it and check the contents of that page.
Is that possible ? please give few examples ;)... more >>
A very general question on .NET for beginner
Posted by Alex at 2/23/2005 1:49:11 PM
Hello
I am interested learn more about .NET but am uncertain of exactly what niche
it fills in the world of programming. (The more I read the more I am
confused).
What I am looking for is the ability ot write programs to work on mobile
phones, as well as web pages, and to interact with s... more >>
Raising event
Posted by Peter Schmitz at 2/23/2005 10:57:05 AM
Hi,
how can raise an event that is handled by an event handler? I simply want to
execute the code that is attached to a 'click'- event of a button from
anywhere in my code. How can I do this?
Thanks
Peter... more >>
File-transfer to a mobile
Posted by m.landolt NO[at]SPAM proreda-dot-ch.no-spam.invalid at 2/23/2005 9:36:48 AM
I want to transfer Data (files) to a
mobile but not via GSM-Datatransfer (this is to slow),
I need more speed, something [b:2a5a71decf]like GPRS[/b:2a5a71decf].
My question is, are there any possibilities to transfer ~maybe a file~
to my mobile.
Thanks.
Posted Via Usenet.com Premium Us... more >>
Fill form fields in a PDF
Posted by John Scott at 2/23/2005 9:15:02 AM
Hi there,
I have a PDF that has editable form fileds. I want to be able dynamically
fill in those form fields based on values I provide to the PDF. Right now, I
can create an instance of the object, open the PDF document, but can't get a
handle on the JavaScript portion of the document in o... more >>
preventing second application instance starting
Posted by johnmann56 at 2/23/2005 5:09:05 AM
Hello. I have written a simple image viewer application using C# .NET.
It only needs to display one image at a time. When a different program, in
C, running on the same machine, does a
"system(myfile.a2d2)" call, it automatically starts my image viewer
application (using file type association).... more >>
print web page
Posted by yfng at 2/23/2005 1:19:04 AM
I am doing a web project.
Is there any method to print web pages with support of page breaks and
without printer prompt diaglog e.g.like window.print() (or close immediately)
by just clicking a button on the webpage?
Thank you very much.... more >>
While(true)Application.DoEvents V Application.Run
Posted by foldface NO[at]SPAM yahoo.co.uk at 2/23/2005 1:13:12 AM
Hi
I am doing drag and drop between controls (listview and
treeview) using mouse_event.
What I am after is a book/resource to explain the behaviour
below.
If I do the various Win32 api calls and call Application.Run, it
works. I can see dragging and dropping on the screen.
If I do t... more >>
|