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 2004 > threads for monday february 16

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

Pass UDT as IntPtr
Posted by Bob at 2/16/2004 9:26:05 PM
This is a VB.net 2003 question I have a function called HandleES that expects a "ByVal lpES As IntPtr" paramter in My1.DLL I would like to call the function from My2.DLL. In My2.DLL I've created the UDT structure E dim i as intege dim j as intege .... .. end structur dim MyES as E ES.I...more >>


problem with user control
Posted by usenet NO[at]SPAM apple-o.com at 2/16/2004 5:47:21 PM
I am having problems setting a asp user control's property from code. I have an asp.net page and have a user control "page_footer" which has a property sFooterText. Here is the control: <%@ Control Language="vb" AutoEventWireup="false" Codebehind="page_footer.ascx.vb" Inherits="Site1.page...more >>

Templates c# code not added
Posted by Joe at 2/16/2004 5:36:30 PM
I made a template for webforms. The template.inf calls for two files the ..ascx and the .cs. The .cs template file's code does not get written out to the newly added control? Joe ...more >>

C# and image capture
Posted by <.> at 2/16/2004 3:24:47 PM
Hi, What is the best way to capture images from a FireWire DCAM camera? Is there any support for the DCAM protocol anywhere for C# on Windows 2000? If I understand it right TWAIN = legacy and not to be used, STI is the old driver model and WIA is the new model but only on XP and later. ...more >>

Newbie...Advice on best approach needed!!
Posted by Cantas at 2/16/2004 2:31:07 PM
Can anyone tell me if it is possible to produce a MS Word like document in a vb.net application. i.e. i want to produce an invoice in my application. All the data is gathered in my application at runtime via comboboxes and various other controls. All the data is pushed to tables in my dataset. I wan...more >>

Regular Expression
Posted by orianavim NO[at]SPAM hotmail.com at 2/16/2004 2:00:29 PM
Hi, Small Question ( i want to know how to do it in general, so i'll give a short example): I have the following string: p_arg_names=_show_header&p_arg_values=YES&p_arg_names=_rowid&p_arg_values=30487&p_arg_names=_alt_rowid&p_arg_values=SEQIDX How can i extract (using C# & RegEx) the ...more >>

Stupid question regarding use of Int or UInt
Posted by endymion853 NO[at]SPAM hotmail.com at 2/16/2004 1:59:30 PM
Let's assume you are developing a database application and you have an ID field. You setup the ID field in the database as a 1 up increment starting at zero. Whenever I see programs, everyone always uses the int field to represent the userID. Should this really be a uint since the field wil...more >>

Backend Processing .NET Vs. SQL
Posted by Venkatesh at 2/16/2004 1:43:25 PM
Hi I need to run backend jobs that run daily/monthly and perform tasks ranging from setting the status on an expired policy to more complex period end preium earnings computations. Is it best to do these using SQL/DTS or use middle tier .Net objects ? What are some design consideration...more >>



Adding a Reference
Posted by John NO[at]SPAM hokykoky.com at 2/16/2004 1:23:53 PM
What si the difference between Adding a Reference and actually dragging and dropping an activeX control onto a form? Thanks John ----== Posted via Newsfeed.Com - Unlimited-Uncensored-Secure Usenet News==---- http://www.newsfeed.com The #1 Newsgroup Service in the World! >100,000 Newsgroup...more >>

SFTP Information, technical, white paper etc.
Posted by Gus M. Creces at 2/16/2004 1:18:19 PM
Hi... I'm looking for some information, technical, white paper - whatever - on how SFTP works. I need to add SFTP capabilities into an app's present FTP capabilities. I'm not really looking for a 3rd party solution, like a plug in. Would prefer to write the code in C++ or C#. Just haven't foun...more >>

looking for ilasm
Posted by Bob at 2/16/2004 12:45:31 PM
I'm taking a first look at MSIL and downloaded a sample project. In the file I see this message: * Build with "ilasm /EXE mandelbrot.il" on .Net RTM I can find ilasm nowhere, not on my hard drive, not on the VS.Net installation discs, not on the web. And my search for RTM gives me info on t...more >>

Exception in VB.Net App
Posted by thisiscrazy001 NO[at]SPAM yahoo.com at 2/16/2004 12:27:52 PM
Hi Does any body know how to fix this problem. I get this when VB.Net app uses my Active X control which is ownew Draw Thank you Anand See the end of this message for details on invoking just-in-time (JIT) debugging instead of this dialog box. ************** Exception Text **********...more >>

.NET on Novell Directory Services
Posted by navvyus NO[at]SPAM yahoo.com at 2/16/2004 11:50:46 AM
I would like to know if we need to have Windows Active Directory to host a .NET application or a .NET application can be hosted on a Novell platform? Thanks...more >>

Datagrid color
Posted by Izzy at 2/16/2004 10:46:10 AM
Hi, Can anyone tell me how i change the background color of the datagrid cell when it is clicked. At the moment the cell color goes blue when selected. I do not what the user to be able to select any cell or row at all so i want the cell color to remain white. Does anyone know how to do this Can a...more >>

TargetInvocationException makes no sense
Posted by dudi at 2/16/2004 10:38:03 AM
Hi, very puzzling... I have one perfectly working solution, in which I use a a.dll which has a class A. that class loads data from the database and for each row deserialize the cell into class A1. works great. I made a new solution, I linked to the same a.dll, and In a new project in this new ...more >>

newbie namespace question
Posted by Katie at 2/16/2004 10:06:07 AM
Hi, I'd like to place a method in a namespace which I can easily call from any of my asp.net pages. The method formats a string, and I'd like to just call it with a string without instantiating a new object ie: string Message = "hello world"; Message = MyNameSpace.MyMethod( Message ); How...more >>

ClickOnce on Whidbey
Posted by Steven Spits at 2/16/2004 9:49:57 AM
Hi, I've been playing with ClickOnce on Whidbey. Looks easy to deploy apps on your clients. It generates .deploy files, which can only be interpreted by the machine we installed Whidbey on. When Whidbey will ship (end 2004?), what platforms will support ClickOnce? Will it come with the n...more >>

Crystal report with Application variables
Posted by Karine Proot at 2/16/2004 9:44:45 AM
Hello, I would like to use crystal report .NET component. My first problem comes when I try to specify the data source. The server, database, userID and password are application variables. How do I tell the report ? Karine ...more >>

Converting StrongName to String
Posted by dnlwhite NO[at]SPAM dtgnet.com at 2/16/2004 9:31:51 AM
I am reading the Public Key attribute from an assembly which is read into a byte array. I need to get this value into a string but am having no luck. I've tried variations on the Encoding object, etc but to no avail. Is there some way to accomplish this?...more >>

reminders system
Posted by Yair Cohen at 2/16/2004 9:19:44 AM
HI all, any1 know an idea of makeing a good reminder system. i mean, it will store on the DB. and it will jump when it should and u can postphone or decline it. is there any known method to do this ? (i have implemented own method that load if from the db, it seem to me that now it works fine...more >>

sorting and paging
Posted by Dave S at 2/16/2004 8:58:51 AM
Hi, I'm using a datagrid to display contents of a dataset and I've set the datagrid to allow paging and sorting. Rather than re-retrieve from the DB, I store the original dataset in a Session variable and then rebind to it for each page (which works). I'd also like to be able to sort any of t...more >>

MSDE Database deployment problem
Posted by DB developer at 2/16/2004 7:41:06 AM
Hello friends I am trying to create a deployment project to distribute my VB.NET application with MSDE database. I am using VS.NET with MSDE 2000 deployment toolkit (release candidate) to achieve this. I am facing the following problems I am deploying the database by copying to .MDF and .LDF file...more >>

Cor..
Posted by Varun at 2/16/2004 6:51:05 AM
Hi Cor U earlier help me with coding for removing items from a combobox based on what is contained in my array What i wanted to ask was advise on a similar situation i have encountered. Im not sure on the best method to code this.... I have 3 comboboxes.... ComboBoxHireDate, ComboboxCarMake...more >>

Removing various forms of line breaks
Posted by chrischennell1 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 2/16/2004 6:38:33 AM
Im having trouble removing line breaks from my c# string. Actually, im having trouble getting .Trim() to work properly, as it seems to count a string that has nowt but a break of some sort as not being empty. To get trim to work properly im trying to axe out the line breaks seperately. Ive got ....more >>

Protecting Assemblies
Posted by Michael at 2/16/2004 6:26:07 AM
Hi, When an application is shipped is there a way of un-authroized people from using the assemblies in their own applications? Regards, Michael...more >>

SQlConnection
Posted by Alan at 2/16/2004 2:31:06 AM
H I'm just getting started with vb.net standard and I'm a bit confused. I'm just trying to create a SQLConnection object in a procedure in one of my forms. I get the error 'Type SQLConnection' not defined, even tho I have the System.Data assembly refrenced in my project?? Any Ideas please??...more >>

Struture Type
Posted by San at 2/16/2004 2:21:05 AM
Why structure type is value type and not Reference type as a class is ...more >>


DevelopmentNow Blog