Advertisement

635 organizations, including eBay, Ericsson and Lockheed Martin, now work smarter with Corporate Accounts. Save up to 42%

 

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

 
Time Tested Visual Studio Solutions: 201 - 225 of 3262
 
I have a Winforms application and using the code below to populate combo box         Dim dt As New DataTable         dt.Columns.Add(New DataColumn("Text", GetType(String)))         dt.Col...
Hi I am trying to execute a Oracle function which takes two parametes as Input and return's a varchar as output>I am trying to call the function in the similar way as we call a Stored proced...
Hi What is the best way in VB.net to get Access table names, and for each yable the field names and data types.
Hello, I am using VB 2008 Express Edition and i am having an issue with publishing a windows setup program.  I have searched many knowledge bases and found that I might be able to fix my is...
Hello Experts  (1st post at EE), I'm using a TableAdapter in VS2005 with SQL2000.  I need to get the identity value of the record I just inserted, and using the two methods I found through ...
I have Visual SourceSafe 6.0 and need to integrate it with Visual Studio 2005.  In other words, I would like the ability to setup my VS Web projects so that when I open a file to edit, it chec...
I have a need to rename a file in VB.NET 2005 (and keep it in the same directory). I know that it is possible using the System.IO.File.Move method, however I was wanting to know if that actua...
Hi, I am trying to deploy an excel application addin developed in VS 2008/VSTO 3.  We don't want to use ClickOnce as we deploy apps to our users via group policy and msi's are much easier in ...
Dear Sir, We have a VB.Net 2003 winforms application. I have created a datagrid "datagrid1" with 3 columns in it(FirstName, LastName, CheckboxColumn). One of the columns is a checkbox colu...
Hi, I have attached a pic of how im planning my data to look like. It will have differ feild names etc... but same concept. I am using MS Access and would like the user to be able to pick a...
I am using Dot Net 1.1 win form based application on Windows XP SP2. Code is written on VB.Net but does not matter can be done with any dotnet language. System.Diagnostics.Process.Start no...
This is pure insanity, IMO.  I had been used to VS 2003.  And made the move to 2005, but I hadn't really done anything but .NET and web services (though I had serious issues w/the stupid 'Web ...
     I tried to use the following codes to display a bullet list in asp.net:       String stringBullet = "<UL><LI>point1</LI><LI>point2</LI></UL>" ;       Label.Text = stringBullet;   ...
Hello, I have a datagridview that is build without a dataset, but just with .rows.add(), so i don't have a dataset linked to it. I want to make it possible to export this datagridview to ex...
I have used the treeview control in my C# web application. In that i have a few parent nodes and there child nodes. i have set the ShowCheckboxes properties as ALL. So if the ckeck box of a p...
Hi, I would like, when the user click on a button to create a folder. I am using ASP.net with back code c#. Do you have the sample code to do this command. Thanks, introlux
I have a VB6 program that uses these 2 APIs     Private Declare Function SetWindowLong Lib "user32" Alias "SetWindowLongA" (ByVal hWnd As IntPtr, ByVal nIndex As Long, ByVal dwNewLong As L...
I have an Access Database (2003) with enough forms to not want to recreate them.  The data is in SQL, is there a way to export/import/convert the forms so I can open them and further develop t...
I am calling functions in unmanaged dll from a C# application. I have source code for both unmanaged and managed parts. How can I debug/step into/etc the unmanaged code? Breakpoints (in C++ co...
I have a page that loads data in  a gridview. I can page, sort using the gridview. This works very well. I however created letters A-Z to be able to search based on the alphabets. 1. Th...
My server is exposed to the clients via WCF. I have 3 types of clients 1)ASP.NET 2)WPF 3) Powershell scripts My task is to provide authentication mechanism that will use Windows Authenticati...
Hi guys, I'd like to add a Pivot Table to my asp.net (SQL server db) application. I know that Office Web Component provide this kind of feature. So I reference OWC11 and I try to add Pivo...
Dear EE i want to Declare Publice Var so all my Forms can see this variable and Get or Set its value how can i do that ex: string _strUserName please advise me
Hi, I'm writing ad add-in for Excel, using VS2008 and VSTO. I have 2 questions: 1: How do I get the name og the active worksheet ? Globals.ThisAddIn.Application.ActiveSheet. ??? 2...
The whole error message is: an error occured creating the form. see exception.innerexception for details. the error is: no error message available, result code: DB_SEC_E_AUTH_FAILED (0x8004...