Home All Groups Group Topic Archive Search About

Visual C# .NET

microsoft.public.dotnet.languages.csharp
Score Re: Do You Want To Know For Sure That You Are Going To Heaven? The reason some people don't know for
Motley Crewe - 16 Apr 2005 10:49 PM - 2 messages
<RonGrossi382***@yahoo.com> wrote in message will there be class 50's in heaven? ...
Score File Access Error...More
Jim Heavey - 16 Apr 2005 10:27 PM - 2 messages
I have a .Net Console Application.  I installed it on a server.  I created a bat file on the server which passes the appropriate parms to the program to run.  This application accesses and updates other files on mapped drives.  ...
Score access properties of dynamically created controls from event handler
Gelios - 16 Apr 2005 7:41 PM - 6 messages
Hello all! I have a Windows.Forms code where I dynamically created controls. How can I access to properties from event handler? For example: createSomeControls() {      TextBox textBox = new TextBox();      Button doSomeAction = new Button(); ...
Score File Access Error
Jim Heavey - 16 Apr 2005 7:15 PM - 2 messages
I have a .Net Console Application.  I installed it on a server.  I created a bat file on the server which passes the appropriate parms to the program to run.  This application accesses and updates other files on mapped drives.  ...
Score User Control v Inherited form
adbarnet - 16 Apr 2005 7:09 PM - 3 messages
Hi, I'm a C++ developer coming fresh to c# for GUI development. For the project I'm working on, I need a specialised control (a treeview derivative) which would be very useful in other applications I might need to write. ...
Score Manipulating wav files
clojinted - 16 Apr 2005 4:22 PM - 2 messages
Hey, I want to break up a wav file using c# into smaller more managable chunks. I'm thinking a buffer to store part of the file may be the way to go. If anyone has any suggestions or could recommend libraries or api's that may ...
Score subclass DataRow problem
Steve Richter - 16 Apr 2005 3:39 PM - 2 messages
I would like to subclass the DataRow class: class CustomerMasterRow : public System.Data.DataRow {    public string CustomerName    {      get { return base.ItemArray(1) ; }    } } the idea being that each column in the row would be accessed thru a ...
Score Ditigal pen?
perspolis - 16 Apr 2005 3:31 PM - 2 messages
Hi all I'm wondering that pen digital can convert what I draw with it to text?? I  want to use a ditigal pen in my application and every thing that user writes with it ,I can get that in text not in image.. ...
Score "cannot apply indexing with [] to an expression of type object"
Karel Vandenhove - 16 Apr 2005 3:04 PM - 4 messages
Hi, I get an error "cannot apply indexing with [] to an expression of type object" when I try to compile the code below. SSLScannerManager is a COM component. (Used to access fingerprint scanners and developed by neurotechnologija) How does one get an array from a com component? ...
Score event and not event sub
Daves - 16 Apr 2005 2:07 PM - 2 messages
I have an event function for button void Test(Object s, EventArgs e) How could I call that function not as an event call? ...
Score how to insert my own dialog in microsoft installer
Fei Li - 16 Apr 2005 1:54 PM - 2 messages
hi, msi is so stupid. I could not insert my own anything in its procedure. ...
Score COM has some interesting features can they be done in .NET assembl
Shawn - 16 Apr 2005 12:55 PM - 2 messages
Hi All; another simpleton question. i'm pretty sure i already know but... what is a .Net Assembly? In the C++ app i work on at work, we use a main app with COM "plugnis" and a few COM servers. these COM servers are interesting in that they are self ...
Score Directories ?
Harry - 16 Apr 2005 12:41 PM - 3 messages
Is there a way to user and password protect a single directory?  Thanks ...
Score When does the form goes destructed
Boni - 16 Apr 2005 12:39 PM - 2 messages
Hi All, I have a form, where user can fill some fields and then press "OK". On the OK-button I have this->close(); if (this->field1.text==a) ... It seems to work. But as far as I understand MSDN the form goes with "close" ...
Score Load / Unload AppDomain & memory
Perry - 16 Apr 2005 11:27 AM - 2 messages
Hi, I have a problem with the memory consumption of the AppDomain.Load and unload. For example, when i run this code, the memory usage is increasing. MessageBox.Show(string.Format("Before: {0}",GC.GetTotalMemory(true))); for (int i = 0; i < 100; i++) ...
Score estimating drive types
Matthias Heise - 16 Apr 2005 11:00 AM - 4 messages
Hello, I just got my drives through Directory.GetLogicalDrives() but now I want to distinguesh between real harddisk, floppy, CD-Rom or network drive. I didn't find any good idea for that. Can anyone help me with that? Thanks ...
Score Is thre anwa to find the timezone
Lara - 16 Apr 2005 8:53 AM - 2 messages
Hi, i am devoloping an application where i need to find the exact timezone of the client. Is there anwa i can handle this. regads Lara ...
Score Re: Do You Want To Know For Sure That You Are Going To Heaven? The reason some people don't know for
Roger T. - 16 Apr 2005 7:14 AM - 3 messages
Heaven?  What's Heaven? Anyone come back to tell us it exists? And where, in the Bible, does it say you will go to this mysterious Heaven? Probably just another myth ...
Score how would you do it?
John Davison - 16 Apr 2005 6:19 AM - 2 messages
Given a piece of code that may take some time to complete, I want to display an animation in a popup window.  The popup window contains a button allowing the user to cancel the operation.  When the code starts, ...
Score 2005 product line
John Salerno - 16 Apr 2005 5:30 AM - 6 messages
Ok, I think I understand how the 2005 product line will be released. Unless you buy Visual Studio, then you will be forced to buy an Express Edition of an individual language. My question now is, do these EE allow for development of windows *and* ...
Score Simple Reflection Question
Damien Sawyer - 16 Apr 2005 2:12 AM - 3 messages
Hi all, Let's say that I have an object oPerson as type clsPerson. clsPerson has a string property called, say, sName. Now - I have a database table which has 'as strings' the names of the properties of clsPerson for which I need to get values. ...
Score Dynamically Connect to Web Service?
T-Man - 16 Apr 2005 12:44 AM - 4 messages
Hello, I have an application in C# that makes calls to a web service and the app currently contains a reference to a WSDL. Since the server technology is a commercial product, some customers have their own servers, etc. I was wondering if it is possible to dynamically point the application to ...
Score API to disable\re-enable CTRL-ALT-DEL
Kevin Bilbee - 16 Apr 2005 12:28 AM - 3 messages
I need to know the API call to disable the CTRL-ALT-DEL in a C# windows form. We have created a time clock application to run on a tablet PC to replace the windows shell, we are going to hang it on a wall for associates to clock ...
Score start menu
mnsindhu74 - 15 Apr 2005 9:40 PM - 3 messages
How do i get the text of an Item selected in the start menu ? ...
Score Pass a ref array to the method in C# (which written in C++)
Alex - 15 Apr 2005 8:46 PM - 3 messages
Hi All! I have a dll, which is written in VC++.NET. In the dll, I write a method like that void SetData(double* array, int len) ..... then, I use this dll in a C#-Application, trying to pass double[] myArray = new double[10]; ...
Score New Line
Jim Heavey - 15 Apr 2005 8:40 PM - 4 messages
I was wondering how to cause a new line break, I thought it was /n.  This is not causing a line break when I look at the output.  I have got this mixed up? Thanks in advance for your assistance... ...
Score What C# editor can you recommend me ?
BOOGIEMAN - 15 Apr 2005 8:20 PM - 9 messages
Visual Studio is too expensive for me. Are there any other quality C# editors ? ...
Score define the points enclosed within a polygon
G. Daniel via DotNetMonster.com - 15 Apr 2005 7:46 PM - 2 messages
can anybody help me?? using the mouse i let the user to draw a shape about a set of points, i want to define the points enclosed within this shape, the shape is irregular, i have saved all the points of that shape (which are defined by ...
Score define the points enclosed within a polygon
G.A.Mashaqbeh via DotNetMonster.com - 15 Apr 2005 7:44 PM - 2 messages
can anybody help me?? using the mouse i let the user to draw a shape about a set of points, i want to define the points enclosed within this shape, the shape is irregular, i have saved all the points of that shape (which are defined by ...
Score xmlSerializer & xmlAttrbuteOverrides of arrays
Zion Zadik - 15 Apr 2005 7:22 PM - 5 messages
Dear all, I have a set of c# data classes which i need to fill their data from xml files. serialization looks to be the best way to accomplish this task. Since the data classes are compiled and i don't have control on the xml ...
Score System Username and Domain
1qa2ws - 15 Apr 2005 7:15 PM - 5 messages
Hi, I need to get the windows current logged username and domain. Is it any possibility? 1qa2ws ...
Score using URLEncrypt
Newbie - 15 Apr 2005 6:25 PM - 2 messages
Hi! I am adding a file to my solution written by someone who left. But I'm getting a build error on the line: using URLEncrypt; Build error: The type or namespace name 'URLEncrypt' could not be found (are you missing ...
Score Count the number of characters in a string
cw bebop - 15 Apr 2005 6:19 PM - 10 messages
Hi all Using Visual Studio C# Have a string string st = "Hi, these pretzels are making me thirsty; drink this tea. Run like heck." ****** How would I go about counting the number of characters in this string without including the commas, semicolons, spaces, and periods. ...
Score Forms for filling a database - advice please!
AMeador - 15 Apr 2005 6:17 PM - 2 messages
I am new to writing apps that use a database in general and in .NET. I have read about how to use SqlCommands and executing strait SQL for inserts, selects, etc... I have also read about datasets & dataviews. My question need here is for information on how/when to utilize these ...
Score System.Drawing.Graphics
DBC User - 15 Apr 2005 6:15 PM - 2 messages
Hi Sharpies, This is a very basic question. I am using .Net IDE 2003 and System.Drawing.dll (1.1.4322). I wrote a simple program like this (ommitting the commons) using System.Drawing; .. .. .. private void button1_Click(object sender, System.EventArgs e) ...
Score Serializable overhead
Frank Rizzo - 15 Apr 2005 6:14 PM - 2 messages
What is the performance impact of setting a [Serializable] attribute on a class?  Is there a performance win if I remove the attribute? I am doing some perf profiling and realized that all my strongly type collections generated by CodeSmith have a [Serializable] attribute on ...
Score How to Change a Label's BackColor Property
OutdoorGuy - 15 Apr 2005 5:55 PM - 4 messages
Greetings, I have a very "novice" question to ask, so hopefully it will be easy. At any rate, I have a label on a Windows form called "label1".  I simply want to change the "backcolor" property to a different color (e.g., ...
Score disable items in CheckBoxList
sql - 15 Apr 2005 5:33 PM - 2 messages
Hi all,    I am using a CheckBoxList control on my aspx page that I bind to an array at runtime. After I databind it, I check two of the items in the CheckBoxList controls. Now I also need to disable these two items so that ...
Score Integrate VSS with Visual C#.NET ...
TheBurgerMan - 15 Apr 2005 5:01 PM - 2 messages
I have installed (int his order): - Windows 2003 Standard - Visual C#.NET (comes with the Visual Studio IDE) - VSS 6.0d (full version). I cannot seem to get the Visual Studio IDE to recognize integrated source control?  Is there anything else I have to do? ...
Score Object question
web1110 - 15 Apr 2005 4:57 PM - 3 messages
Hi y'all, I confused myself on a simple thing. What is the difference between "Object' (with an upprecase 'O') and "object" (with a lowercase 'O')? Thanx, Bill ...
Score .NET Threading Question
Arun Kumar - 15 Apr 2005 4:54 PM - 18 messages
What is wrong with this code. All i am trying to test is 3 progressbar and one button. On buttonclick i create 3 threads and each thread calls a method which in turn updates the progressbar and it works. I would to know if this ...
Score How to insure file extension on new file.
BillZondlo - 15 Apr 2005 4:18 PM - 2 messages
HI, I'm using saveFileDialog to get or make a file to save my stirngs to. saveFileDialog1.Filter = "txt files (*.txt)|*.txt"  ;  //display dialog             saveFileDialog1.FilterIndex = 2 ; ...
Score File Access Error
Jim Heavey - 15 Apr 2005 4:09 PM - 2 messages
I have an application on a server which I have used the .Net wizard to provide "full" trust to the application.  Works fine from the server, but when I invoke the application logged onto my local workstation and double ...
Score Dynamically create objects and set properties?
donal.conlon - 15 Apr 2005 4:00 PM - 7 messages
Here's what I'm trying to do: Have an xml config file like: <ObjCollection> <object assembly = "myAssembly.dll,version,neutral,pkt" typeName="MyObject" title="" description=""/> </ObjCollection> I want to be able to read all the objects listed in this config file, ...
Score How to convert source code to opcodes used in Reflection.Emit?
Striped - 15 Apr 2005 3:35 PM - 3 messages
Is there any tool to convert source code, e.g. of a C# method, to opcodes being used in  System.Reflection.Emit? It's a real pain to do that manually, especially for big pieces of code. public static int Rule001() {  return 1; } ...
Score Multiline text boxes
gjtired - 15 Apr 2005 3:11 PM - 2 messages
Hi, I'm not sure the best way to do something and I hope someone can help me. I'm developing a web application that a user enters test questions in. I store the questions in a database. When a person takes ...
Score Label - AutoHeight?
1qa2ws - 15 Apr 2005 3:10 PM - 2 messages
Hi, I need to have a label with specific width, and AutoHeight. How to do it? Thanks, 1qa2sw ...
Score '... is not marked as Serializable'
Barguast - 15 Apr 2005 2:53 PM - 4 messages
Has anyone got any idea what might be causing this message to be shown? It occurs whenever I try to copy / cut my custom control from the Form Designer: [link] ...
Score Changing connection string at runtime from login form
Tim Nelson - 15 Apr 2005 2:30 PM - 2 messages
I am building a data bound application for SQL server which all the forms I use sqlconnections generated by VS.  I want to have a login form that changes the connection depending upon login parameters.  The only way I can think to do this is to: ...
Score exception handling?
Flip - 15 Apr 2005 2:09 PM - 6 messages
I'm moving from java to C# and have a lot of fun doing it.  But something I've noticed I want to double check on in case I'm not learning properly is checked exceptions.  Does C#/.NET have such a concept?  If I create a class ...
Score Expose a Class from a Referenced Assembly
jheising - 15 Apr 2005 1:57 PM - 3 messages
All, I'm wondering if anyone can help with a small little issue I'm having. Here's the hypothetical situation: I have an Assembly called FooBaseAssembly with a classed called FooBase. I have another Assembly called FooMaster which has a reference to ...
Score Can someone help me?
Eric Borden - 15 Apr 2005 1:50 PM - 2 messages
I have created the following classes (psuedo code example): BaseClass   protected method BaseClass.Foo(object Test) {      Test = new object();   } MyClass : BaseClass   private object myProperty;   MyClass() {     Foo(myProperty)   } AnotherClass ...
Score Join Oracle and MS SQL tables
Mateusz [PEYN] Adamus - 15 Apr 2005 1:29 PM - 5 messages
Hi all! Is it possible to join for example Oracle and MS SQL tables in one dataSet and show it in one dataGrid? I'm writing in C# and using standard ADO components that come with .NET platform. I can put Oracle data into one table in dataSet and MS SQL data into ...
Score Database question
glenn - 15 Apr 2005 1:10 PM - 7 messages
If I setup a connection and the appropriate items in C# to link a queried dataset that comes back with 100,000 results to a grid component on a windows form, does that mean that my program just read 100,000 records over ...
Score IEnumVariant in C#
Jozsef Bekes - 15 Apr 2005 12:38 PM - 3 messages
Hello, I need to derive an interface in C# from a COM interface that has been declared in C++, and this parent interface uses the type IEnumVariant a a function parameter. Since the stdole namespace does not know about this ...
Score Text from db in a textbox with password TextMode
MA - 15 Apr 2005 12:05 PM - 5 messages
Hi all! I have a problem here. I have a web page for user administration. On this page I have a textbox for password. This textbox are in TextMode password. But when I get data, via a data reader, to my password textbox, it´s empty. ...
Score parameter from store procedure
Hrvoje Voda - 15 Apr 2005 11:27 AM - 2 messages
How to get a parameter from store procedure ? Hrcko ...
Score Shelton/C# should be able to match my HTM_TXT.EXE .
Jeff_Relf - 15 Apr 2005 11:21 AM - 14 messages
Hi  Tom,  You showed: <<   private const string PHONE_LIST =    "495.1000__424.1111___(206)564-5555_1.800.325.3333";   static void Main( string[] args ) {    foreach (string phoneNumber in Regex.Split (PHONE_LIST, "_+")) { ...
Score advice about Interfaces
Josema - 15 Apr 2005 11:10 AM - 10 messages
Hi, Im starting develop a portal, and i never used interfaces in the past. As any portal will be possible register (add), delete, modify a user. In this portal also will be possible register(add) , delete, modify bussiness... I have a class called user, and another called bussiness... ...
Score Drag & drop visio style
Sagaert Johan - 15 Apr 2005 11:01 AM - 3 messages
Hi I have a drag and drop app. now i only change the cursor style while dragging ,how can i add a thumbnail to the cursor while dragging. (The style used in visio and many other programs where graphics are ...
Score Constructor chaining in C# vs. Java
Daniel Benito - 15 Apr 2005 10:15 AM - 6 messages
I have just come across a real life example in which the C# syntax for calling constructors from within other constructors is rather inconvenient. Imagine a class with a default constructor and another constructor that takes a parameter: class MyClass ...
Score Free database for windows ?
Søren Reinke - 15 Apr 2005 9:12 AM - 17 messages
Hi there I am working on a divelogbook program, at the moment i read in an XML file containing all the dive data and samples of depth during the dive. At the moment my XML files has 307 dives (consists of 45 fields) and about ...
Score Converting CMYK images to RGB
Digit24 - 15 Apr 2005 8:00 AM - 2 messages
I need to find a way of automatically creating RGB images from CMYK images. I am developing a system where the client will upload CMYK 300dpi images and I need to develop a script that will automatically convert them to 72dpi, ...
Score Drawing lines other than with "-"
Zach - 15 Apr 2005 7:57 AM - 7 messages
In an invoicing program I draw lines in a text file using: new string ("-",73) new string ("=",73) These lines look awful. Is there a better way? Much obliged. Zach. ...
Score HELP - ComboBox in DataGrid
David K. - 15 Apr 2005 7:20 AM - 5 messages
I know it is an ongoing issue, yet, I still look for a solution. I saw a solution using a DataGridComboBoxColumn class. I use C# with Visual Studio .NET 2003, and that class is not recognized. Any idea what is going on here? ...
Score Linking a control to access database
CheshireCat - 15 Apr 2005 7:19 AM - 3 messages
Ive not done any database in dotnet, Ive come from delphi background and done a bit with that I'm trying to write a small application for my own use. Ive created a source database in Access. Ive been following the help files and examples, dragged an OleDbDataAdapter ...
Score how do I Locate an installed applications path the "proper" way from C#?
seanick - 15 Apr 2005 6:50 AM - 2 messages
I am trying to locate an installed application, and I so far have been unable to do so programattically. There does not appear to be a way to do so directly from the .NET framework, either 1.1 or 2.0 beta. ...
Score casting an object to a specific type
Steve Teeples - 15 Apr 2005 6:31 AM - 4 messages
I have a method that passes in two string objects (both numerical numbers) and a string identifying their type. public bool DoCompare(string num1, string num2, string theirType) {    System.Type type = System.Type.GetType(theirType);    return ((type)num1 <= (type)num2) ? true : false; ...
Score casting an object to a type
Steve Teeples - 15 Apr 2005 6:11 AM - 4 messages
Can someone explain how to cast an object to a specific type during runtime? // This line of code tells me the objects type. System.Type type = System.Type.GetType("string of the type"); // This line of code compares the objects, but the compiler doesn't like my ...
Score SQL Server Pooling in ASP.NET
karunakar - 15 Apr 2005 6:07 AM - 3 messages
Hi All I am getting  following the Error when I am  running my web application(C#) using the SQL Server as my Database. Frequent clicks on multiple links causes this error. ERROR: "Timeout expired. The timeout period elapsed prior to obtaining a ...
Score Vanishing Controls
Greg - 15 Apr 2005 3:58 AM - 3 messages
There is a repeating issue of controls vanishing from a form in the Dev environment which is starting to get annoying. What happens is that I will have a form open in the IDE.  The form will have a variety of buttons on it.  The form will be saved, then compiled and run.  ...
Score convert HTM to PDF by .NET on the fly?
beachboy - 15 Apr 2005 3:54 AM - 3 messages
hi all, Would u pls tell me which components (freeware or payable software) is good to convert HTML into PDF (with style support) using .Net (C#)? thx alot.^^ rgds, beachboy ...
Score conversion help?
jamie - 15 Apr 2005 2:59 AM - 3 messages
Yello, I am having a hard time converting from vb to cs. I think that vb as doing a little more behind the scenes, than I relized... The prob code: vb--------------------------------- someMethod(nothing, 0,....,nothing) ----------------------------------- cs--------------------------------- someMethod(null,0,...., null); //this does not work!!! ...
Score DateTime
Bill Burke - 15 Apr 2005 2:09 AM - 3 messages
VS .Net 2003 C# Using DateTime.Now to capture System date and time and displaying it in a user control (label). It works fine, but really only want to display the date (not the time). Can anyone  suggest what to do? ...
Score help a newbie?
Bill Burke - 15 Apr 2005 1:38 AM - 15 messages
trying to dislplay day of the month and the name of the month (current) from user system. Using Visual Studio .Net 2003 in C# On this 4th day of September 2004 I understand how to get system DateTime but not how to get above. ...
Score why it report this errot?
David - 15 Apr 2005 1:09 AM - 2 messages
System.Data.OracleClient requires Oracle client software version 8.1.7 or greater. My oracle client is 10g! ...
Score good multithreaded animation samples
D H - 14 Apr 2005 10:54 PM - 2 messages
Hi,    Can anyone suggest some good source code examples of using animation and threads in C#.  Either with GDI+ (system.drawing) or directx/opengl embedded in a window? Thanks, I've only been able to find a handful.  I'm used to java ...
Score How to get control clip region?
Julie - 14 Apr 2005 10:43 PM - 3 messages
How do you retrieve the visible clipping region for a control? I have a control where I do some on-screen drawing (specifically ControlPaint.DrawReversibleLine()), however I need to clip the line to the visible bounds of my control. Obviously, the client rect is simple enough to retrieve, but what I need to do ...
Score EventLog.WriteEntry
John Lee - 14 Apr 2005 10:08 PM - 3 messages
Hi, we have been trying so many days and could not figure it out - please help!!! in windows 2003, we created an application pool and assigned a domain account as its identity - we also assigned this domain account to IIS_WPG ...
Score Nested classes
Barguast - 14 Apr 2005 9:32 PM - 4 messages
This might sound a silly question, but is it possible to nest a class without actually including the implementation of that class within the parent class? If possible, I'd prefer to have the nested class implemented in it's own .cs ...
Score Help with Addin
MAF - 14 Apr 2005 8:54 PM - 3 messages
I am trying to create an addin that will loop through all my projects in a solution and all the forms with in a project to set a form property. How can I test the project item to see if it is a form? ...
Score DataGridView with ODBC
1qa2ws - 14 Apr 2005 8:35 PM - 3 messages
Hi, I really don't know how to use DataGridView with ODBC connection. I have an DSN ODBC connection and I know how to connect to it. I can query the database. I'd like to get the query result into the DataGridView table and I ...
Score Display current date
Bill Burke - 14 Apr 2005 8:29 PM - 5 messages
I'm very new to Visual C# .NET and would appreciate any help.  I am using Visual Studio .NET 2003. I want to display the current date from the user system in a web form. I have spent hours searching for help using google but ...
Score Casting a class/Interface using createInstance
Shane - 14 Apr 2005 8:27 PM - 4 messages
I am having a problem where I create an instance of a class from an assembly and I try to cast it to an interface that it inherits from and it says that the cast is invalid. Here is the code: ...
Score CAB FILES -- Can third-parties view source code?
charliewest - 14 Apr 2005 8:22 PM - 2 messages
I was reading more about the .NET FRAMEWORK's SDKs and i found that there exists a utilitiy that enables developers to view manifest data, assembly data and even source code! When compiling CAB files using VS.NET, is there any way that a third-party ...
Score Batch functionality
Oscar Thornell - 14 Apr 2005 7:51 PM - 4 messages
Hi, Any suggestions on best practices on implementing batch process functionality in a web app? The idea is to run a batch of order processing at night when the site load is low. I would like to contain the logic within the web application for deployment ...
Score How to change richtextbox font/format ?
Du - 14 Apr 2005 7:43 PM - 5 messages
I want to format the text within my richtextbox.  However I have large amount of text to change,  simply using richtextbox.select and format is not pratical. How do I change text format using control characters (ie rtf format string) ...
Score making elements of a window form resizable
Eps - 14 Apr 2005 7:43 PM - 2 messages
I am developing a program which I plan to release as freeware at some point.  I have decided that the lowest resolution supported will be 1024x768 and have sized everything up so the GUI is usable at this res. ...
Score mmioDescendParent: invalid parameter
Rubycon - 14 Apr 2005 7:37 PM - 3 messages
Hi all, can anybody tell me what he invalid parameter is in this code. When I try to execute the mmioDescendParent I get a returncode 11, meaning that an invalid parameter has been passed. I just don't know which one ...
Score gtk# page
Stupendously Incredulous Person - 14 Apr 2005 7:17 PM - 2 messages
Mono has some good information and docs on gtk# [link] ...
Score reliable and cheap asp.net hoster with DB support?
VMI - 14 Apr 2005 6:27 PM - 5 messages
Are there any reliable ASP.Net hosters that are also cheap? I'm looking for a web hoster that supports ASP.Net (required) and has access to SQL Server (preferably for free) and mySQL.  Obviously, their up-time should be pretty ...
Score Convert String to variable contained in string
gmccallum - 14 Apr 2005 6:11 PM - 11 messages
I have a situation where I have the name of a variable in a string and would like to get the value of the variable. Simple Example: string varName = "MyClass.intvalue"; would like to get value of MyClass.intvalue. I tried ...
Score Application Security
Jim Heavey - 14 Apr 2005 5:43 PM - 3 messages
Hello, I have an ASP.Net Console Application located on a server.  I am able to successfully run this application if I am logged onto that server. If, however, I am logged on to my workstation and have mapped the drive on ...
Score Counting String tokens precisly in an html document
kman - 14 Apr 2005 5:36 PM - 3 messages
Hi there, I have an html file like this. ---------------------------------------- <body> <h1>Home Page</h1> <p> Welcome<br>To<br>   <br> My Home Page </p> ...
Score How to clone a class library to a new one?
Alpha - 14 Apr 2005 5:23 PM - 6 messages
I need to code several class library that has user-interface forms and crystal reports and are pretty similiar.  I haven't clone one before so is it more troube than it's worth or should I just create new one from scratch each ...
Score Why graphics.drawstring prints out of alignment on preprinted form
Alpha - 14 Apr 2005 5:18 PM - 5 messages
I'm printing datafield to preprinted form using graphics.drawstring.  I measure the position on preprinted form and specify the millimeter position in my X and Y but it doesn't print to that position on the page.  ...
Score Windows Application Pop-up Suppression
MikeZ - 14 Apr 2005 5:14 PM - 4 messages
I have a .NET Windows Application. I put several third party activex controls in the main form. The activex control sometimes generate warning messages. Because this application was used as Server Application, no user can close the pop-up windows. ...
Score Can I develop ASP.NET/C# applications in Microsoft Visual C# .NET Standard 2003?
TheBurgerMan - 14 Apr 2005 4:54 PM - 5 messages
or do I have to spend the extra >$1,000 and purchase Visual Studio? ...
Score Mashaling a VB6 Array Of Struct to C# Array of Struct
Cybertof - 14 Apr 2005 4:44 PM - 6 messages
Hello, Is it possible to convert a VB6 Array of Struct to a C# Array Of Struct ? The test context is a C# application calling a VB6 ActiveX DLL Function using UDT (User Defined Type) and array of UDT. *************************************** Example : (VB6AX is an ActiveX VB6 DLL) ...
Score Display Property Name and Value
sandeep02 - 14 Apr 2005 4:22 PM - 4 messages
Any help on the follwing would be great. If i have a business object like the folliwng Object Name : Customer PropertyName    Value --------------------------- FirstName       John LastName        Smith ...
Next »