| Thread | Last Post | Replies |
|
| Windows Installer Setup Project - desktop icon & app.exe? | 18 Dec 2005 18:43 GMT | 2 |
I've setup a Windows Installer Setup Project for my VS 2005 VB.NET app -- it installs find, but my Desktop icon and Programs Menu icon do not run the app .exe when I click on them -- I can't figure out how to make this shortcuts point to my apps.exe -- any suggestions?
|
| Datasets - Urgent!!@ | 18 Dec 2005 16:19 GMT | 1 |
I have the follow code: private void crear() { //creating a dataset DataSet myDataset=null;
|
| webbrowser is not working with adsl | 18 Dec 2005 16:04 GMT | 1 |
what do I need to do, for webbrowser runs with adsl? with dial up no problem it works good. But with adsl, it is not working Best Regards
|
| Trouble with Process.start in my web application | 18 Dec 2005 15:22 GMT | 2 |
I have a web page which needs to open files of type .pdf (adobe) and .doc(microsoft word). I tried something fairly simple and have been having a lot of trouble getting it to work.
|
| locating assembly | 17 Dec 2005 21:14 GMT | 2 |
Hi, suppose I have the following in my configuration, <configuration> <runtime> <assemblyBinding xmlns="urn:schemas-microsoft-com:asm.v1">
|
| querying for properties that has implemented an attribute ? | 17 Dec 2005 15:50 GMT | 1 |
I apply a custom Attribute to several properties in a class. There are about 15 of those. I want to know how I can programatically get ONLY those properties that I have applied my attribute.
|
| Subreports in crystal reports | 17 Dec 2005 05:38 GMT | 4 |
I'm having two tables with no relation and I want to list them both in one report. How can I do this. I have tried to use sub report, but cant get it to work? can someone please help me. If I just create an subreport with one static text object it will not even
|
| Problem Connecting to a database in Visual Studio 2003 | 17 Dec 2005 04:29 GMT | 1 |
Hi; I am unable to connect to any database using either the Server Explorer or through the tools menu option. I have Uinstalled/Reinstalled both Visual Studio 2003, as well as MSDE.
|
| Reading PDF files | 17 Dec 2005 04:16 GMT | 1 |
I need to be able to read PDF files from within my .NET code. Does anyone have any experience with this? Any libraries I can download and use? Or perhaps buy and use? Which ones are good, and which ones are not so good?
|
| Determine if a property is read-only, write-only or read-write with reflection | 16 Dec 2005 22:17 GMT | 1 |
Is it possible to determine if a property is read-only, write-only or read-write with reflection? Does MemberInfo class contains such information? Thanks
|
| Hooking Webbrowser events? | 16 Dec 2005 20:24 GMT | 3 |
I'd like to hook events (like when a user clicks or right-clicks on a link in a web page) to launch a download manager or to open a new window for the link, but I am finding it difficult to find sources on how this can be done using VB.Net.
|
| GDI+ Error on Bitmap Save | 16 Dec 2005 18:59 GMT | 1 |
I have a helper class that has a method to resize images. It takes the virtual path of an image and resize it to a specified dimension like this. public void ResizeImageTest(string pathImage, int newDimension) {
|
| More Webbrowser questions...... | 16 Dec 2005 18:45 GMT | 1 |
Is there a way to detect a click, double-click or right-click within the document of a webbrowser control? Furthermore, is there a way to determine which object the user clicked? Thanks for your patience and help with these webbrowser questions.
|
| Question on data structures | 16 Dec 2005 18:39 GMT | 5 |
I was asked the following question at work: "Assume that you have 5000 columns and 5000 rows of data. You take these data from the database and need to show them in a table. Before showing these data in a table, you need to store it in a code data sturcture. Rows
|
| Need Guidance !! | 16 Dec 2005 17:53 GMT | 2 |
Hello to everybody! I am a C/C++ student and want to learnd DOT NET , but I do not have any idea what is this DOT NET all about. So Please Could somebody tell me links of some of the basic tutorials
|