Home All Groups Group Topic Archive Search About

General .NET discussion

microsoft.public.dotnet.general
Score 'From address' Name Resolution problem
Jay - 11 Jun 2005 7:27 PM - 8 messages
Hi, I am using the MailMessage object to send mails. One issue that I am currently facing is that the 'From' address that I provide is not getting resolved. I was testing the code with the same address for both 'From' and ...
Score Media Center for Developers
G Dean Blake - 11 Jun 2005 7:24 PM - 2 messages
I just bought a new laptop to be used as my dev box but it came with Windows Media Center.  Does this have all of the features of xp pro such as IIS, and other things required by asp.net developers or am I going to have to Install ...
Score ACT! 2005 Complaints with MS .Net
Jeff - 11 Jun 2005 12:01 PM - 5 messages
Hi, The following is a representative comment from the ACT! User Forum regarding their newest version, 2005. "I didn't say the product was fast enough... I suspect most of those issues are related to .Net and if so, won't be able ...
Score Creating a Custom App Wizard
Vasuki - 11 Jun 2005 8:39 AM - 6 messages
Can someone teach me how do i create my own custom app wizard in .net thank you ...
Score Programming for RS-485 serial communication
Quan Nguyen - 11 Jun 2005 5:55 AM - 3 messages
All examples @ MS website for serial port communication are specifically indicated for RS-232 interface, such as: [link] [link] ...
Score Remove Microsoft Word formating (in html doc) - regular expression
dave - 11 Jun 2005 12:23 AM - 2 messages
I have an html document created through MS Word (save as html). I would like to find a regular expression that can be used to remove all of the formatting.  Any help would be greatly appreciated. thx dave ...
Score URGENT: OutofMemoryException.
Mahesh D. Rane - 10 Jun 2005 7:07 PM - 2 messages
Whenever our ASP.Net application starts it consumes 40 MB memory (this reading are from Task manager of aspnet_wp.exe) this keeps on growing. At very fast    rate. Every page hit increases the memory by 1 to 2 MB.    ...
Score App Paths and Assemblies
Ron Bremmers - 10 Jun 2005 5:42 PM - 3 messages
I have a application (.exe) and one assembly (.dll). When the two files are in de same folder, it works fine. But I want to create a subfolder called for example "DLLs". When I move the assembly to the DLLs folder, the exe doesn't work anymore. ...
Score Double Click Behaviour in IDE
JSheble - 10 Jun 2005 5:35 PM - 4 messages
Is there anyway to change the behaviour of the double click in the Solution Explorer?  If I double click a form, I don't want it to open in the designer, I'd much rather it open the source code. ...
Score Turn Cursor into an Hourglass when waiting
PK9 - 10 Jun 2005 5:29 PM - 3 messages
I'm creating an application in C# with webservices and some of the pages have a substantial amount of lag time. I'd like to know if there is any way to have the cursor turn into an hourglass while waiting?  Any help is appreciated! ...
Score bug??? or what
Mike D - 10 Jun 2005 5:09 PM - 3 messages
I have a small app 2 forms and 2 tab pages on one form.  I have recreated this app after having this problem yesterday thinking something in my app was corrupt or maybe the group control was bad to use.  Now I am lost. ...
Score Urgent!! Error while trying to run project: Unable to start debugg
Sileesh - 10 Jun 2005 5:08 PM - 2 messages
Hi I have installed win2000 on my machine at work place. When i treid to install IIS, it propmpted me to install Win2000 SP4 before it install IIS. So i downlaoded SP4 from microsoft website and installed it. After that it ...
Score How do put image on favorite
edunetgen - 10 Jun 2005 4:08 PM - 2 messages
I have a Web Aplication. I want an own image when an user adds me to favorite. Thanks, Edu ...
Score Really Dumb Question about .Net
ed - 10 Jun 2005 3:16 PM - 4 messages
I've just started working with .Net, so appologize for what is probably a really dumb question. Did Windows XP originally come with the .Net framework installed, and if so which version? thanks in advance, ed ...
Score Closing office apps with c#
Sean - 10 Jun 2005 1:49 PM - 2 messages
This is probably something simple... I'm trying to close a Powerpoint application from c# using: PptApplication.Quit(); PptApplication = null; GC.Collect(); I need all trace of the it to disappear immediatly, hence why I am calling gabage collection, however it dosn't seem to disappear from the processes ...
Score When to use struct and when to use class
Chris Dunaway - 10 Jun 2005 1:42 PM - 2 messages
When deciding to use a structure or a class, what is the general "rule of thumb"?    When you're creating your data model, what factors dictate that you use a class instead of a structure? Structures are more lightweight than classes but for example if you're ...
Score How do I delete a row in a DataGrid ?
Unemployed Programmer - 10 Jun 2005 9:36 AM - 3 messages
...
Score catch the down/up keystroke when selecting items in a combo box of a datagrid
Amin Gunawan via .NET 247 - 10 Jun 2005 7:19 AM - 2 messages
I would like to put a combo box in a column of a datagrid.  I've seen the samples in the MSDN library of other sources, but all samples didn't catch the 'DOWN/UP' keystroke. It means that when I select an item in the combo box, I need to use my mouse for the selection. If I use the 'DOWN/UP' keystroke, the cell in the grid move to the next or prev row in the grid. ...
Score Does CompareValidator work for the date in dd-mmm-yyyy format?
CyberLotus - 10 Jun 2005 5:56 AM - 3 messages
Hi, I wish to validate the date a user has entered against the format dd-mmm-yyyy  using the CompareValidator, but it does not work. Does anybody have a simple solution please?  Many thanks in advance. Regards, Cyberlotus ...
Score How to view full path of source files?
Naresh Agarwal - 10 Jun 2005 5:30 AM - 3 messages
Hi How can I view the full path of source files in Visual Studio .Net? thanks, Naresh ...
Score Com to .Net
Venkat - 10 Jun 2005 5:02 AM - 2 messages
Hi,      We have a dozens of VB6 components, developed some 5 years before, we have now  few .Net components which references these files. Ideally we are using Biztalk server and referencing these VB6 components into that, what ...
Score Help getting started with a .NET app that runs in a browser.
Fred Hebert - 9 Jun 2005 10:12 PM - 5 messages
30 minutes ago my boss asked me to develop a proof of concept application, using .NET, that runs in a browser.  The idea is that we want an easier way to deploy application updates.  We are thinking of having users connect to ...
Score trial version of software - serial number
a - 9 Jun 2005 10:03 PM - 3 messages
Does anyone know of any resources on creating trial version of your software written in .NET.  I want to make a trial version and have people add a serial number that cannot be guessed.  I'm sure its some kind of algorithm ...
Score Scrollbar of multiline textbox
pothik05 - 9 Jun 2005 9:15 PM - 3 messages
I have a multiline textbox (with scrollbar) on a form. I add lines to the textbox at runtime. If the number of lines crosses the visible area in the textbox, I want the scrollbar to scrolldown. I tried selectionstart but it is ...
Score Help with CryptoStream and incomplete files...
MattP - 9 Jun 2005 5:46 PM - 9 messages
Ok, with the help of some examples found on the web and some minor modifications on our own, we have a simple and working encrypt and decrypt solution.  It runs as a service, watches for files with a specific extension in a specific directory.  The files are uploaded by ...
Score Regex question
Marianne - 9 Jun 2005 5:21 PM - 2 messages
I have a fairly simple pattern but am stuck on the very end.  Simply, it needs to match any character grouping that is separated by more than a single space: This is one group      and this is another group    and this is a third ...
Score Ideal method....
VK - 9 Jun 2005 2:43 PM - 3 messages
Hi, We have a questionnaire of 75 questions with some radio button choices. We are trying to update the database with these selections made by user. Using ASP.NET and SQL2000. Is - using a disconnected environment meaning -- store the answers of ...
Score Getting formated SQL
Emerson Yukio Honda - 9 Jun 2005 2:25 PM - 2 messages
With the code below : SqlParameterDictionary sqlParamDic = new SqlParameterDictionary(); StringBuilder sqlBuilder = new StringBuilder(); string sql; sqlBuilder.Append( "insert products (product) "); sqlBuilder.AppendFormat( "values (@name) ", product.Name); sql = sqlBuilder.ToString(); sqlParamDic.Add( new SqlParameter( "@name", product.Name ) ); SqlHelper.ExecuteNonQuery( GlobalFunctions.GetConnectionString(), CommandType.Text, sql, sqlParamDic ); ...
Score VB.NET: Two dimensional sort
Ali Chambers - 9 Jun 2005 12:31 PM - 2 messages
Hi, I have a two arrays that I wish to sort. One is the index array (full of floating point values). The other is a string array: ARRAY 1        ARRAY 2 -------        -------- ...
Score Double post back problem with two clicks on a control
ourspt - 9 Jun 2005 12:09 PM - 3 messages
Hi, We are working on a .NET application (ASP.NET/VB.NET). In our application, when the user clicks on a control (say a link, button, check box or whatever) and then clicks on the same control again (while the first click is being ...
Score Getting list of Properties using Reflection
Dawid Mostert - 9 Jun 2005 9:29 AM - 3 messages
Hi, I'm trying to get a list of properties from a hierarchy of classes, using reflection. Using Type.GetProperties(), I get the list back in "reverse hierarchy order" (derived class properties before parent class properties) Using TypeDescriptor.GetProperties(), the order of the returned ...
Score Storing setting
Gav - 9 Jun 2005 8:50 AM - 3 messages
Hi all, I have been looking into writing values to the config file.  I have just read that it is not a very good idea to do so. Could anyone suggest a good way to store app settings? thanks ...
Score Calling "computed" click events programmatically
Al Christoph - 9 Jun 2005 6:29 AM - 6 messages
I have a program that mixes wizard like behavior with random access to the various dialogs in the wizard. I do this by having each step map to a toolstripmenuitem. Users can randomly choose the menu item and get the ...
Score Errors in .NET Application on Windows XP SP2
M Imran Iqbal - 9 Jun 2005 6:00 AM - 3 messages
Hi, I am facing a problem. I have developed a complex application with more than 25 forms with third party control(Jenus Grid) when i run application on Windows2K (Server/Professional) it works fine but when i run application on ...
Score How do I return a tick character
markeboy - 9 Jun 2005 2:45 AM - 5 messages
I need to show a tick char on an aspx form I cannot see any unicode representation for this.  short of using a graphic, is there a better way? ...
Score Installing Remote Components
Bryan - 8 Jun 2005 10:10 PM - 3 messages
I'm trying to get debugging working, and I've come across a snag. I've got Visual Basic.net Standard - not the full Visual Studio.  From what I can see, it talks about installing the Remote Components in the ...
Score directx questions
Aaron Lovi - 8 Jun 2005 9:41 PM - 2 messages
Hi, I'm a noob trying to use managed DirectX (VC# 2003, DX9.0 Apr 2005 SDK).  I used to use OpenGL with QT and VC++6.0, but I was a relative newcomer to that as well. When I used OpenGL, my understanding was that if you used display lists, ...
Score SQL Server scripting
Kalyan - 8 Jun 2005 9:18 PM - 3 messages
hi I wanted to know, is it possible to write .net code to generate database script? For example, I will give table name,  .net code should generate script from the database. thanks kalyan ...
Score database problems
Mike D - 8 Jun 2005 8:49 PM - 3 messages
I am using oracle, not by choice.  I am getting some errors that I can't debug. I have my db stuff in a module with public functions named database.vb Then I am trying to call the function from a form like this: ...
Score Sharing objects between Web and console
baylor - 8 Jun 2005 8:40 PM - 2 messages
Are there are any best practices or guidance on how to share an object between the Web world and the non? Here's my situation: i have one object (a security profile containing IPrincipal + some other stuff) that almost every other object in my system ...
Score newbie: RichtextBox
Peter Schmitz - 8 Jun 2005 8:31 PM - 4 messages
Hi, just one question: I placed some code in my RichTextBox's keyPress handler (VB.net), and now I want to know at which current position (index) in my RichTextBox.Text the new char would be inserted. Can anyone help? ...
Score Cross Browser Post
Armaghan - 8 Jun 2005 7:38 PM - 3 messages
I have a form that I need to post to a popup window. I've done this gazillions of times in Classisc ASP but with .NET as soon as I post the data I got an error. "Unable to Validate the Data". ...
Score encrypt password in config file
CLEAR-RCIC - 8 Jun 2005 6:05 PM - 5 messages
Hello All: I want to encrypt a username/password inside a config file that will be read and decrypted by a .dll.  I have discovered many ways to do this looking at Google but was wondering if anyone could recomend one method over another.  ...
Score Coloring text
Peter Schmitz - 8 Jun 2005 5:56 PM - 3 messages
Hi, how can I automatically change the color of specific words in my RichTextBox (VB .NET). The feature I want to create is similar to the feature that's included in VS.NET: Some specific keywords are colored. How can this be done? ...
Score Basic Authentication
Spiff - 8 Jun 2005 5:52 PM - 3 messages
Greetings! I have a web application with basic authentication and i need to read a XML File from the server, to do so i need credentials. So I generate network credential by using the data i get with Request.Headers("Authorization"). ...
Score Odd error under VS2005 - 2GB ProjectAssemblies directory related
Gustavo L. Fabro - 8 Jun 2005 5:31 PM - 3 messages
Greetings. I had an user control built on Visual Studio 2003 that I used in some forms build also with Visual Studio 2003 (C++ was the language for both cases). Now I'm trying to port this to VS 2005. The forms that use these specialized ...
Score Listbox numerical sort
Ali Chambers - 8 Jun 2005 3:59 PM - 4 messages
Hi, I have a bit of a problem with a sort procedure I need to do. I have a list of items in a listbox, eg:- 2.3%<A other text here> -4%<B other text here> ...
Score Visual Studio 6.0 and Visual Studio 2005
rkbnair - 8 Jun 2005 2:50 PM - 3 messages
Is it safe to install both Visual Studio 6.0 and Visual Studio 2005 in the same machine? Thanks. ...
Score TransactionScope implicitly or explicitly committed or aborted
Rick_Kierner - 8 Jun 2005 1:38 PM - 5 messages
I am attempting to use the TransactionScope class to manage my transactions.  I am running into an issue.  My web server [WEB1] is in an NT work group.  My SQL Server [SQL1] is in a domain.  When my code attempts to execute the ...
Score closing an app with multiple forms
Mike D - 8 Jun 2005 1:36 PM - 2 messages
If I have an app that has Form1 and Form2.  When I open the app Form1 is displyed, I do some stuff then open Form2 and set Form1 visibility to False.  If I want to totally close the application now closing all forms how do I do ...
Score Want to learn about Setup/deployment
KennethBohman - 8 Jun 2005 1:16 PM - 3 messages
Does anybody know of a single source of information (book, article etc) on setup/deployment projects? I've got the old Wrox Deployment one, but I'm tired of never finding what I'm looking for. ...
Score So long SUCKERS !!!
Swing S.u.c.ks. - 8 Jun 2005 11:38 AM - 12 messages
Here's a snippet I took of a Java SWING developers blog: <snip> You try telling your users that they need to upgrade to >2Gb of memory when all they want to run is 5 or so Java GUIs of only moderate ...
Score Problem in running Crystal reports
Vivek - 8 Jun 2005 10:18 AM - 2 messages
I am running my application using frame work 1.1 in that i am using crystal reports 9.1.5000.0; while generating reports giving the fallowing error "CrystalDecisions.CrystalReports.Engine.InternalException: "Unable to find the report in the manifest resources. Please build the project, and try ...
Score Dataset and identity seed columns
Stephen Ritchie - 8 Jun 2005 9:47 AM - 2 messages
I have a dataset that contains two tables - Parent and Child. The key of the Parent is called ParentID and is an identity column in SQL Server. The key of the Child is two columns called ParentID - foreign key defined as INT to ...
Score Time settings
Edwin Loubser via .NET 247 - 8 Jun 2005 9:44 AM - 2 messages
Hi there, My problem is the following:  I get the current time on the machine by using Now(), but for some weird reason this machine (happens only on this machine) refuses to show/handle the tt part of the time.  Thus all the times I get using anything like Now() or even when assigning a formatted time to a variable it does not show AM/PM.  ...
Score Date & DateTime datatypes format
Ed - 8 Jun 2005 6:28 AM - 4 messages
Hi there, My problem is the following: When I assign a custom formatted Date & Time to a Date variable it loses it’s formatting.  Ex.  2005-06-07 15:46 [Format(Now(), "yyyy-MM-dd HH:mm")] now when I assign this to a variable of ...
Score Legality of using Microsoft DLL'S in programs?
hack123 - 8 Jun 2005 1:37 AM - 9 messages
G'Day all, Im just curious as to how legal it is to use dll's that microsoft have made? For example, lets say I make a program that creates users in active directory, I have to reference system.directory services, is it ...
Score Process.Start taking a long time, the FIRST time only
Slide-O-Mix - 7 Jun 2005 11:16 PM - 3 messages
I am using the Process class to run an external application from my application. The first time I call the .Start() method it takes several seconds for the process to actually start. Subsequent calls to .Start() go very fast as is how I would expect it. Has anyone seen this before and ...
Score Setup and Deployment
source - 7 Jun 2005 10:18 PM - 2 messages
Is there a newsgroup for Setup and Deployment related issues in .NET? ...
Score datatable.compute method
David Anderson - 7 Jun 2005 8:27 PM - 2 messages
I'm trying to compute the minimum datetime of a column in a certain datetime range like so: datatable.compute("Min(datetime_column)", "datetime_column < datetimeobject"); I get a syntax error.....I suppose this has something to do with compute encountering a colon in my datetime and throwing a hissyfit. Is there some ...
Score Data adaptor.update confusion
Paul - 7 Jun 2005 8:11 PM - 2 messages
OK I'm lost....  Hope I can describe this that you will understand what I'm taking about. I have an Oracle dataset and I've inserted some rows into it, I now want to update the database.  I managed to do this by going thru each row and ...
Score what is difference between buil and delpoy?
Newbee Adam - 7 Jun 2005 8:10 PM - 2 messages
1. what is difference between buil and delpoy? 2. If I am finished with a web app lets say. how do I compile it and what type of a file will it be? .dll, aspx,... 3. how do I bundle an application that is web based. Do I put an aspx file ...
Score anyone have any cool secretes or shortcuts in vb.net to share!
Newbee Adam - 7 Jun 2005 8:03 PM - 2 messages
I always like to ask because someone who has worked on specific projects may have been in the possition to find a handy short cut or solution that cannot be found in a book only through trial and error experience. I may soon be ...
Score what exactly is the source safe used for
Newbee Adam - 7 Jun 2005 7:49 PM - 3 messages
what exactly is the source safe used for ...
Score unix shell scripts
dk - 7 Jun 2005 7:43 PM - 2 messages
is there any way to invoke a unix shell script from .net? tia, dk ...
Score What major applications have been ported to the .net framework?
Bootstrap Bill - 7 Jun 2005 6:55 PM - 6 messages
Does anyone have a list of applications that have been ported to the .net framework? Does anyone know if future versions of Office will be ported? What about other Microsoft products? Games? ...
Score May i know about the component of .NET
CK - 7 Jun 2005 5:20 PM - 2 messages
May i know what is the technology that the .NET component use for communicate each other in the .NET environment ??? since i am the new in .NET thank you ...
Score View Assembly Cache information remotely?
tron9901 - 7 Jun 2005 4:03 PM - 4 messages
In .NET Configuration 1.1 - Assembly Cache, there's a link called "View List of Assemblies in the Assembly Cache." I need to look at that information on several Windows 2000 Advanced Servers. Is there a way I can view this list remotely? Without having to ...
Score Tab key not working in Visual C#
Jeff Connelly - 7 Jun 2005 2:59 PM - 2 messages
Anyone know how this might have been disabled somehow in the editor? ...
Score msgbox function
benLeighton - 7 Jun 2005 12:35 PM - 3 messages
I suspect that my 2 yr old has been messing around again... simple say I call the msgbox function from a button click event thus # msgbox ("hi") the msgbox appears but without the text "hi"... in other words completely blank. ...
Score Consuming event of a class in collection
rawCoder - 7 Jun 2005 12:02 PM - 3 messages
Hi, I must be missing something here. All I want is to be able to handle the events of one of my class, objects of which are in a collection. For e.g. I have a class MyClass1 which raises MyEvent1 and a collection ...
Score default for MailMessage from property
James - 7 Jun 2005 11:42 AM - 2 messages
Is there a way of getting the default email address for the logged in user? I am creating a MailMessage and need a valid from address in order to send an email in my app with SmtpMail.Send. ...
Score Hide JIT Debug Error
Jake - 7 Jun 2005 10:44 AM - 5 messages
I'm trying to create an all encompassing error handler to handle all Unhandled Exceptions. I have added an event handler to AppDomain.CurrentDomain.UnhandledException and everything works fine when debugging. When I try to run the app outside of the IDE I get the JIT Debug ...
Score Facing precision issues with "double"
Uma Abhyankar - 7 Jun 2005 9:58 AM - 3 messages
Hello, We are facing precision issues with addition, multiplication or division of "double" Issue1: ##### The output of 0.1 + 0.2 is not 0.3 It is 0.30000000000000004 How do we tackle this?? Issue2: ##### Minute value: 8.6994833333333332 Case1: From Minutes to Seconds: ...
Score which is best?
Jimbo Jim - 7 Jun 2005 9:27 AM - 5 messages
sb = New StringBuilder sb.Append(vbNewLine) sb.Append("function init() {") sb.Append(vbNewLine) sb.Append("ModuleMenu = new TRMenu.TRMenu();") sb.Append(vbNewLine) sb.Append("ModuleMenu.Add('Modules',0,'ModuleMenuList');") Or sb = New StringBuilder sb.Append(vbNewLine & "function init() {" & vbNewLine & "MMenu = new ...
Score Should I use VS 2003 or 2005 for IDE? I have both.
William - 7 Jun 2005 1:03 AM - 2 messages
Have questions I am getting back into developing and need some opinions. Should I use VS 2003 or 2005 for IDE? I have both. I understand I can install both on same machine.  True or False I have a current Dot net 1.1 environment. Can I deploy VS 2005 applications ...
Score system calls
James - 6 Jun 2005 11:39 PM - 2 messages
How would I make a system call using C#?  e.g. how would I execute a "dir" or "attrib" command from within C#?  I can't seem to find this reference in the System namespace.  Thanks. ...
Score Can't open 'Samples and Quick Start Tutorials'
Brad - 6 Jun 2005 7:45 PM - 3 messages
Thanks for taking the time to read my question. First off, I hope I am in the correct forum.  If not, please let me know. I have followed the instructions to install the Quick Tools component, and the MSDE2000A.exe.  My co-worker has done the same and his works and mine ...
Score any idea why I cannot instal VS NET 2003 on win dows server 2003
Newbee Adam - 6 Jun 2005 6:20 PM - 2 messages
any idea why I cannot instal VS NET 2003 on win dows server 2003 the first of 3 installation disks givesd me a message saying I am missing componenets ...
Score Several Crystal Reports Doubts
Tiago Miguel Silva - 6 Jun 2005 6:12 PM - 3 messages
Hi there to all. I am a .NET Crystal newbie and I hope that you don’t pick me up much :) with the following questions: 1) It’s possible to access the report model to alter the rendered data. I’m ...
Score GPS
Chris - 6 Jun 2005 6:03 PM - 3 messages
Hi, I need to set up gps to track the locations of 6 trucks (our fleet). Can I use mappoint for this? Don't I need to purchase a reciever and transmitter for the trucks so that they can transmit their location and then I can map ...
Score property grid control
Randy - 6 Jun 2005 5:06 PM - 3 messages
I have windows form project that I want to use the property grid control for settings. What I am having problems figuring out is there a way that I can have an array of strings like an array of com ports names, how can I display ...
Score C++/Cli Intellisense in Beta2
Peter Qian - 6 Jun 2005 3:55 PM - 2 messages
Hi,     Is it just me or is it still a bug in the IDE environment? The C++ intellisense works for 3 mins and stops working, then works again - it just keeps switching on and off. Sometimes you can't even get it to work at ...
Score ItemDataBound text modification question
Ben R. - 6 Jun 2005 3:42 PM - 4 messages
I've got a repeater that's bound to a datareader and I'd like to conditionally modify the text that is being outputted. Previously, I've done this by assigning a name to attribute to the surrounding tablecell in which ...
Score How to use .NET framework to toggle the power on a USB-powered dev
Robb Gilmore - 6 Jun 2005 3:39 PM - 4 messages
Hi, We have a C#.NET win-forms application that talks to a device plugged into the USB port.  Sometimes when severe communications interruptions occur, such as from a burst of ESD electricity, we need to toggle the power on that ...
Score Error creating window handle
JosR - 6 Jun 2005 3:35 PM - 2 messages
Using: VB.Net, Framework 1.1, Windows XP SP2 Hardware: Pentium IV 3,1 GHz, 1 Gb RAM memory The VB.Net application opens a child form as follows: Private Sub OpenChildForm()    dim frm as new frmWhatever    frm.showdialog() ...
Score 2.0 Web site Administration Tool
RickatGoIn - 6 Jun 2005 3:31 PM - 3 messages
We are currently using the security features included with latest .NET 2.0 Framework (v2.0.50215), including the Web Site Administration Tool.  The only problem we have encountered thus far is getting the Web Site Administration Tool to install and work on the IIS Server.  To clarifty, we can only access ...
Score saving file from asp.net
helpful sql - 6 Jun 2005 3:10 PM - 6 messages
Hi all,    I dynamically generate Word Documents from my web application using XmlDocument object and need to save them on a mapped network drive. I use the Save method of XmlDocument object to save documents. Ican save them ...
Score Cookies
Shahid Juma - 6 Jun 2005 2:51 PM - 3 messages
I have a cookie that has been set by an ASP application. I am successfully able to retrieve the value of that cookie, however when I display it on the page using a Text Label, I get HEX values like "shahid%2Ejuma" ...
Score Import Excel Data into SQL Server with VB.NET
khanif - 6 Jun 2005 2:25 PM - 7 messages
Can someone provide me with an example with how to import data from an excel file into SQL Server with VB.NET? Thanks ...
Score some basic dotnet questions
Newbee Adam - 6 Jun 2005 1:28 PM - 4 messages
If I program in vb.net will my program be accessible via a browser, or do I need to use the webbrowser active x control like in vb 6. would the program reside on a webserver like IIS or apache? ...
Score Java programmer lured back by .Net (Questions)
Beatrice Rutger - 6 Jun 2005 12:33 PM - 9 messages
Hi, I am a previous Micro$oft desertee (moved from VB/VC++ to Java before this whole DOTNET thing) because I had several issues with Micro$oft. I am not completely in love with Windoze, but I have to say that Java ...
Score Showing Windows Form
Terrance - 6 Jun 2005 11:54 AM - 2 messages
Good Morning: I'm hoping someone can help me with a problem that I have. I have one form that is a MdiParent; when I open up another form using the ShowDialog() method a second window button shows up in the task bar. Is there anyway that ...
Score Updating CSV files with Connection object
Nick - 6 Jun 2005 10:08 AM - 2 messages
Hi, I have a scenario wherein I need to update a record in a CSV file. However, it seems that with the connection string I am using, strConnString = "Provider=Microsoft.Jet.OLEDB.4.0;Data Source=D:\Webroot\DB;Extended Properties='text;HDR=Yes;FMT=Delimited'" ...
Score Select Query from SQL to VB.NET - using SUM
VBNewbie - 6 Jun 2005 9:26 AM - 3 messages
Hi people, I have a question that nobody as of yet has been able to answer for me. I have an SQL query which is: SELECT sum(TimeSpent) AS TimeSpentDWR FROM DWRWork WHERE DWRID = @DWRID When I provide the parameter, it sums the timespent field OK. ...
Score Looking for code generator recommendations
John - 6 Jun 2005 4:10 AM - 3 messages
Hi, Can anybody recommend a good code generator for data driven apps? Thanks in advance, John ...
Score String includes RETURN KEY
jeff - 6 Jun 2005 12:51 AM - 6 messages
hi, all. Here is a stupid question. I have three string string str1 =" test1 "; string str2 =" test21\ntest22\ntest23";  (\n means return key) string str3 =" test3 "; I write them to a file(test.txt) by using Stream.write(); I open the file: ...
Score How to use Recource
jeff - 6 Jun 2005 12:34 AM - 2 messages
Hi, all In C++, we can create resouce file which includes string predefine, and ICON,GIF etc. How to do in C# VS.NET2003 Thanks ...
Score Datagrid and dataset 'haschanges' problem
thead01@gmail.com - 5 Jun 2005 2:28 PM - 5 messages
I create a dataset, load xmlfile, create dataview (ds.defaultview) and bind it to a datagrid (dataset haschanges property is now 'true'). When a user closes the form I want to check via ds.haschanges if there are pending changes in the dataset. Now returns 'true' always. ...
Score Page being blocked
Jay Vinton - 5 Jun 2005 7:08 AM - 9 messages
I recently posted my first .aspx effort and am getting calls from users saying the page is being blocked and they can't view it. They got a hyperlink in an e-mail (see below). Most have been successful but the failure rate is ...
Next » 2 3 4 5 6 7 8 9 10