microsoft.public.dotnet.academic Archive - August 2004
Post a message to this list
Messages
Page: 12
Mobile Model Support in .net (2 replies)
microsoft.public.dotnet.academic
how many mobile model support in .net
Lotus Notes and VB.NET issues (2 replies)
microsoft.public.dotnet.academic
Hi All, 1). Here, we are facing a problem of getting just the "Unread mails" from the INBOX of our Lotus Notes (Version6.0) into the "notesdocumentcollection" object. Our present code (using late binding approach, Ex: Session CreateObject("Notes.NotesSession")) to read the mails from the inbox and download the attachments to our hard drive, works fine. But right now it is reading all the mails pre...
ByVal bug in VB.NET 2003 (2 replies, VIP)
microsoft.public.dotnet.academic
I've been using VB.NET for almost a year now and something that has continually confounded me is how the ByVal statement doesn't seem to apply in some cases. It seems to happen when you have a class that contains a structure and you try to pass that structure ByVal to some other class. It ends up copying it ByRef instead of ByVal. For example, You have: class SomeClass structure Thing dim ... end ...
Control arrays? (3 replies, VIP)
microsoft.public.dotnet.academic
Is it posible to make a control arrar in visual basic .net like you can in visual basic 6.0. For clarification I want to make an array of lables. I used to do it in 6.0, it was very handy. thanks, ryan
Speech.NET problem (2 replies, VIP)
microsoft.public.dotnet.academic
Hello All, i am new to Speech.Net programming . I was trying to execute one of the examples(using Tap and Talk) that came with the SASDK version 1.0. The page opens up and displays all the controls ,audio meter etc . When i gave my voice input , i got a JavaScript alert message . I checked the Javascript code and i found that the error was generated on the following condition if(typeof(CCommonSpee...
excel automation (2 replies, VIP)
microsoft.public.dotnet.academic
i'm trying to open up an excel file and read into a cell using vb.net. does anyone have any code for it?
Excel Automation (3 replies, VIP)
microsoft.public.dotnet.academic
Does anyone have code to save an excel file through VB.net?
UNable to connect to SQL Servers in VS 2003 (2 replies, VIP)
microsoft.public.dotnet.academic
I have installed MSDE 2000 with a named instance of VSDOTNET and I also have SQL Server Developer addition installed as the local SQL Server. When I open the sever explorer window in VS 2003, I can see both servers listed under the SQL Server node. I cannot expand these servers to get to the DB's under them. Both have a small red x on the bottom left of their icons, as if to indicate they are not ...
How the ReadOnly Variable work on the following example. (2 replies, VIP)
microsoft.public.dotnet.academic
I am learning the VB .NET now. I have a question on the following example. It is coming from the book "MCAB/MCSD Developing windows based applications with microsoft Visual basic .net and visual c# .net". My Question is about the READONLY variable mTimeOfCreation. Since it is Readonly, how come the Class still can assign the "system.dattime.now" to it. Can any one tell me why. Thank you Public Cla...
What should be a simple C# question... (2 replies, VIP)
microsoft.public.dotnet.academic
Friends, How can I make a shallw copy of any object in C# .NET? For example, I want to make a copy of a managed DX9 Directplay NetworkPacket. The class is sealed so I can't derive from it and use MemberwiseClone. I'm sure there is a simple (and probably obvious) way to do this but it eludes me. Thanks for sharing your experience.
What is .net (9 replies)
microsoft.public.dotnet.academic
Dear Colleagues: I feel that the dumbest questions are those that are never asked. I have been given the opportunity to get into .NET. Our organization has a subscription with Microsoft that basically entitled to us to just about every .Net development tool you can imagine. I cant even begin to mention them. To begin with, my background is not that of a programmer, but a systems engineer and the c...
debug hangs in Visual Studio .NET (5 replies, VIP)
microsoft.public.dotnet.academic
VS hangs whenever I attempt to run an application with debugging (F5 or Run to Cursor). The appliction compiles without errors and I can run WITHOUT debugging (Ctrl F5), but not WITH debugging. Does anyone have any clues as to why this is happening and what I can do about it?
Shifting from VC++ to which .NET ? (2 replies, VIP)
microsoft.public.dotnet.academic
I am doing programming in VC for last one and half years.I also have done programming in VB for database . Now i want to switch to .net enabled lang.In which language i will shift considering that i have to learn it in less time as i have to develop a good level of project in .net very soon ?
Best practise: dataset and many to many relations (3 replies)
microsoft.public.dotnet.academic
Hi all, I'm new to dotnet and I'm trying to understand the best practise to solve this frequent situation: 1. web forms for data insertion and editing 2. one master table with 2 3 detailed tables with a "many to many relationship" These 'detailed' tables are linked to the master one with a many to many table 3. users want to add, edit and delete records. What is the best approach to implement the ...
Upgrade requirements for VS 2003 Enterprise Architect (7 replies, VIP)
microsoft.public.dotnet.academic
Hello, I bought Visual Studio 6.0 Professional several years ago as a college student with the academic price/license. Microsoft's Upgrade Eligability page (http://tinyurl.com/3mtga) does list VS 6.0 Professional as an upgrade, but it mentions nothing about the academic license. Does anyone know of a Microsoft page that states whether the academic version may or may not be upgraded to a single [re...
Windows XP - Access Forbidden - Error 403 (2 replies, VIP)
microsoft.public.dotnet.academic
Hi: Well today is the day that I install my new and improved computer and move my development to XP from Windows 2000. Everything is working fine (MSDE, .NET) except that for some reason I can't access many of my web pages from within VS.NET or from a browser running locally and other computers I keep getting an error 403 access forbidden. I've been through IIS administration and can't find anythi...
Need .Net Academic (3 replies, VIP)
microsoft.public.dotnet.academic
Can anybody tell me how I can get my hands on a copy of .Net Academic edition?
C# question that should be simple... (2 replies, VIP)
microsoft.public.dotnet.academic
Friends, How can I make a shallw copy of any object in C# .NET? For example, I want to make a copy of a managed DX9 Directplay NetworkPacket. The class is sealed so I can't derive from it and use MemberwiseClone. I'm sure there is a simple (and probably obvious) way to do this but it eludes me. Thanks for sharing your experience.
NJIT Offers Great Price on Microsoft .NET Training (2 replies)
microsoft.public.dotnet.academic
Attractive Low Priced Microsoft.NET Training Announced Pre Registration Incentive Offered http://cpe.njit.edu/dotnetpr Newark, New Jersey July 1, 2004, New Jersey Institute of Technology (NJIT) through its Division of Continuing Professional Education (CPE) announced today it is offering low priced Microsoft .NET training starting in August 30th. The training will be available both in computer cla...
Export Crystal Report to PDF (3 replies, VIP)
microsoft.public.dotnet.academic
When I view my report in html the SelectionFormula which contains a start date and end date works fine, I get back a report with the date range. When I export to PDF the formula does not work. Code below: Dim crpt As New DQIUnitFees Dim myTable As CrystalDecisions.CrystalReports.Engine.Table Dim myLogin As CrystalDecisions.Shared.TableLogOnInfo crpt New DQIUnitFees Dim StartDt As String Dim EndDt ...
Exit Out Of A Console Program (4 replies, VIP)
microsoft.public.dotnet.academic
I can't seem to rind a statement or method that allows to exit out of Console program, something like Console.Exit or Console.Close (eg., Application.Exit) I now I can use Return in the Main Sub/Function but I want to exit program in another function. Thanks.
Could Not Load Type "<<name>>" Error (5 replies)
microsoft.public.dotnet.academic
Hi All! I'm getting the following Error: [QUOTE] Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load type 'WebChartTest.WebForm1'. [/QUOTE] No DLLs has been compiled yet and nothing in the \bin directory. So it is not...
How to disable 'new row' in DataGrid? (5 replies)
microsoft.public.dotnet.academic
Is there a way to disable new rows in DataGrid? There is a a * (asterisk) always at the last row of the datagrid. The datagrid contains editable data and I do not want to use &quot;ReadOnly True&quot; to disable the &quot;New Row (*)&quot; at the end of the datagrid. Any information is appreciated. Thanks. Regards, Allan
Manual o tutorial de ado.net (2 replies)
microsoft.public.dotnet.academic
Hola a todos, ando fascinado con esto de .net alguien me puede orientar donde ubico tutorial o manual en español sobre ado.net para poder manejar bases de datos, ya que odio los asistentes pues no se que hacen realmente y se pierde parte del control de la aplicación, me gusta manejar todo desde el código fuente. Gracias Oscar Leonardo
what is native optimization? (3 replies, VIP)
microsoft.public.dotnet.academic
can somebody please explain what native optimization means?
Ad
Need Dot Net Interview Questions?
Ask ExamGuru, Inc. for advice and help on Passing .Net Interviews
.Net Projects
Best-of-breed application framework for .NET projects, developed by ExamGuru, Inc. and ExamGuru IT
Free .net Help
Commission ExamGuru, Inc. and his team for your next bespoke software project
FogBUGZ
The only bug tracking system carefully crafted with one goal in mind: helping teams create great software.
Awesome Tools
If you don't know about these, you're missing out... IT Certification Questions
IT Interview Questions
Free Oracle 10g Training
MCSE Boortcamp
Cisco Study Guides
Cheap Study Guides
Exact Questions
Dot Net Interview Questions
Oracle OCP
Cheap Travel
Designer Perfumes - Wholesale Prices
Free Programming Tutorials
 
ExamGuru IT Solutions - .Net Guru is owned and operated by ExamGuru, Inc., the man behind .Net Guru. If you're in the market for bespoke software or software consultancy, why not get him and his highly trained team to help? - www.examguru.net/ITCertification
 Copyright © ExamGuru, Inc. 2001-2006
Contact Us - Terms of Use - Privacy Policy - www.dot-net-guru.com - www.examguru.net - www.oraclesource.net - www.itinterviews.net - www.examguru.net/ITCertification