| Thread | Last Post | Replies |
|
| Cookies | 06 Jun 2005 18:36 GMT | 2 |
I have a cookie that has been set by an ASP application. I am successfully able to retrieve the value of that cookie, however when I display it on the page using a Text Label, I get HEX values like "shahid%2Ejuma" The actual value stored in the cookie is "shahid.juma". Apparently ...
|
| String includes RETURN KEY | 06 Jun 2005 18:09 GMT | 5 |
hi, all. Here is a stupid question. I have three string string str1 =" test1 ";
|
| Error creating window handle | 06 Jun 2005 18:05 GMT | 1 |
Using: VB.Net, Framework 1.1, Windows XP SP2 Hardware: Pentium IV 3,1 GHz, 1 Gb RAM memory The VB.Net application opens a child form as follows: Private Sub OpenChildForm()
|
| Application won't launch from network | 06 Jun 2005 16:06 GMT | 5 |
I have two small applications I have written that I am trying run from a network directory. Both applications have a dependency on another assembly (.dll), and I have .NET security wide open. One application is dependent on an interop assembly (Interop.IWshRuntimeLibrary.dll), and ...
|
| Looking for code generator recommendations | 06 Jun 2005 14:32 GMT | 2 |
Can anybody recommend a good code generator for data driven apps? Thanks in advance, John
|
| Showing Windows Form | 06 Jun 2005 13:01 GMT | 1 |
Good Morning: I'm hoping someone can help me with a problem that I have. I have one form that is a MdiParent; when I open up another form using the ShowDialog() method a second window button shows up in the task bar. Is there anyway that
|
| How to Save Image in a SQL-Server DB | 06 Jun 2005 12:41 GMT | 2 |
iam making a library system, which requires to save a image of titles in the database. i did came to know how to open an image but i'll b happy if i can be well assisted on how to save the image to a db. and one thing more, is there any way to add images to the menu in vb.net !!
|
| Visual Studio 7.0 and 7.1 on same machine | 06 Jun 2005 09:25 GMT | 2 |
I am C++ / MFC developer working in architectural non realtime and realtime visualisation. I work with Visual C++ 6.0 IDE for some of my apps and for others, eg programs using AutoCAD 2004/5 ObjectArx in C++ - which requires Visual
|
| How to use Recource | 06 Jun 2005 07:03 GMT | 1 |
Hi, all In C++, we can create resouce file which includes string predefine, and ICON,GIF etc. How to do in C# VS.NET2003
|
| Setting Process.ProcessName | 06 Jun 2005 04:48 GMT | 2 |
I am using the Process class to create a process, and I would like to set the ProcessName property. The property is read-only and is set to the name of the EXE. Is there a way to set the ProcessName?
|
| ASP.NET Integrated Authentication | 06 Jun 2005 03:13 GMT | 5 |
I'm developing a web application for our local intranet that will allow users to pull up a webpage and update or deleted or insert records into a database as well as run reports etc... Our DB server is on a Win2k3 OS using SQL Server 2000
|
| Is it possible | 05 Jun 2005 23:40 GMT | 4 |
I would like to use Windows Explorer as control in my app (panel or control). Is there a simple way to do that? I don't like to re-code existing functionality - like browsing folders, selecting file(s) etc.
|
| Pulling the Dataset from a Datagrid | 05 Jun 2005 23:22 GMT | 1 |
I was just wondering if it's possible to cast a datagrid DataSource as a DataSet? I've stepped through my code when the grid is first being bound and the DataSource shows up as a DataSet for the datagrid. Then, when I handle on
|
| DCOM "Access is denied" | 05 Jun 2005 23:15 GMT | 1 |
Hi, I have a DCOM Server and client running on the same box. I am using the custom security instead of default security and have opened up the server's custom access right to basically everyone. The default access permission does not allow anyone, however it should
|
| Error when trying to pull a jpeg out of a stream.. | 05 Jun 2005 22:53 GMT | 3 |
Ok, I start off with a bitmap image. I encode it as a jpeg and send it across the network and pick it up on the other end. Now I have the jpeg image on the other end as an arrray of bytes and I want to display it in a picturebox control. How the heck do I convert this byte[] into
|