Software Development Network Logo
  • Visual Studio
  • Smart Device
  • SQL Server
  • Windows Vista
  • Architecture
  • Windows Live
  • Visual Basic
  • Windows Forms
  • Game Technologies
  • Visual FoxPro
  • Visual C#
  • VS Express Editions
  • .NET Development
  • VS Team System
  • Microsoft ISV

Software Development Network >> Visual C#

Visual C#

New Question

Threading - ActiveX Events/Objects
I can't check if my object is equal to null.
not interface program (background)
VS.Net 2005 hangs on a using command
Have an idea for a Windows Desktop Search Technical Chat? Post it here!
Application Configuration Files in VC# (App.config ---> <app>.exe.config)
auto expand/collapse regions
What even to use ...
Problems with .Net Remoting
WDS Query from VBScript or COM

Top Answerers

SBORA
Richard Dalley
Israel Alpert
xmart2k
MLT
phatrice93
explorer
klevier
DotNetSam
MurrayGordon
Universal Report
Only Title

Answer Questions

  • Mechamonkey Installation Problems with your product

    ok, so i decided to install your desktop search (WDS) thing. all good, it installs. think it is MSN Search Toolbar with Windows Desktop Search . so, i go for coffee and i feel brave and decide to install you latest beta. this is Windows Desktop Search 2.6.5 beta (KB911993) and guess what......... It un installs MSN Search Toolbar with Windows Desktop Search and the tries to install the beta and fails with error about Update.i ...Show All

  • Todd Virlee OdbcCommand.ExecuteNonQuery returns -1. Help!

    Hi everybody,     I don't where to asked this question in this forum. How do you insert to a column of a table with a blob or binary datatype if there is one, from a byte() datatype What is wrong How can I fixed this I need help. Thanks. Code: string sqlText = "Insert table1(id, dataByte) values('" + id + "'," + byteData + ")"; OdbcCommand cmd = new OdbcCommand(sqlText, odConn); //opening connection here int iRes = cmd.Execut ...Show All

  • Mark Aaron Nested namespaces in Class View 2005

    Hello, can anyone please tell me how to make class view in 2005 behave as it did in 2003 with nested namespaces There the nested namespaces were hidden under their parent namespaces in a tree, now I see a flat list. All my efforts to keep a clean structure like dust in the wind :) Distressing. Very grateful for any hint, Andreas. ...Show All

  • MSVS Beta user CallBack from a WIN 32 C++ dll

    Hello Everyone, My application is written under C#, but for some of the low level stuff I have to use C++ dll's and one of the dll require password before I can make some function call or if user entered wrong should ask again..... How can I implement something along those lines.... At first I can send the pasword, but if the password is wrong what is the way to get the password....If you want I can even post my procedure which asks for ...Show All

  • mgurba DateTime Method Call

    Ok. I know how to call the DateTime method for getting the current date and time. But what I would like to know is how to get the date of a previous day. I know how to get the current date with DateTime.Now and so forth. Can someone help me please. Radu-Cristian Alexa wrote: Hi, It's very easy... Try the following code: DateTime previousDay = DateTime .Now.AddDays(-1); Best, Radu. Hi Visual C# Novic ...Show All

  • ebroms How to send A file to pre-specified IP Address

    Hi all .. i'm working on A remote Access program, in fact I have used Special OCX that manage the whole connection trouble, but there's problem that faced me which is I need to send some file to My Client ( which is in Fact the Remote PC that I controled and accessed through it's IP ) if any body has an idea 'bout the library or even a code for this case I hope he/she could post it here .. and I will be thankful .. Have A Nice Day The ...Show All

  • dmssjt GetRows Method works in VB but not in C#

    Can someone look at my code below and tell me what I'm doing wrong I converted VBScript to C# for ASP to ASP.NET migration. (I wasn't able to successfully convert legacy ADO to ADO.NET, so sticking with this) I'm getting an error at this line: cartValues = RS.GetRows(-1, null, null); Error Message: Exception Details: System.Runtime.InteropServices.COMException: Application uses a value of the wrong type for the current operation. C# ...Show All

  • DPP Comparing generic List's

    I would like to compare two list's, listOrginal and listModified, see code below. Is there a established good way to do this The purpose is to see the "difference" and update a data base according to the "difference" information. //regards //lars Class Person { public int PersonID; public string FirstName; public string LastName; .... .... } ////////// { ... ... private List<Person> listOrginal; private ...Show All

  • Ed Kaim Unloading an Assembly

    Hello, I read in one of the Blogs that an Assembly cannot be unloaded. It has to be loaded into a AppDomain and then unloaded. I have tried that. Take a look at the following code. AppDomain newDomain = AppDomain.CreateDomain("NewDomain"); Assembly myAssembly = newDomain.Load(AssemblyName.GetAssemblyName(assemblyPath); After doing Reflection on myAssembly, I used ...Show All

  • rain_flow How to get system icons and descriptions

    Hi, Would anyone tell me how to get the system registered icon and description of a file For instance: *.doc (Word document, [MS-Word icon]) with tanks. Hi! Did you try SHGetFileInfo() or ExtractAssociatedIconEx() functions from Win32 API Yes, I did. But beacuase of 2 reasons i don't like to use them: 1- I prefer a .NET way 2- ExtractAssociatedIconEx() gives me an icon  Handle which is not usable in ...Show All

  • Saishyam .net

    hi, I was wondering why C# converts its code to .net (byte-code) is there no option to convert to machine-language (like C++), it probably would make it the nr 1 language if it could. Also why isn't the .net language included in standard windows, so there is no conversion needed. this could give it a real boost, not (could be an advantage against java, because what is the advantage now against java) tnx I found ...Show All

  • ScratchMonkey Batch build

    Hi I am using VS2005 and I am trying to setup the automatic daily build of my solution. Can somebody give me any directions Running devenv.exe /Rebiuld ….. is not giving error report, but when I am using csc.exe then I can’t use my *.sln file. Does anybody has user friendly solution Piotr Hi, That was a very informative conversation about MS Build. I also have a query relating to this subj ...Show All

  • MacDonaldC When does the return return the value

    Hi All! I thought I had this figured out but maybe not.......... Does the return exit the function at the point where it is at ,, or does the return hold the value tell you finish the functions.... Please set me straight cause =================================== if I use this it returns a false all the time//// if ((KeyValue->ToLower()) == "accept") return true; return false; ; ==================== ...Show All

  • James 2 Where is the namespace in 2005?

    In ASP.NET using C#, I am not able to add a namespace to my pages. When I do I get a bunch of errors. Here is what I am doing: namespace MyNamespace { public partial class _Default : System.Web.UI. Page { protected void Page_Load( object sender, EventArgs e) {} } } Could this be because this is a partial class In VS 2003 I was able to change the namespace, I could also specify a default namespace, but I have been unable to ...Show All

  • ChrisGoodyear Apps for Non-framework users

    Hi. I'm been thinking of making a couple of small applikations using C# and dotnet mostly cause i want to and the language seems interesting But i have a question i'd like to have awnsered. The machines the apps ar going to be used on don't have the space for the framework but i can squeeze in one or two simple apps. So is there a way to make an application so that the needed dll files and whatNot are all gathered together and ready to ...Show All

505152535455565758596061626364656667

©2008 Software Development Network

powered by phorum