Advertisement

Experts have come up with some helpful tips for getting a solution to your problem fast.

 

Welcome! If you have any general questions about Experts Exchange, feel free to ask me.

 
Time Tested .NET Solutions: 1651 - 1675 of 1979
null
Hi, I'm having a problem trying to figure away to get information that has been added to a list box to a table within an sql database, each item in the list box when inserted into the database...
I am trying to create an application with a similar interface as outlook. I have created a form, and placed a menu toolbar at the top. Below the toolbar i have placed a split container. In ...
Hi, Does anyone know what version of .net Sage Accounts 2007 requires?
Hi, I want to draw some rectangle's on a user control. I use this code:  Private Sub DrawRectangle()       Dim myRectangle As Rectangle        '  myGraphics = Graphics.FromHwnd(hwnd:=.Act...
Hi, I am about to use this in my asp.net page and it works fine -    <ItemTemplate> <%# IIf(xPath("@title")Is Nothing, "", "<h3>Module:   "   &  XPath("@title") &  "     </h3>" ) %> .......
I'm from the PHP world and really like using the awesome templating engine called Smarty. I'm wondering if there is something akin to this for dotnet?  I have been looking and haven't been ...
What's the difference between System.Windows.Controls Button class and System.Windows.Forms Button class?  Two pointers to the same thing?  Copies?  Slightly different?  Vastly different? T...
Anyone know what this would be in VB.net? public static class Pagination     {         public static PagedList<T> ToPagedList<T>(this IQueryable<T> source, int index, int pageSize)     ...
I want to use the calendar control in vb.net 2.0 to show my the title of the events that I have already entered into the database in each day cell of the calendar. I'm new to the calendar cont...
What is the equivalent in vb.net to module file in vb6. And how can i call for ex. a function from a webform that this inside a "module".
I have a .lib file and sombe .h that a manufacturer has given me as an SDK, but I'm completely lost in C++ (or wathever it is). I need a way to import this to a VB.NET project and I don't know...
I am using a calendar control in .NET 2.0 and I do not need the links that are on each day number. How can these be removed?
I am trying to get a unique ID of some type attached to a windows logon.  It needs to be unique to and for teh duration of 1 logon session.  My understanding is that there is a Logon Identifie...
Hi,      I have a control which I need to know the ID for at run time because I'm going to be doing some javascript manipulation, using the document.getDocumentById function in javascript. ...
Hello Experts: I'm developing an Outlook Add-In with VSTO and VS 2005, and I've become fairly familiar with the Outlook object Model, and a little with the CDO model.  One thing (among many...
Hi All, I would like to open a file (say a txt) and view the output in hex, dec or whatever a hex editor displays it in. Basically, I would like a "hex editor" that I can use to read and...
hi all  am stuck..  i am making statistics due to date ,  i put in the select statement select where "birth between '" + Bdate1 + "' and '" + Bdate2 + "'" but this dosnt return to me all ...
When I say, Protected WithEvents lblFormName As System.Web.UI.WebControls.Label what does it mean?
Hi Experts, I am looking for code using VB.NET (with required NAMESPACE) that will unzip all the files from "c:temp1\" to "c:\temp2" can anyone help? Thankyou.
Hi, I'm trying to install Visual Studio.net 2008 "orcas" pre release Beta 1. When the .NET Framework 3.5 is installed, I get the error message "Microsoft .NET Framework 3.5 (Pre-Release Vers...
I have a component that can return an iostream (system.io.stream). I need to get this into a filestream that I can work with.. can anyone help me understand the difference here and how to g...
I recently came across an issue with type conversion that I would like explaining to me. We had a SQL 2000  stored procedure that had a parameter declared as: @event_id numeric(9,0) We ...
I am getting a "System Standby Failed" error message when I try to put system in standby mode. The full length message is: The service 'Microsoft .NET Framework v1.0.3705 Update' is prev...
I have a windows form in a vs 2005 project that i need to use a datagridview control on.   In order projects using vb6 I would populate the grid and format all of the columns using code.   Is ...
I created an Exchange event sink library to catch the events when appointments are changed. Now I am trying to register for store-wide events http://msdn2.microsoft.com/en-us/library/ms87858...