| Thread | Last Post | Replies |
|
| New App Deployment | 02 Feb 2005 15:19 GMT | 1 |
All, I have a app I need to create a deployment package for to install on machines. I am fimilar with how to do this is VB 6 but can't figure it out in .Net. Can any one point me to a site on give me instructions on how to do
|
| Custom shapes in VB .net | 02 Feb 2005 14:48 GMT | 3 |
I have worked eith vb 6 and used custom shapes such as circle,elipse,Rectangle and ... But these shapes are not in vb .net? How can i get them?
|
| Accessing SQL Database | 02 Feb 2005 14:29 GMT | 3 |
I am very new to .Net. I have good experience with VB, but I'm still in an early stage of learning .Net plattform. Anyway, I don't know if I'm asking this in the correct newsgroup, but if I'm not, please direct me to the correct one.
|
| Help please! | 02 Feb 2005 13:33 GMT | 8 |
I have an hp printer that im trying to hookup to my dell comp. I talked to hp and they said, "It does not work because you have to have Microsoft .Net." Well I tried installing Microsoft .Net and I get an error 1935 or something like that. They said, "Error 1935 means you already ...
|
| Can we use thread.start on function that has return value? | 02 Feb 2005 11:16 GMT | 2 |
Can we use thread.start on a function that has return value? I have a function that will take sometimes to run and it will return a string value, and I want to use thread.start to call this function and get the string, is this possible?
|
| Enum GetValues/GetNames .. is this odd? | 02 Feb 2005 08:45 GMT | 2 |
It's a time saver to "bind" .Net enums to list and comboboxes and all the samples out there seem to use GetNames and GetValues pretty interchangeably. So I was wondering what the logic is to the System.Drawing.RotateFlipType enumeration.
|
| convert files to pdf format | 02 Feb 2005 07:41 GMT | 5 |
hi.. i would like to know if there is any components written in .NET that i can use to convert any files (*.*) to .pdf format. i have search the whole day looking for it..but all i could find is
|
| Using IMAP To Access Calendar on Exchange Server | 02 Feb 2005 01:02 GMT | 2 |
I am fairly new to .NET (coming from a Java background) and I am trying to port an application that I originally wrote in Java, to .NET / C#. My problem is that I cannot find a C# analog for the javax.mail library. My original program used this to access the calendar on Exchange, ...
|
| .net apps for Palm OS ? | 02 Feb 2005 00:25 GMT | 1 |
Can .net applications run on the Palm Zire ? Palm 5.2 OS ? Is there an emu, or API for porting a dot net app to Palm ?
|
| Can You Run a Stored Procedure Using SQLDataAdapter? | 01 Feb 2005 22:39 GMT | 2 |
Is it possible to run a Stored Procedure that takes 1 parameter using the SQLDataAdapter. I'm currently using the SQLCommand with the SQLDataReader to do this but would like to use a disconnected recordset. Maybe a way to do this is to use the SQLCommand and then set a DataTable ...
|
| DataRelation General Question | 01 Feb 2005 21:01 GMT | 4 |
This is taken from MSDN Documentation: It is important to understand the difference between a true join and the function of a DataRelation object. In a true join, records are taken from parent and child tables and put into a single, flat recordset. When you use a
|
| How to add | 01 Feb 2005 21:01 GMT | 3 |
I am looping through a webcontrol Table and when I hit lets say 30th table row, I want to append a string to whats already in the 30th row. Not sure how to do that ... Here's what I have in place ... int i = 1;
|
| Setup projects and /RegServer options | 01 Feb 2005 20:59 GMT | 1 |
I have a package I need to deploy. I am going to use a setup project to do this. One of the executables that I need to deploy is built with a custom post-build step of: "(TargetPath)" /RegServer
|
| Waveform/oscilliscope charting package ? | 01 Feb 2005 19:35 GMT | 4 |
I want to develop an application that has an oscilliscope . I was wondering if anyone has experience (good or bad) of any commercial charting packages that will provide this sort of functionality. Thanks,
|
| Input Box and SQL | 01 Feb 2005 18:53 GMT | 1 |
When setting up an input box in VB .Net to get a SQL user name for a SQL connection, if the enter key is pressed on the input box (regardless whether text has been entered) the program crashes on opening the SQL connection. The program works fine if the OK button is pressed with ...
|