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


all groups > dotnet general > february 2005 > threads for monday february 28

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

Obtaining the Application Data Folder correctly
Posted by Tim Failes at 2/28/2005 11:47:02 PM
Our application needs to write some application specific data, but I have not been able to find the recommended method to obtain the correct pathname. I have found many references to the SHGetFolderPath function, but have not been able to find any way to access this in VB.Net. Apologies in a...more >>

Any idea for Creating controls according to configuration?
Posted by Rhett at 2/28/2005 10:39:50 PM
Hello,guys! I need some idea for Creating controls accoring to configuration. The context. Some controls are configured by xml, and there's also some xml string to configure the layout of all the layout.It could be simple,just a html table,and make it possible to layout controls by a tabl...more >>

can sm 1 help me transform this code to C# code??
Posted by lilyminako NO[at]SPAM yahoo-dot-com.no-spam.invalid at 2/28/2005 9:44:43 PM
can sm 1 help me transform this code to C# code?? tq so much :wink: Goto : <% Dim counter Dim page Dim pages counter= 10 pages = 20 page = 1 for page = 0 to pages %><a href="google_1.asp?searchstring=<%=query%>&start=<%=counter%>"><%=page%></a> | <% counter = counter + 10 next ...more >>

How to embed images in html email
Posted by ComStar at 2/28/2005 8:29:02 PM
I have a vb.net program that sends out html emails via smtp on a windows 2003 server. Question I have is how do you embed images in an html email message? You get to define the body but how do you include the images used in your html?...more >>

Fax server API version does not support the requested operation
Posted by Stuart at 2/28/2005 7:49:03 PM
Hi all, I am trying to send a fax programatically using the FAXCOMEx.DLL with .Net (C# and COM Interop). I have built a little class to encapsulate the logic for sending the fax - not much to it really. This works nicely when I include this class in a Windows Forms project and call it fro...more >>

Passing parameters to a procedure called in thread
Posted by Job Lot at 2/28/2005 5:33:02 PM
How can I pass parameters to a procedure which is called in thread? '! Spin off a new thread. myThread = New Thread(New ThreadStart(AddressOf GetRawFigures)) myThread.IsBackground = True myThread.Start() Procedure GetRawFigures takes an argument as follows: Private Sub GetRawFigure...more >>

JoinMulticastingGroup & Compact Framework
Posted by benoit.rheaume NO[at]SPAM gmail.com at 2/28/2005 3:46:26 PM
Hello, I'm having trouble with the JoinMulticastingGroup function with C# ..NET and the Compact Framework. My console application on my PocketPC has to listen for any datagrams coming from the network, by UDP protocol. Here is a sample of my code : public class UDPMulticastListener { pri...more >>

validating multiple controls
Posted by George Chatzigeorgiou at 2/28/2005 3:42:38 PM
Hi all. Since I started with .net I have this feeling, that there is no easy way of validating mulitple controls on forms, menus etc. Suppose our application has an MDI , a toolbar , a menu, and some child forms. If I want to update all controls (toolbar buttons, menu items etc), I have ...more >>



Running a Console App from ASP.Net
Posted by foobar at 2/28/2005 2:51:36 PM
I'm trying to encypt a file using PgpCmdLn 6.5.8 from an asp.net page. My code looks like this: private String ExecuteProcess(String Arguments) { String msg = String.Empty; try { if(this._pgpPath == null || this._pgpPath == String.Empty) throw new Exception("The path to the Pgp ...more >>

IIS locks DLLs after deploying web service (sometimes) UGH!!!
Posted by Jim at 2/28/2005 1:45:04 PM
This does not happen ALL the time, but it does happen on a fairly regular basis, and when it does, it causes real problems, especially when it happens (like it right now) in the PRODUCTION environment.... If anyone can tell me how to prevent this, and moreover, how to FIX it, without having t...more >>

windows application in startup
Posted by fromsujatha NO[at]SPAM gmail-dot-com.no-spam.invalid at 2/28/2005 11:45:46 AM
Hi, I have a windows application developed which can run in system tray. I want to set up the executable to run while the OS starts. One way, i can think of doing it is by writing a windows service which calls my windows application and then set the service to run automatically. I find this a...more >>

Printing With Crystal Report on DOT Net
Posted by ogunsano NO[at]SPAM yahoo-dot-com.no-spam.invalid at 2/28/2005 11:42:00 AM
Hi, I used CrystalReportViewer Control in my Dot Net application, I am unable to print my report because this control provide other functionlity on its toolbar but there is no print icon. How can I print my report with Crystal report. Victor Posted Via Usenet.com Premium Usenet Newsgrou...more >>

display user please wait, while backend is processing
Posted by batham at 2/28/2005 11:28:28 AM
Gurus, I have a mainpage.aspx webform, in the page load of this page I am displaying a text "Please wait connecting..." and then I want the user to see this output on the WebForm, while I do some backend processing. Once the backend processing is done I want to redirect the user to another pa...more >>

Initializing Objects w/ XML
Posted by Aeden Jameson at 2/28/2005 10:07:58 AM
I want to create a set of objects and initialize those objects based on an XML file. There is the Digester package written in Java that facilitates doing this. Does anyone know of something similiar in C#? Cheers, Aeden ...more >>

Is there a way to clear system tray during VB.NET app crash?
Posted by Tom at 2/28/2005 9:48:07 AM
Hello, System tray icon informs users that the apps is running in the background. However, there are instances that the app might crash and after that the app icon in the system tray is still displayed. It goes away when the mouse is pointed over the icon. I wonder if there is any way to forc...more >>

BPEL, WSDL and applications
Posted by florian.gayer NO[at]SPAM bkf-dot-at.no-spam.invalid at 2/28/2005 9:40:54 AM
Hello first of all! Sorry for my not really perfect english, but i am not a native speaker. The question i have is really general and depends on webservices. I have to write a work about BPEL and have to figure out, how to bring an application available over a webservice. The appplicatio...more >>

VB.Net Open Internet Explorer
Posted by Schlauberger at 2/28/2005 9:33:02 AM
I am currently migrating over from VB6 and I can't see to find a way to launch a webpage in internet explorer from a hyperlink on a form. There must be an easy way to accomplish this? I tried: System.Diagnostics.Process.Start("Explore.exe", "http//webpath") System.Diagnostics.Process.Start(...more >>

creating printable reports
Posted by Rod at 2/28/2005 8:21:05 AM
I want to produce some reports designed for printing. (like you can in Access). I can't find the equivalent, what's the accepted way of achieving something similar. many thanks Rod ...more >>

Visual Studio
Posted by Duse at 2/28/2005 8:07:02 AM
Is there a newsgroup for Visual Studio? Thanks ...more >>

The object is currently in use elsewhere
Posted by KevinBradly at 2/28/2005 5:47:09 AM
Building and running a VB or C# graphics application within VisStudio is fine. Running the .exe outside VisStudio on the same machine is fine. But trying to run the .exe on another machine produces this error. Anyone have any clues?...more >>

multiple languages
Posted by snowflake at 2/28/2005 4:55:04 AM
Hi I have made my project in the C# language. Now I want to include some other code made in C. (.c-files and .h -files). Is there anyone who knows how to do this. Or where can I read about how to do this. I also have those c- and h-files in a dll-file. Maybe it is easier to implement only ...more >>

what does this code means?
Posted by huzz at 2/28/2005 4:09:02 AM
int startOffset = (totalEmployees > 0) ? (empGrid.CurrentPageIndex*empGrid.PageSize+1) : 0; I can't find any reference to the ? syntax any web reference would be appreciate.. many thanks...more >>

is .net framework essential?
Posted by tiborkiss_ NO[at]SPAM hotmail.com at 2/28/2005 3:33:04 AM
Hi! I'm a bit confused here, i keep hearing that you need to have .net framework installed on a machine, if you want to run an app, that was developed with VS7. Is this true? I'm building a *.dll with VS7, but i'm not using any .net specific stuff (as far as i know), and i'm concerned, th...more >>

File or Assembly name CrystalDecisions.Windows.Form, or one of it'
Posted by Oldhandandy at 2/28/2005 3:23:07 AM
I have a program developed in .NET 2003 that produces a Crystal report which works OK on the internal network. The program has been deployed onto the Citrix servers, everything works OK except for the Crystal reports, I get an error: File or Assembly name CrystalDecisions.Windows.Form, or one ...more >>

Global asax
Posted by Aaron at 2/28/2005 1:47:36 AM
Is global.asax responsible for all reqeusts made to a webapp or just the asp.net pages? Would it apply to static files such as html, zip, gif Aaron ...more >>

datagrid
Posted by aylin_sk at 2/28/2005 1:47:03 AM
I cant bind my datagrid into my web form, and it also doesnt give any error...please help me.. private void Page_Load(object sender, System.EventArgs e) { if (Page.IsPostBack) return; if (Request.QueryString["centerId"]!=null) bindMySurvey(Int32.Parse(Request.QueryStr...more >>

Problem with postgres
Posted by deemer.d NO[at]SPAM gmail.com at 2/28/2005 1:02:40 AM
I have the following problem : I am using oleDnAdapter to connect with database in Postgres when I want to Generate dataset I get the following massage "Retrieving the shema for dataadapter failed" ,but if I want to "Previev data" it works very well...so what is wrong??...more >>

how to use vs.net 2005 compile the program run in sdk1.1
Posted by wuhy80 NO[at]SPAM gmail.com at 2/28/2005 12:23:35 AM
I'm using vs.net 2005 beta1 to compile the program,but I have many machines that only have the framework 1.1 installed,and I can't install the framework beta2.0 on them, so I need to compile the program that can run on framwork 1.1, does anybody know how to resolve this problem. thanks ...more >>

go on printing to a new page
Posted by bafidi at 2/28/2005 12:21:02 AM
in PrintDocument1_PrintPage i want to go on printing to a new page ...more >>


DevelopmentNow Blog