| Dotnet architecture (2 replies) |
| microsoft.public.dotnet.academic |
| I am very new to dot net environment. Could some one guide me to simple architecture document site ? |
|
| must use an updatable querry (6 replies, VIP) |
| microsoft.public.dotnet.academic |
| I am using ASP.NET on a standalone system, running Win XP SP 1, with IIS 5.1. My 'aspx' page displays dynamic data from database but when i try to insert, it gives the error of 'must be updatable querry'. (80004005) My database is very simple test database (MS Access 2003) so no problem with referntial integrety. I have checked the read only permissions on the mdb file.(though all the folders show... |
|
| using a serial port emulation - bluetooth (2 replies) |
| microsoft.public.dotnet.academic |
| I am working with Visual Studio .Net 2003 and want to use an emulated comport provided by a bluetooth interface. Does anybody know how this works with C#? In the documentation something is told about COMInit(), COMWrite(),... methods, but there is no further explanation how to use it. It would be great if somebody could help! |
|
| keypress event (2 replies) |
| microsoft.public.dotnet.academic |
| I want to do the following: Write a keypress event procedure for a textbox named txtName that beeps and rejects all keystrokes that are not capital letters (A Z) or dashes. Any suggestions? TIA |
|
| Achieving code reuse (3 replies) |
| microsoft.public.dotnet.academic |
| Hi all, I'm hoping that some of you clever chaps could offer me some advice on code reuse. You see, whenever I make applications, I typically only find very limited scope for code reuse. I also only find limited use for inheritance. For example, the various types of users that my system might have to deal with. I'm wondering if anyone could give me some tips on how to identify areas of my design t... |
|
| How to loop through ADO.NET recordset... (2 replies, VIP) |
| microsoft.public.dotnet.academic |
| Hello, in VB6 there were literally tons of examples of how to select a group of records from a database, and then loop through each record, one at a time. I can't find a single example of that for VB.net, though. Could somebody please give a simple example which does this with data from MSAccess? I'd greatly appreciate it!!!!! |
|
| sample path (2 replies) |
| microsoft.public.dotnet.academic |
| Hi, I am using Visual Studio .Net 2003 and can't find the sample path % WINCEROOT%\Public\Common\Oak\... where all samples and files are located which I need, according the documentation. Does anybody know what I have to install or download etc. to get this sample path? Thanks for your help! Marianne |
|
| bluetooth problem (2 replies, VIP) |
| microsoft.public.dotnet.academic |
| (I'm currently facing a problem with bluetooth, i'm a c# programmer and i need to access a bluetooth device in my application,i searched the net and the only thing i came up with is written for c programmers. 1) does the .net framework have any support for bluetooth. if yes , anybody knows how to access a device from within the framework 2)or do i have to use the API supplied by the bluetooth kit ... |
|
| How to emulate keypress event for Picture obj (2 replies) |
| microsoft.public.dotnet.academic |
| I have a form on which I have a textbox. Whenever the textbox reaches its max allotted limit focus goes to a submit button. But instead of the button I have a Picture in its place. THis is so that when the user finishes entering the info, he does not have to use the mouse to click and submit info. He can simply press the ENTER key and submit. The problem is that there is no KeyPress event for pict... |
|
| .net v2.0 (4 replies, VIP) |
| microsoft.public.dotnet.academic |
| i heard that MS is now developing the new version of .net framework (named v2,0). Is it available as a download? |
|
| reporting services (2 replies) |
| microsoft.public.dotnet.academic |
| The college I work with has a subscription to MSDN. How do we get a copy of Reporting Services? Thank You in advance! |
|
| Looking for Resources for Learning Windows 2003 Server (7 replies, VIP) |
| microsoft.public.dotnet.academic |
| I recently taught a Visual Basic.NET course containing assignments where students wrote Web applications which included accessing an SQL server database. Thanks to Microsoft technical support, which was outstanding, the departmental server was configured and the students were able to complete their assignments. I am now trying to learn how to set up the server correctly for future semesters. The s... |
|
| Error when Instanciating the Clerk object in a CRM Worker Derived class (3 replies, VIP) |
| microsoft.public.dotnet.academic |
| HI all, When i try to instanciate a Cerk object in the Activate Method of the Worker Derived Class, It gives the following exception System.Runtime.InteropServices.COMException (0x8000FFFF): Catastrophic failure at System.EnterpriseServices.CompensatingResourceManager.CrmLogControl.Register Compensator(String progid, String desc, Int32 flags) at System.EnterpriseServices.CompensatingResourceManage... |
|
| Drag & Drop (4 replies, VIP) |
| microsoft.public.dotnet.academic |
| I am writing an application for Photography and want to document the Studio Lighting that was used. What I was thinking of doing is to have to panels: \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \ \ \ \ \ \ \ \ \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ \ \ \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ The lower panel will have a series of pictureBox(s) that will have the graphics to display variou... |
|
| Web service doesn't run (9 replies, VIP) |
| microsoft.public.dotnet.academic |
| When i open the .asmx file with IE the IIS server doesn't run the web service but instead i am prompted by the web browser to open the .asmx file (that is it is getting downloaded). The same happens with the default Hello World web service. I am using VS 2003 and Windows XP SP1 (with its IIS server). Any ideas? Regards, Ioannis Vranos |
|
| String size declaration (3 replies, VIP) |
| microsoft.public.dotnet.academic |
| If new to C#. What is the C# equivelent to the following C language variable declaration: char name[30]; Thank you, T |
|
| .Net general question (2 replies) |
| microsoft.public.dotnet.academic |
| Dear Colleagues: I am a systems guy who has been working with hardware, networking and basic scripting for ten years or so. I have been given the opportunity to attend ..Net classes of all sorts as part of the MSDN training track. I already have the MCSE track under my belt and that is where my strengths lie. The problem is that I have never programmed. Hell, the only scripting I have done is from... |
|
| Unable to connect to database (2 replies, VIP) |
| microsoft.public.dotnet.academic |
| I'm using VS academic version with SQL server for VS developer, when I tired to create a new connection inputing the my server name (VSDOTNET) and using Windows Auth instead of SQL Auth. then I selected "pubs" database after so I click on test the connection and I got a message "Test connection succeeded". But when I click on "OK" I got the this message " Unable to connect to database. The connect... |
|
| How to generate Sequential String ? (2 replies) |
| microsoft.public.dotnet.academic |
| hi all; can any body tell me how i would generate sequential number in vb.net..... like A001, A002, A003 or BA01, BA02 ... Any suggestion or link for this sort of algorithm ? Thanks in advance.. Ansari |
|
| .NET/General Advice Sought (3 replies) |
| microsoft.public.dotnet.academic |
| (sorry bout that blank post. . . oops) Dear Colleagues: Thank you for taking the time to read this I recently posted here with regards to what was possible with .NET. I have been working as a systems engineer for about fifteen years now. My "specialties" have been basically anything it took to get the job done, although I do have a knack for locking down workstations and servers from the more "exp... |
|
| .Net vs Lotus Notes? (4 replies, VIP) |
| microsoft.public.dotnet.academic |
| Can anyone tell me why .Net is a superior technology over Lotus Notes? (Ie. When a new product is designed on a .Net platform and their competitors product is based upon Lotus Notes technology!) Thanks for your help, Jon |
|
| help needed: could not find the path (3 replies, VIP) |
| microsoft.public.dotnet.academic |
| hi all, i'm using ASP.NET Web Application writie in VB, using a "File Field"component under HTML tab and i do a right click on the component and select "Run As Server Control". This was done because i wanted the user to browse a specific file in their own directory(on their client PC only). Everything was working fine when i was programming on my local PC(MY working folder in my PC) .......The pro... |
|
| Busty European Teens 6044 (2 replies) |
| microsoft.public.dotnet.academic |
| Lovely busty girls here http://superbabes.sexpartnerbd.com fmcmjjnfhokcdrdukrvulwtelxtzqkgxvigtyc |
|
| VS.Net (4 replies, VIP) |
| microsoft.public.dotnet.academic |
| All: Unfortunately, because my PC has some issues, I can not connect to a network. I am still tring to develop using my newly purchased VS .Net program. It says that I can't, however, because its not registered. How do I still use this until my PC is fixed? |
|