Topics
-
-
- *Experts*
- 2 replies
- 1k views
I am aware of Sharp Zip utility, but does anyone know how to create a zip file using the Compressed Folder utility that Windows uses?
Last reply by Nate Bross, -
-
- 2 replies
- 1k views
This is probably a stupid question, but does anyone know if Microsoft Visual C++ Express 2005 is actually free or is there some hidden cost? If there is does anyone know of a free visual c++ compiler? Thanks
Last reply by comp_manic, -
-
- Administrators
- 3 replies
- 893 views
Guys, I have a terrible problem. I had an windows application (dot net 1) which was controling some tellers... Anyway, when I tried to upgrade to dot net 2, at a certain point where I just open a new messagebox the application ends so violently, that I can almost hear it. I think that the problem appears because this teller does what it does in a new thread. So, a thread accesses a control not created by it and this is something that the new dot net does not accept it. Either this or dot net 2 does not allow other threads playing with UI. I must also tell you that the error appears only when running the release version in win2000. Heeeeeeeeeeeeeeeelp.
Last reply by PlausiblyDamp, -
-
- 0 replies
- 1.1k views
hi, can you please help me how to save header and details in vb.net using stored procedure having begin transaction and commit transaction?
Last reply by raymond, -
-
- Administrators
- 1 reply
- 799 views
Microsoft recommends that you should never use the base class Exception, but always a derived class. Whats going on though with the added exception when you auto implement an interface or abstract class? "throw new Exception("The method or operation is not implemented.");" Whats wrong with the NotImplementedException?
Last reply by PlausiblyDamp, -
-
-
- *Experts*
- 1 reply
- 1.1k views
Hey all! I have a very (hopefully) easy question for ya: I am doing some Access Database-integration programming and put my database in the bin/debug folder under a subfolder called dataAccess. Putting it in the debug folder allows my program to find it when I tell it that the location is "dataAccess/database.mdb". When I tell Visual Studio to build my project, it doesn't include this subfolder. When I go in the solution explorer and select the subfolder and select "Include in Project", it includes it in the compile, but puts the folder as bin/debug/dataAccess. How do I get Visual Studio to compile my project with a subfolder called dataAccess, but still be able t…
Last reply by Nerseus, -
-
- 0 replies
- 1.2k views
Anybody use Wix for setup and deployment? I can't remove the COM+ object when I uninstall the application so that it fails to re-install the application when it checks that the COM+ object already exists. Anybody could show me how to deal with COM+ object using Wix?
Last reply by monichow, -
-
- Administrators
- 1 reply
- 1.1k views
Hello, I would like to ask you about tool, which can generate documentation for projects in .NET 2.0 based on XML documentation files. I know only an unofficial version of NDoc with support for .NET 2.0. http://jonas.lagerblad.com/blog/?p=4 Maybe you know alternative to this tool? Thanks in advance cyberjoe
Last reply by PlausiblyDamp, -
-
- 0 replies
- 8k views
I just started C# recently and I've been wanting to display a simple .bmp image on the window. I have managed to do this already but the size of the image is modified and made big when rendered :S, any way to specify the dimensions and also area of the image(frames)? here is my current code: using System; using System.Drawing; using System.Windows.Forms; using Microsoft.DirectX; using Microsoft.DirectX.Direct3D; class WinForm : Form { public Device device; public PresentParameters presentParams; public Texture texture; WinForm() { this.Text = "DirectX Project"; this.Width = 600; this.Height = 200; this.Show(); } pu…
Last reply by mrnugger, -
- 1 reply
- 1.4k views
hi all, i am new to mdx, and i want to know, is it possible to create 3d applications like level editor, mesh viewer using mdx, 1.particularly i want to know is it possible to create multiple view ports using swap chains techniques in mdx tnx
Last reply by MrPaul, -
-
- Administrators
- 2 replies
- 907 views
Hi all I am pooling a payments gateway looking for a response for a transaction. The payments gateway requires me to wait for 10 seconds between each pool, therefore I am considering using the following command: System.Threading.Thread.Sleep(10000) Will this work with a web page, or is there a better approach? Mike55.
Last reply by PlausiblyDamp, -
-
- 1 reply
- 1.4k views
Hi I'm in the investigation stage of a project, and have a couple of questions about ASP.NET: The User will have a browser window open, running the ASP.NET web application. When they click a button, I need the web application to be able to copy a file from a location on the User's local hard disk, to a removable device (Card Reader / USB). Is this possible? (Yes, I'm very new to ASP.NET!)
Last reply by TheWizardofInt, -
- 1 reply
- 2.2k views
I want to drag an item in a listbox (that represents a file) into another application. The drop is the easy part since the other application receives dropped files. How do I get started? I've tried the mousemove\DoDragDrop event with no luck. Can anyone help me? Thanks, Bernie
Last reply by mskeel, -
- 1 reply
- 1.3k views
Okay, here goes... Machine A and Machine B are on the same LAN. There's a file, or more a series of files, in different formats on Machine A. On Machine B there is a Card Reader or USB type storage area. On Machine B, there is a .NET Application, not sure yet if it's going to be a smart or thin client. The job of the .NET App is to copy a file from Machine A to Machine B. Also, it would be nice if it showed a progress bar of the file coming across. I'm relatively new to .NET - any tips or ideas on the best way to go about doing something like this? Mods - not sure if this is the correct area to post this thread in - please move if necessary
Last reply by mskeel, -
-
- Administrators
- 3 replies
- 1.4k views
While I am trying to add a reference to a DLL I get this Message Box A reference to 'C:\MyDLL.DLL' could not be added. This is not a valid assembly or COM Component. Only Assemblies with extention 'dll' and COM componets bcan be referenced. Please make sure that the file is accessible, and that it is a valid assembly or com component. Is it possible to add a reference to this file? Thanks for your help. ZeroEffect
Last reply by PlausiblyDamp, -
-
-
- *Experts*
- 2 replies
- 10.6k views
I've run into an extremely strange error which I'm guessing has something to do with the pathing of the references in Windows XP 64-Bit. The first time I ran into this problem was with Pepperwhite; a GPS mapping control kind of like Google Earth but 2D. I shrugged it off and used Visual Studio 2003 (.Net 1.1) and I was able to pull in that control no problem. So today I needed to use the Shockwave Flash Object from Adobe (previously Macromedia) and I added as a reference from the COM tab no problem and when I tried to drag it to the form I got the error "Error: Check to see if ActiveX Control is Registered"; which I know is registered because I can use it in VS 20…
Last reply by kentheprogger, -
-
-
- Leaders
- 9 replies
- 1.5k views
copied from xtremevbtalk.net after I noticed this site Hello, I tried searching on this but was unable to find anything useful I am fairly new to .NET but not at all new to programming (VC++, VB, primarily). The biggest concern I have with .NET is that applications and forms can be decompiled using applications such as Reflector. I know that in VC++ using .NET you can "protect" your code from this so that they are compiled to Native code rather than CLR. Is this also possible with VB? Do I need to write all of my critical code in c++ dlls and link them in? a simple list of "Suggested reading" would be greatly appreciated.
Last reply by IngisKahn, -
-
- 0 replies
- 982 views
When you group Crystal Reports, it allows for a tree view on the side of the report in gigantic print that looks terrible I want to suppress the view onload. I tried using Java and calling it by name to make it invisible, but that doesn't work Any ideas? There doesn't seem to be a method for it
Last reply by TheWizardofInt, -
- 3 replies
- 2.6k views
Hi all, We've developed a web application using .NET, and have installed this on our LAN web server. Part of the application uses Crystal Reports, and we've got this working using the "Merge Modules". All OK so far. But we would now like to deploy the application onto an ISP Webserver running IIS. Obviously we don't manage the web server, we can only upload our application. At the moment we're getting the error "Cannot find KeycodeV2.dll, or invalid keycode." when we try to open the Crystal reports components on the ISP Webserver. We don't have permission to install the merge modules onto the webserver - we can only upload the code via FTP... Can anybody of…
Last reply by TheWizardofInt, -
- 0 replies
- 977 views
I believe the max size of an Access 2000 file is 2G, after which, you need to be concerned with the DB becoming corrupted. Is this correct? Also, what are the max file sizes for Access 2003? And for the new 2007 version?
Last reply by JDYoder,
-
Who's Online 0 Members, 0 Anonymous, 60 Guests (See full list)
- There are no registered users currently online