Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
January 2007
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > dotnet faqs > november 2004

Filter by week: 1 2 3 4 5

Threading
Posted by Charles A. Lackman at 11/30/2004 9:49:00 PM
Hello, I am making a app that creates a thread to show a clipboard. If the clipboard is double clicked, another window is displayed, the event is handled inside the main app. What I would like to do is have the clipboard use the main thread of the application that called it to handle the ...more >>

Maximize
Posted by Charles A. Lackman at 11/29/2004 10:00:14 AM
Hello, I have an application that starts notepad.exe from a button click in VB.NET. I am looking for a way to make the window maximize or minimize from the vb app. Any suggestions (if at all possible, detailed) will be greatly appeciated, Thanks, Chuck ...more >>

im looking for job?
Posted by ilker ORAN at 11/27/2004 2:52:30 AM
My names ilker.im 25 years old.i m graduate universty of S.D.U (www.sdu.edu.tr), from department of Electronic (industrial(so PLC,Pic 16f84 programming ) -im complate military service 2004 march.(class to Foot Soldier) -im continue .net (C#,Visual Basic.Net,SQL,ASP,Xml,Borland C++ 6.0,Access ...more >>

Article : Soapsuds.exe (.Net Framework tools series)
Posted by Namratha Shah \(Nasha\) at 11/26/2004 9:29:11 PM
Hey Group, Today we gonna discuss Soapsuds tool. Soapsuds is shipped with .Net FrameWork and is used by .Net remoting Client Applications to generate xml schema,proxy class or assembly for their HTTP Remoting Server. Client App can use this proxy class or the assembly as a reference to the...more >>

Using ".net" in your product's name
Posted by Daniel Weber at 11/24/2004 7:37:09 PM
Hello, I am looking for some resources from Microsoft describing the requirements for being allowed to give your product a name in the Form "product.net". I could imagine Microsoft wants some real money for it... Thanks in advance Daniel Weber ...more >>

Netscape SPAN problem -- <asp:label> issue
Posted by burak.gunay NO[at]SPAM xpandcorp.com at 11/24/2004 10:43:39 AM
Hello, I am dynamically creating a label and assigning a width to it. Dim lbl3 As New Label lbl3.Text = name lbl3.Width = System.Web.UI.WebControls.Unit.Point(255) This shows up as <span style="width:255pt;"> when I do a viewsource. IE displays the width fine but Netscape 7.1 doe...more >>

Access database won't open
Posted by Frank Hayward at 11/23/2004 8:34:50 PM
Hello. I have created a database connection to an access database in my web application. The problem is that I get the following error message, even though nobody is connected to the database. I have tried a fresh boot, downloading the latest Jet drivers, disabling the sql server, and moving t...more >>

Date Time Picker
Posted by Charles A. Lackman at 11/23/2004 5:32:06 PM
Hello, I have a DateTimePicker on my form and I need to make every Even week Red and every Odd week Yellow. Any Suggestions will be greatly appreciated (Detailed help is even more appreciated). Thanks, Chuck ...more >>



how much money visual studio .net ?
Posted by ilker ORAN at 11/23/2004 1:06:53 PM
whats is price? ...more >>

Problem creating FileInfo Array
Posted by etantonio NO[at]SPAM libero.it at 11/23/2004 6:36:58 AM
Good morning, I've the following file system : C: -> HTML -> Aziende -> Azienda_1 -> a.jpg -> Azienda_2 -> a.jpg ... -> Azienda_N -> a.jpg my desire is to create an array of fileinfo containing the a.jpg , a.jpg , ... , a.jpg in a way that I ...more >>

Question with despair - will buy movie tickets for the first one who helps
Posted by Oliver at 11/22/2004 10:46:41 AM
Hi, I have spent my entire weekend trying to solve this, now I have to admit I need your help. Here is my code: Dim cred() As DataSourceCredentials Dim cc As New DataSourceCredentials cred(0) = cc cred(0).DataSourceName = "198.87.87.6" cred(0).Password = "XXX" cred(0).UserName = "YYY" ...more >>

how compile sources VB.NET & C# with command line?
Posted by Alfonso Melchionna at 11/19/2004 3:06:28 PM
How can I compile in .NET Framework modules written in various languages (VB.NET, C# and others) having, finally, one result (e.g. an EXE), using common namespaces? ...more >>

Problem in developing newsreader in vb.net
Posted by balu at 11/18/2004 6:27:12 PM
Hello, I am developing a Newsreader in vb.net and i am getting a problem in posting article to newserver for a particular set of newsgroups. i developin g this newsreader using nntp commands.I need vb.net code for posting a article . I getting a problem in defining a article format. Kindly ...more >>

Need help with IE Server
Posted by HmDZ at 11/18/2004 9:08:31 AM
There is a cool feature in some applications like The VS.NET itself, in which IE Server has full integration with the mother application and can also control it by its web page scripts. For example the first page after starting VS.NET 2003 is an HTML page, but can also control the main applicati...more >>

Notification Baloon
Posted by ham Come at 11/17/2004 7:49:05 PM
There is a very useful method of user informing in XP, using the balloon tips in the notification area. I know XP is written in C++/C and many of C++ programs already do it ( Ballooning) . I just want to know how I can do it in my VB.NET application. Thanks for help... ...more >>

HTTPRequest and JAVA Servlet
Posted by Greg Reevosh via .NET 247 at 11/17/2004 1:03:05 AM
I am sorry if I double post but here is the problem: I am trying to use HTTPRequest/Response object to make call's to some JAVA Servlets. Those servlets have internal redirects. I keep getting 500 error in WebException, any ideas why? Can I follow the re-directs? If I put the URL directly to b...more >>

Issue with System.Net.HttpWebRequest
Posted by Greg Reevosh via .NET 247 at 11/17/2004 1:01:28 AM
Hi, I have an issue with System=2ENet=2EHttpWebRequest object=2E I= amtrying to do call to Java Servlet that does user= authentication and then redirects to requested page and starts= requested process=2E It looks somethink like this: http://SOMEHOST:10001/servlet/Servlet?_action=3DLOGI...more >>

asp to aspx
Posted by ashok kumar via .NET 247 at 11/17/2004 1:00:04 AM
(Type your message here) -------------------------------- From: ashok kumar i am having asp project how to upgrade it it asp.net without changing the extesion means i have to keep my page extension as asp. ----------------------- Posted by a user from .NET 247 (http://www.dotnet247.com/)...more >>

Need MSF Implementation Plan
Posted by VBDotNETCoder at 11/14/2004 8:18:04 PM
Does any one have a MSF Implementation Plan ...more >>

Windows Installer prompts on each launch of application
Posted by Thomas Weise at 11/14/2004 1:02:43 PM
Hello, I'm distributing a small app as MSI file. Since the last generation of the installation file, the Windows Installer prompts "Preparing Installation" every time when the user launches my application. This is not really a problem, but embarassing. Does anybody have an idea how to stop...more >>

Populating a ComboBox in C#
Posted by Al Wilkerson at 11/14/2004 6:36:26 AM
Hey, I'm trying to populate a combBox in C# with values from an Access DB table. myDataAdapter.Fill(myDS); comboBox1.DataSource = myDS; // My dataSet comboBox1.DataMember = "Compan Name"; // This is the column display name comboBox1.ValueMember = "CompanyName"; // This is the ...more >>

Can VS.net 2005 with vs.net 2003 in one manchine?
Posted by tony at 11/13/2004 3:13:12 PM
Hi Any one know that can VS.net 2005 with vs.net 2003 worked together in one manchine? if it can working together, how can I set up it? Thanks Tony ...more >>

.NET Requirments?
Posted by grawsha2000 NO[at]SPAM yahoo.com at 11/13/2004 5:52:49 AM
Greetings, We are in the process of studying .NET as our development platform. We have reached to the stage of listing .NET requirments (softwares needed). I know that the followings are needed: -.NET Framework -MDAC 2.5 or higher -IE 5.0 or higher what are the other requirments??...more >>

How to save a Drawing?
Posted by ham Come at 11/10/2004 11:37:17 PM
I have an application with has some drawing operations the code is sth like this: For i as integer = 0 to 100 dim g as graphics g = me.pictureBox1.CreateGraphics g.Draw sth... ... Next i I just don't know how to save the final drawings to a file ( i mean the total drawings). ...more >>

Streaming Video for my site www.etantonio.it
Posted by etantonio NO[at]SPAM libero.it at 11/9/2004 1:51:41 AM
Good Morning, in my personal site http://www.etantonio.it/en I've a section talking about diving where I would want to insert a video of an immersion in Sharm El Sheikh, it is in DVD format and I want to arrange streaming of this file providing my site is hosted by an hosting company like Ar...more >>

dotnet embedded controls
Posted by Eitan at 11/8/2004 5:08:47 PM
Hello, I would like to know about dotnet embedded controls (are they call userControls also), their abilities, how they are simmiliar to Java-Applets, and what are the pros and cons for that controls to Java-Applets. I need some sample codes, please in VB .NET. Thanks :) ...more >>

Dotnet versus Java-Applets
Posted by Eitan at 11/8/2004 9:35:31 AM
Hello, I know Java-Applet (written for JBuilder). I would like to know about dotnet technology, pros and cons in comparation to Java-Applet technololgy. Can I write a program in dotnet, like Java-Applet, compile it, debug it, and put it as a class on an HTML (like Java-Applet). I would lik...more >>

msde-2000
Posted by Dave at 11/6/2004 9:30:53 PM
Hi, How can i use vs.Net to manipulate msde-2000 data base like building table and see the data base did vs.Net have good tools to work with msde and were can i learn about them?? Tanks ...more >>

Article : Code Access Security Part - 1 (.Net FrameWork Tools Series)
Posted by Namratha Shah \(Nasha\) at 11/6/2004 8:57:11 PM
Hey Guys, Today we are going to look at Code Access Security. Code access security is a feature of .NET that manages code depending on its trust level. If the CLS trusts the code enough to allow it ro run then it will execute, the code execution depends on the permission provided to the ass...more >>

How to Search in VB.NET
Posted by Rambabu.V at 11/6/2004 4:47:25 PM
Hello friends, I have a problem with the control "Search" or "Find" in VB.NET. Can anyone pls tell me what is the fuctionality of Find method in VB.NET. or can anyone give me the site link where we can find the functionality. Regards.......... ...more >>

recommended obfuscators or protectors
Posted by Paul Rocca at 11/4/2004 4:27:45 PM
Anyone care to recommend any tools for obfuscating or protecting c# based applications from decompilation. Paul ...more >>

Calling methods of a Windows service from .Net Applications
Posted by Prasad Dannani at 11/3/2004 3:50:50 PM
This is a multi-part message in MIME format. ------=_NextPart_000_006A_01C4C1BC.E4A641D0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi, I have written a windows service with some additional methods in it. I = need to call these methods f...more >>

Open and close a word file
Posted by Ruslan at 11/3/2004 9:10:32 AM
Hi, I open a word file using ShellExecute. But I have to know when the open file is closed. How could I know this? Is it possible or not? Thanks in advance, Ruslan ...more >>

HttpWebRequest problem: Please help
Posted by sojwal_chitnis NO[at]SPAM hotmail.com at 11/3/2004 7:43:55 AM
We are working on a asp.net application in which we need to send some data to a PHP application on another server. We are using HttpWebRequest object to 'POST' the data to a PHP page as key-value pairs, which will be accessed by the PHP script as posted variables. The requirement is to name all ...more >>

Need to Know How to Print Rich Text
Posted by Neil at 11/1/2004 10:08:02 AM
I have a rich textbox with Bullets and Indents etc. Does anyone know how to Print formatted rich text? I will take an easy solution! Thanks...more >>


DevelopmentNow Blog