all groups > dotnet general > january 2006 > threads for tuesday january 3
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
HTML editor for Safari browser
Posted by Dennieku at 1/3/2006 11:59:03 PM
Hi,
I want to make a little WYSIWYG editor for a CMS I'm developing. This editor
must also be supported by the Safari (Mac) browser.
Does anybody have a little script to show how this is done?
Thx,
Dennieku
... more >>
Strange Problem With Asp.Net WebService,Help Needed
Posted by batista at 1/3/2006 9:42:36 PM
Hi there,
My problem is that, i've created a simple hello world web service
project, and then, when i run it to test the operation,the invoke
button does not open any window.
I mean there is no response when i click the invoke button, no window
containing the output opens.
It just does n... more >>
Anybody install IE7 Beta 1 Yet?
Posted by clintonG at 1/3/2006 9:29:16 PM
http://www.microsoft.com/windows/IE/ie7/default.mspx
<%= Clinton Gallagher
METROmilwaukee (sm) "A Regional Information Service"
NET csgallagher AT metromilwaukee.com
URL http://metromilwaukee.com/
URL http://clintongallagher.metromilwaukee.com/
... more >>
Is This Normal in VS 2005 ??
Posted by João Santa Bárbara at 1/3/2006 4:28:49 PM
Hi all
i have a few problems with my Visual Studio ide 2005 :(
is This normal ???
when i'm writing in the code page my cpu goes wild ( 100 % ) only writing
when i press save my CPU goes Wild ( 100% ) for a couple time
when i move a few controls in the designer it goes wild !!! and mouse
po... more >>
How to efficiently find a string in multiple text files?
Posted by Buddhist[CHinA] at 1/3/2006 4:25:08 PM
The text files are not only the .txt files, but also all ascii files.
Thx.
... more >>
Console Application run FTP
Posted by Moojjoo at 1/3/2006 4:21:02 PM
Not sure what I am missing.
How can I run the FTP from command line in a console app.
Console.WriteLine("ftp -s:Idx.scr"); <-- Thought that would start it but it
does it.
I know in a vbscript I could write:
'The following code executes the FTP script. It creates a Shell
'object and ru... more >>
FORM PROCESSING
Posted by tony at 1/3/2006 4:13:01 PM
....can anyone direct me towards a form processor. i am switching from basic
ASP to .NET and am a little confused on how the form data is processed. I
plan on the data being sent via email, and to MySQL dbase. thanks all....... more >>
Problem in using word object
Posted by Gomathi at 1/3/2006 3:24:36 PM
hi all,
In my windows application, i added a word object reference.
Using word object, i'm doing spell checking. After spell checking, i quited
the word object. But still its running in task manager and utilizing 100% in
CPU. How to solve this?. I attached the code which i used in my applica... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Create an Enum instance from String
Posted by PJ at 1/3/2006 3:24:13 PM
I have a couple of different enums. Let's say:
enum Beer
{
Bud, Coors, Michelob
}
enum Woman
{
Blonde, Brunnette, Redhead
}
I want to create an instance of one of these enums from a string. I don't
know which enum it's going to be. I just have a string that tells me.
Say:... more >>
How to define a "Type"?
Posted by Kay at 1/3/2006 1:22:24 PM
Hi all,
In vb6, I can define a custom type like this:
Private Type uClient
sName As String
sMonday As Double
sMondayHeadCnt As Integer
End Type
Wondering is it possible to do the same thing in .net?
Thanks~~
Kay
... more >>
Issue building a Windows setup application
Posted by A.Carter at 1/3/2006 11:48:03 AM
I am developing a windows application with Visual Studio 2003 using C#. The
application is complete so naturally I went to create a setup package. I
added a setup project to the solution and I went through the appropriate
steps in attaching the solution dependencies. After completing the setup... more >>
Service Pack For Vs.NET 2005
Posted by João Santa Bárbara at 1/3/2006 11:47:46 AM
Hi all
Just one question !!!
When is going to be released Visual Studios 2005 Service Pack 1?
Anyone Knows ??
thks
JSB
... more >>
Satellite build for culture 'fa' failed
Posted by yaghmayi NO[at]SPAM gmail.com at 1/3/2006 8:07:56 AM
Hello!
I want to localize my winForm and set language to farsi (for example)
but this build error is occured:
Satellite build for culture 'fa' failed. The assembly linker could not
be launched. The system cannot find the file specified.
Why is it occured and how can i solve it?
... more >>
Optimal display screen size for .NET IDE environment
Posted by kevininstructor NO[at]SPAM state.or.us at 1/3/2006 7:36:03 AM
My agency is purchasing laptops for some of our developers and I wanted to
get others input if you have the time.
I believe that working in the IDE the best physical screen size would be
17", anything below would not have enough screen area to comfortably work
in. What do you think?
Than... more >>
Unable to access method in dynamic assembly
Posted by Kjell Tangen at 1/3/2006 7:30:02 AM
I am creating a dynamic assembly, and I am emitting code to invoke other
members already generated in the same assembly, before the type is baked. In
order to call a method, I need a MethodInfo object for the method.
I am trying to call TypeBuilder.GetMethod in order to get the MethodInfo
ob... more >>
sharing data between 2 applications
Posted by radiax at 1/3/2006 7:23:39 AM
Iam trying to find a simple solution for sharing data between windows
applications( apart of using file system or remoting or MMF) . I tried using
class library by making data members "shared" but it seems that data cant
not be passed between applications. what am I doing wrong here? what are
"s... more >>
Visual Studio is a P.O.S.
Posted by zamdrist NO[at]SPAM gmail.com at 1/3/2006 6:56:00 AM
Ok now that I have your attention...I really don't think ist's a P.O.S.
but I am getting rather annoyed.
In one particular Visual Basic ASP.Net project, when running the
project (F5) I get this error message and VS closes:
Runtime Error!
Program: ...Microsoft Visual Studio .Net 2003\Commo... more >>
Can a user control call a method in the 'parent' aspx page?
Posted by engwar at 1/3/2006 6:35:03 AM
I have a page that my users will go to to upload files to my website.
As I want to reuse the file upload code on multiple pages I put the
file upload textbox/buttons on a user control which I plan to include
in multiple aspx pages where they'll be able to upload images for other
purposes.
On ... more >>
Dynamic Variables
Posted by Cuperman at 1/3/2006 5:42:43 AM
Hi All,
Any ideas on how I could make the code below less verbose and more
scalable (more iterations are needed)...My thoughts are dynamically
named variables but I don't know how to do this (is it possible?)
VB.Net ideas preferred,
Many thanks,
Mark
====================================... more >>
framework 2 vs 1.1
Posted by guy at 1/3/2006 3:12:01 AM
liven that Framework 2 is about 4 times the size of 1.1 is there anything
that documents all the extra functionality? i know we have now got generics
and some other stuff but surely that cant be reponsible for a four fold
increase?
guy... more >>
how to get an object by its name
Posted by DavideR at 1/3/2006 2:08:04 AM
I need to convert a form in vb6 with several named "lbcol1","lbcol2",...
"lbcol" and so onn array of label
the funtion that in vb6 was alright was:
Private Function GimmeLabel(Index As Integer, Nome As Integer) As VB.Label
Dim Obj As Object
For Each Obj In Me.Controls
If Obj.name = "lbcol"... more >>
|