| Interacting with windows service (2 replies, VIP) |
| microsoft.public.dotnet.academic |
| HI, I am developing a windows service which monitors the computer and intercept critical messages. The problem i am facing is that i need a UI which will take user's input and decide the course according to it. Just like Nortorn Anti Virus. The Only difference is that my service is doing the monitoring and it needs to pass a message to an application which will be started when any user Logs In Tha... |
|
| How to change the path of "obj" directory? (2 replies) |
| microsoft.public.dotnet.academic |
| Hello I develop a solution in VS.NET 2003 containing multiple projects. I want to put all my sources in a separate directory to make backup of sources easier. I can simply change the Output directory but how can I change the Obj directory? Thanks in advance Hamed |
|
| Object variable dude.... (2 replies) |
| microsoft.public.dotnet.academic |
| Hi, I have this piece of code, declaring an object that contains some objects... object xIn new object[] { new object[,] { {1,"S"},{1,"S"},{1,"S"} } , //2º parameter new object[] { "N","N","N","N" } } My dude is: Its possible to create objects dinamically?, for instance, using this example of code there is a way to make this: object xIn new object[] { new object[,] { {1,"S"},{1,"S"},{1,"S"} } } a... |
|
| Visual c# (4 replies) |
| microsoft.public.dotnet.academic |
| I want to write a windows application in c# that uses several seperate windows (forms). I do not want to use MDI, however I cannot figure out how to make another window active when the menu item is selected for its funtionality |
|
| Multip (6 replies) |
| microsoft.public.dotnet.academic |
| How can I cause a secondary window of an application to become active and have focus. I reviewed all the MSDN documentation but still can't seem to get it to work. Essentially I have an application and based on various menu selections I want to display different windows with their own controls for processing or data input. Can anyone provide an example? Thanks, Phil |
|
| Search Within a site (2 replies) |
| microsoft.public.dotnet.academic |
| Hi, During development I had a search within the website implemented thru indexing service using its catalog. But now it turns out that the hosting company doesn't use indexing service Is there a easy way to implement search within a website in ASP.NET and if possible some sample code Thanks in Advance. Regards Manoj P Das |
|
| creating .pdf files dynamically without 3rd party components (3 replies, VIP) |
| microsoft.public.dotnet.academic |
| Hi, Is there a way to save a page/some data(read variables) as a .pdf files without using 3rd party components? Any Sample code would be really helpful. Thanks in Advance. Regards Manoj Das |
|
| I want to setup DCOM from .Net Assembly (2 replies) |
| microsoft.public.dotnet.academic |
| Dear friends, I have implemented COM componet from .Net Assembly to be used by my old apps by creating a class and compiling it as an assembly and also regestring it. How can we implement the same component as DCOM? I have tried "DCOMCNFG.EXE" to setup DCOM. But My Component does not show up in list. Please advise Imran Saroia |
|
| Pass Public Variable To Windows Form (3 replies, VIP) |
| microsoft.public.dotnet.academic |
| I would like to pass a public variable from one windows form to another windows form. I am using the get{} set{} method, from private to public int variable. As soon as the next window receives focus, the public int variable equals zero ( 0;) |
|
| walkthrough required (5 replies, VIP) |
| microsoft.public.dotnet.academic |
| I really need a walkthrough to help me create a database app. Starting with creation of tables, etc. to creation of forms to populate the tables with data. I can create forms, I have created the table outline using the schema tools but I can't seem to bind it all together. I am a total newbie to vb.net. TIA Dan |
|
| help in designing a module (3 replies) |
| microsoft.public.dotnet.academic |
| I am new to .net. I would like to design a sample banking application using .net. Can anyone please guide me. |
|
| help in designing a banking application (2 replies) |
| microsoft.public.dotnet.academic |
| I would like to design a banking application using .net. I am new to .net. Could somebody please help. |
|
| Debug errors (2 replies) |
| microsoft.public.dotnet.academic |
| Hello, I'm having a wierd problem where I run a build of my code and it builds the release version without any errors. When I build the debug version I get a bunch of errors. Should the release version fail if Debug does? How are they different that one might fail and the other not? Thanks for your time. Barbara |
|
| Statics and threading (3 replies) |
| microsoft.public.dotnet.academic |
| Hi, I am writing a fairly simple desktop app which will not be subject to great loads. Therefore this question is more for academic purposes! I have implemented a class that declares only static members and functions. I use this class to control my connections. There are just 2 methods; Open and Close. The connection object within the class is static and has public scope. It is created when the ap... |
|
| Word Wrap in VS.NET IDE (2 replies) |
| microsoft.public.dotnet.academic |
| I'm using VS.NET 2003 for simple HTML editing and viewing. Is there a way to make the IDE word wrap so that long paragraphs can be viewed easily? Thanks |
|
| Displaying Pictures in a pictureBox (3 replies) |
| microsoft.public.dotnet.academic |
| When I open a file such as a JPG to display in a pictureBox the image is very large and one only sees a small part of the picture. How can I get the picture to fit in the pictureBox so that bthe whole picture is shown? Thanks, Phil |
|
| Setting focus to Web forms controls (4 replies) |
| microsoft.public.dotnet.academic |
| Hi friends! For setting focus to Windows form we use following command: Me.MyControl.Focus() But please advise about setting focus to web form's control. Regards Imran |
|
| checking/unchecking while enabling/disabling checkboxes (2 replies, VIP) |
| microsoft.public.dotnet.academic |
| I am updating a page which has a table with four checkboxes that receives data from a db. The results are sent to a database, but only two of the four checkbox values are stored into two fields in the db. Critical The user can not select more than two of the four checkboxes at any given time; the remaing 2 checkboxes must always be disabled. Currently When the page loads the appropriate 2 of the 4... |
|
| Reading string into byte problem... (2 replies, VIP) |
| microsoft.public.dotnet.academic |
| Hello, im having a problem and i would like some help. I ll try describe my situation. I have a database table with two fields, one is a varchar and the other is an image field. the image field is used to store documents in byte stream format. What i need to do is export all data from that table and import it to a similar table on a different database. The way im doing that is exporting all the da... |
|
| How to call Script Code Like Jscript and Vbscript ? (2 replies) |
| microsoft.public.dotnet.academic |
| Hi! How can I call the Javacript or Vbscript code from Web form provided that the Script code resides on the same web form.aspx Regards Imran |
|
| The "code" for "<br>" in plain text (6 replies, VIP) |
| microsoft.public.dotnet.academic |
| I am developing a weblog. I have a textfield where you write the blog (content). Then i send the text via a WebService method I have created. The problem is: How do I make the text show exactly the same way as the user wrote the blog? My only problem is that the paragraphs and more than 1 whitespace do not show. I have a method which replaces "\n" with " br ", but it does work, i guess it is not "... |
|
| .NEt Application access from LAN (2 replies) |
| microsoft.public.dotnet.academic |
| Hi! I have developed a simple database application in VB.Net. I have placed the Assembly (EXE) on server computer and want to access the application from other workstations. When ever databound form is going to be displayed security exception about access denied is thrown. Please advise. This never happened with unmanaged code. Regards Imran |
|
| about MX record (3 replies) |
| microsoft.public.dotnet.academic |
| I have a problem! how could I get a MX record with domain name with C#! please help me ! |
|
| Display Algebra equations (3 replies) |
| microsoft.public.dotnet.academic |
| I am trying to write a program which is a practice exam. I can manage the forms and mechanics with keeping score and providing help as needed. My question is how to display algebra problems correctly. I do not need to do any calculations just allow the enduser to read and understand the equation I am trying to present. Is there a library I need or is this possible ? Thanks Joe |
|
| How to fill dataset with just one row at a time? (2 replies) |
| microsoft.public.dotnet.academic |
| Hi! I want to select specific row from Database in Select Query. Can any one adivse? E.g., in selection criteria I want to mention row to retrieve. Are there any alternatives. I donot want to use postion property. I want to fill Dataset with just one row at a time. Please adivse! Regards Imran |
|