Topics
-
- 0 replies
- 1.7k views
Hi All How can I rotate the world in Managed DirectX using mouse drag and zooming using Scroll, like DirectX Viewer did Thx All
Last reply by ahmedsabry, -
-
- Administrators
- 1 reply
- 836 views
I'm continuing reading the article about Classes. In this one, it's talking about having constructors... http://www.developer.com/design/article.php/10925_3464311_2 I use vb.net/asp.net. Question: Do i have to use it? i'm looking at the application that was designed by another developer and he doesnt have it in every class. This article says to use it when you want to init attributes.
Last reply by PlausiblyDamp, -
-
-
- Administrators
- 4 replies
- 1k views
Is it possible two do a binarysearch for more than one value?
Last reply by barski, -
-
-
- Administrators
- 2 replies
- 1.4k views
I have a project that includes a main form that is an MDI parent. Other projects will create libraries that contain forms to be displayed in the parent form. Each child form will be in it's own thread and the parent form will control the thread. The problem is if I don't use threading, I can set the parent property of the child form but then I can't stop or start the child form. If I use threading, I can start and stop the child form but I can't set the parent property of the child form to the parent form. I've been able to hack it together but it requires that the libraries make thread safe calls to the parent form whenever they need to update the child form. The …
Last reply by paulinda, -
-
- 0 replies
- 726 views
Hi, I am using .net passport for an asp.net website. To use the passport, the application has to be registered at the Microsoft Services Manager website. At the site, the passport service is selected. Then details like domain name, Default Return URL, Expire Cookie URL, Logout URL and a few other URLs have to be provided. Does the URLs have to be webpages which are already hosted on IIS and are made public on the Internet already? Can the URLs just be directory paths of local asp.net webpages? e.g C:\My Documents and Settings\Test.aspx
Last reply by LiLo, -
-
- Leaders
- 2 replies
- 1.1k views
Can a VB.NET exe be ran on any Mac with the .NET framework? Or does it require something like "SoftWindows"? (Can the .NET framework even be installed on a Mac?) Thanks in advance.
Last reply by snarfblam, -
-
- 0 replies
- 1.1k views
Using visual basic.net 2003 and txtextcontrol, I have created an rtf document complete with table formatting, bolds, italics, etc.. When I try to view it in the crystal report the spacing is all off its like its ignoring the table in the rtf document. Does Crystal Reports 9.0 have an issue with table intrepretation regarding rtf. Any help offered is greatly appreciated.
Last reply by lothos12345, -
-
- Administrators
- 2 replies
- 963 views
I've been reading this aeticle: http://www.developer.com/design/article.php/10925_3347291_2 to get a better grip on OO design and thoughts. On this section of the article, it talks about "a database access class". It has DB open, close, etc. question: What I've done in my small asp.net/vb.net app is to repeat the conenction string, opening of database, closing it, etc in each subroutine/function So how can I avoid this reapeating of code..actually build a class to do all the DB stuff as this article suggests? anyone with a good example i could look at it?
Last reply by eramgarden, -
-
-
- Leaders
- 4 replies
- 1k views
Over 345 computer books available freely online. Most of them are older or previous editions of current books, but they are still quite useful. They seem to cover a wide range of subjects from specific languages such as C#, C++, VB.Net as well as general programming and computing subjects. Enjoy.
Last reply by mskeel, -
-
-
- Administrators
- 2 replies
- 3k views
Hi all I am working on a database that was created in sql sever 2000 and then imported into 2005. I am after finding a dependency that should not exist. What is the best approach for removing this dependency. Currently using google to find a possible solution. Mike55.
Last reply by mike55, -
-
-
- Administrators
- 1 reply
- 855 views
hi all, I have to protect some files from web server. It means that only user login to the system then only can download the file and is not just typing the url like http://localhost/abc/filename. Please advice and help. Thanks in advacnce
Last reply by PlausiblyDamp, -
-
-
- Leaders
- 2 replies
- 1.9k views
Hey anyone. My assignment is making a 3D chess Game using C# and DirectX. I ve already made a 2D chess Game which are implemented all rules. I just started to be familar with DirectX and 3D staff. I made all chess pieces and board with 3Ds Max and export them with x files. I used pictured box[8,8] to specific position of chess pieces on the background (chess board) in 2D. But my question is: how can I specific positions for chess pieces on the chess board in 3D ( like picture box in 3d easily)? How can I add Mouse Listener for chess piece in 3D (to move chess pieces)? Thank you very much for your helps up coming. I am very appreciated about th…
Last reply by tulipvn, -
-
-
- Leaders
- 2 replies
- 1k views
Hi All, I've got a TreeView on a form that populates a series of controls with appropriate data from an object contained within the node's tag property. One of the controls is a NumericUpDown that allows the user to specify the sort order of the data held within. What I want to happen is that when the order is changed in the NUD, the TreeView order must also change. Is there anyway to do this automatically, or do I need to code the re-order into NUD? Thanks in advance, Paul.
Last reply by mandelbrot, -
-
-
- Leaders
- 2 replies
- 977 views
I have a routine in my application that builds a form on the fly from input from a database. Everything works great. I have added another form that is also created on the fly, and it too works great. The thing this is, the code is nearly identical to build each form. I can easily write a routine to build generically build a form. However, I need to add buttons that require events. What I would like to know if anyone knows how to pass a delegate/routine as a parameter of a routine so addHandler can use it.
Last reply by kcwallace, -
-
-
- Leaders
- 3 replies
- 1.4k views
This may be a basic question, but I'm still a little confused about this one. If I have a class is made up of ONLY functions (no properties), does that mean that I should automatically just make all of the functions shared? What is the point of instantiating such an object? Thanks...
Last reply by snarfblam, -
-
-
- Leaders
- 1 reply
- 732 views
i create a windows control and it is an advanced TextBox, now i want set a textbox icon for it that when i add it to my toolbox it shown as like as microsoft TextBox :rolleyes:
Last reply by snarfblam, -
-
-
- Leaders
- 1 reply
- 839 views
How can I print a line of text on an angle ... say at a 45 or 90 degree angle or any angle for that matter? Thanks...
Last reply by snarfblam, -
-
- 0 replies
- 985 views
Can anyone show me some code on how to copy records from one MS Access database and insert them into another MS Access database. I know how to fill a dataset with records from database1, but don't know how to insert those records into dataset2. Your assistance would be GREATLY appreciated. Thanks, Sue
Last reply by stewarts, -
- 1 reply
- 1.2k views
I remember in VB6 we had the winsock control. Is there on in the .net too and how can I use it? any info appreciated.
Last reply by kcwallace, -
-
- *Experts*
- Leaders
- 4 replies
- 13.3k views
Situation: I have non-strong-name library _1Lib.dll and want to load it in new domain. Startup app - just console app with code: using System; using System.Reflection; namespace _1Main { class Program { static void Main(string[] args) { AppDomainSetup domSetup2 = new AppDomainSetup(); domSetup2.ApplicationBase = AppDomain.CurrentDomain.BaseDirectory; domSetup2.PrivateBinPath = "P1"; AppDomain anotherAD2 = AppDomain.CreateDomain("SecondAppDomain", null, domSetup2); anotherAD2.Load("_1Lib"); Console.ReadKey(); } } } And how folders organized: c:\MyDir\_1Main.exe << Startup app c:\MyDir\P1\_1Lib.dll << Lib I want to load But code …
Last reply by Spark, -
-
Who's Online 0 Members, 0 Anonymous, 45 Guests (See full list)
- There are no registered users currently online