all groups > c# > june 2004 > threads for sunday june 6
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
[C#] Building DLL to use in classic ASP?
Posted by Summa at 6/6/2004 11:29:42 PM
Hi,
I have some functionality (a nice tree-menu) that I would like to deploy on
some sites that are classic ASP. Can I somehow wrap this menu in C#
(ASP.NET) and use it as an object in classic ASP? I figure something like
building a DLL...
The classic ASP sites are running on a ASP.NET enab... more >>
How to get the index of a selected intem in the listbox?
Posted by honeybee at 6/6/2004 11:26:23 PM
How to get the index of a selected intem in the listbox?
... more >>
Call OpenFileName API From C#
Posted by Tank at 6/6/2004 11:19:20 PM
How do I call OpenFileName Win32 API from C# ? Can someone show me a sample
code ?
... more >>
Listening to a port behind firewall
Posted by umbenne5 NO[at]SPAM hotmail.com at 6/6/2004 10:45:26 PM
Hi, I'm programming an IRC bot. I'm trying to establish a dcc
connection with another IRC client. I give the ipaddress and port
number to the client in the request. I listen to that port with
TcpListener on IPAddress.Any. The listener never receives a
connection.
My situation is the bot compu... more >>
Proper Way to Update UI from Asynchronous Delegate
Posted by Michael C at 6/6/2004 10:31:10 PM
How do I update controls on my UI thread from the Asyncronous Delegate? I
understand it's not safe to just try to update it directly from the
asynchronous thread, but I need to figure out how to update it somehow.
Specifically I need to increment a ProgressBar and update text in a Label.
Than... more >>
How do I get back to the main form? where's theapp
Posted by M at 6/6/2004 7:38:37 PM
I used to do this
inline CMyApp* GetApp()
{
extern CMyApp theApp;
return &theApp;
}
I've searched google and cannot find what I'm looking for? A code snippet
would be great
Thanks alot
Best Regards,
... more >>
Red wavy lines - can they be turned off?
Posted by Beeeeeves at 6/6/2004 7:31:37 PM
In the C# text editor within VS.NET, it always draws red wavy lines
underneath any syntax that's invalid and won't compile, as you're typing the
text. I find this really annoying, as it's not going to be valid until I've
finished typing the algorithm. Any way in which they can be turned off?
... more >>
HHJHGYTYERTTE3GHWE4GWEGERBVFBBCFBCBCBGCDEGHFRNFHHXBBBVVHVFBHGVVBFRHJDFK,LZAVHJKD
Posted by ggcgcgddfr5454gehghdghdgdgdgfrtfssgfstttsstdtgdydyauiididdsdkidiiiiiiiiiiiii dxx at 6/6/2004 6:12:02 PM
CDFFVGBBVGFGHYGHYVGFBHFHVFVHUYVGFVYGGFFHNDNDDJJFNJVGFFGJGHG
HHGHGFGHGGHGGFFYGFGFGFYGYHIJNMKLJ;,,.L;'K;LKLD
DTDEET6RTR4T6EGGDDGTTDSSGDGDYGSGHHDDGHYUSYUSYUSYUSGCBVFCGYC
FFVFCXHG CC CN CJBHVBHJV5 T4URGTFR4IU7R DN='HHG
HGBGBJVJVFHHJFGGNHBBHHDJCFJVCCVEHGIOLh<zaVGUJVJHGXGGHCBFBFY
YYYAiiiiiiiiiiiiii... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
first different character in string
Posted by Beeeeeves at 6/6/2004 6:06:23 PM
Is there a quick way to find the index of the first character different in
two strings?
For instance, if I had the strings
"abcdefghijkl"
and
"abcdefxyz"
I would want the return value to be 6.
Either in C# or C++. (I obviously know how to do it by looping through the
characters in the ch... more >>
Programmatically Create Oracle Typed DataSets?
Posted by timasmith NO[at]SPAM hotmail.com at 6/6/2004 5:39:26 PM
Hi,
Is it possible to create a progam to mimic the following action
a) drag oledbadapter to form1.cs
b) select my oracle ole connection
c) enter 'select * from mytable'
d) create adapter for select only (no updates)
e) repeat for all my tables
f) generate dataset for all the those adapter... more >>
How do I calculate Percent complete?
Posted by Bill at 6/6/2004 4:56:24 PM
I have two long values that are passed in an event. I would like to
calculate percent complete as an int but am not quite sure how. Do I need to
convert them to doubles and then use the Math class to round the result?
... more >>
Simple DropDownList in a datagrid
Posted by Phill at 6/6/2004 4:41:02 PM
How do I add a dropdown list that contains two values, Option 1 and Option 2, in my datagrid and have this be databound. Thanks for your help.... more >>
Speech Recognition
Posted by Bill English at 6/6/2004 2:41:03 PM
Does anybody know of any easy to use Speech Recognition components for .NET? I don't understand MSAgent using "Interop".... more >>
Using Forms Authentication With URLRewrite
Posted by Summa at 6/6/2004 1:46:19 PM
Hi,
In ASP.NET, i've written a class that handles URLRewrite. So that all
requests to say "default.aspx?id=2&basic=1" is returned as "basic.1/2.aspx".
It works beautifully...But but but....Using forms authentication the
authentification redirect somehow get redirected using the non-rewritten
... more >>
it used to be a simple program in VB6 :(
Posted by Serdar C. at 6/6/2004 12:55:54 PM
hi there im trying to write a program that looks like this:
+--------------------------------------------+
| +--------------+ |
| | | |
| | Pbox | |
| | | ... more >>
loading files into array
Posted by Baris at 6/6/2004 12:06:32 PM
What is the best and speedy way of loading files into an array?
i have an
int[] MyArray = new int[1000000];
and a file (size is 4000000 byte)
... more >>
Why am I getting this error>
Posted by Bill English at 6/6/2004 11:51:04 AM
Go here: http://68.81.193.200/error.bm
I don't understand why I would be getting this error. I will be glad to answer any questions.... more >>
What event am I supposed to use?
Posted by TJ at 6/6/2004 11:31:02 AM
Hi
I placed one ListView control on a form
I would like to check how many items in the ListView control as real-time
In other words, whenever total item count of ListView control is chagend, I would like to get some notify so that I can do something...
For example, whenever add or remove opera... more >>
Newbie: How to make C# Windows App to Web
Posted by Steve Kloehr via .NET 247 at 6/6/2004 11:02:39 AM
I have looked everywhere but no luck for this=2E Please help=2E
I verified that =2ENET works on a site that I have hosted with some=
=2ENET code and viewed the page=2E This originated as a =2Easpx file=2E
My problem is that I have a c# Windows project that is completed=
and I want to put th... more >>
Alpha Channel
Posted by Bill English at 6/6/2004 10:41:03 AM
Does C# Support Alpha Channel Backgrounds? I have an image made in Photoshop, which has an alpha channel. I save it as a PNG file, then set the form's BG image to that file. Now it shows up fine in the designer, but when executed, it appears as a big black square. Anyone have any suggestions.... more >>
How to copy protect aspx webpages
Posted by Dev at 6/6/2004 9:26:03 AM
HI,
I am developing a shopping cart website in vb.net. i need certain portions of my website to be copy protected like features on http://www.protware.com/ . THe webpages i want to protect are dynamic.
Please help. my email id is anikkothari@nettaxi.com... more >>
Help with custom Serialization
Posted by Opa at 6/6/2004 8:26:01 AM
Hi
I'm having problem serialization an object instance which contains a public property on the object type
My object hierarchy is many levels deep, so for simplicty I created to following which produces the same error
Let's say there is a class called ParkingSpot with a public member Vehicle ha... more >>
Reading the Flash File(.SWF) information
Posted by suresh NO[at]SPAM dynu-dot-com.no-spam.invalid at 6/6/2004 1:13:29 AM
Hi all,
I want to know how to read the Flash file (.SWF) information using
C#.
Any help is greatly appreciated.
Thanks,
Suresh.
Posted Via Usenet.com Premium Usenet Newsgroup Services
----------------------------------------------------------
** SPEED ** RETENTION ** COMPLETIO... more >>
|