all groups > visual studio .net general > september 2007 > threads for september 22 - 28, 2007
Filter by week: 1 2 3 4 5
t
Posted by Jeff B at 9/28/2007 10:09:00 AM
Icon and version info missing after adding UAC manifest to C# .exe
Posted by Lars Ryssel at 9/28/2007 6:16:00 AM
I'm trying to add a manifest to a C# .exe project.
My manifest looks like this:
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<asmv2:trustInfo xmlns:asmv2="urn:schemas-microsoft-com:asm.v2">
<asmv2:security>
<asmv2:requestedPrivileges>
<asmv2:r... more >>
Deleting Files with Pre-build event command line:
Posted by randy1200 at 9/28/2007 5:24:03 AM
Working in Visual Studio 2005 with a WinForms application.
In the properties page of my startup project, I went to the Build Events
tab, and typed the following into the Pre-build event command line:
del /s/q $(APPDATA)\IsolatedStorage\*.*
When I build, I get the following error:
The c... more >>
include oracle client in setup file
Posted by Bart at 9/27/2007 1:27:00 PM
Hi,
I tried to include oracle setup file (*.msi) in the custom actions in a
setup file.
I'm getting an error '1608: unable to install installshield scripting runtime'
It seems that I cannot run a new msi instance when the basic setup is
already running.
How can I solve this?
I cannot find... more >>
Changing the font in DatagridView
Posted by Komandur Kannan at 9/27/2007 12:06:01 AM
Hi
I need to change the font inside the cell of the datagridview dynamically
Example
Column1 | Column2
<B>Chicken</B><I>Bake<i> | <B>Mutton</B><I>Curry<i>
Please Advice me
regards
Parameswaran.N... more >>
Strange VB.Net Error.
Posted by Greg at 9/26/2007 6:41:00 PM
I came across an error tonight that makes absolutely no sense at all. I had
some sample code I copied off of a webisite to test working with a control.
The text I downloaded included the following line of code:
Dim FieldNames() As String = New String() {"LinkCode", "ProductName",
"Quantity... more >>
Web Browser in VB.NET - VS2005
Posted by Chris Wagner at 9/26/2007 10:30:05 AM
I am using a web browser control in a VB.NET app that is scraping data from
many (about 100) web sites. It seems that one of these is leaving a cookie
behind that is causing the subsequent site to think it's already loogged in.
If I stop and restart the application, I am able to get past thi... more >>
Findrows Example
Posted by thejamie at 9/26/2007 7:10:05 AM
Can't locate a sample Findrows()
Have dataview dv with sort set to "Finish"
Have static rowfilter value/; CompanyFinishes.RowFilter = "Company_key=" &
mCompanykey
Trying to access a given row from the dataview where Finish='SR1'
CompanyFinishes.Sort = "Finish" ... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Too Many ListView Columns
Posted by Greg at 9/25/2007 8:06:00 AM
I've just started working with populating combo boxes, list boxes and the
listview control. The one I'm having a problem with is the ListView control.
I'm assuming the listView control should work pretty much in the same manner
as the listbox. I want to see one row per record, but when I use t... more >>
Purchase Visual studio 2008
Posted by Andrea_L at 9/25/2007 12:00:00 AM
Goodmorning,
within year-end I must buy some licences of Visual Study 2005, and I
cannot wait for the escape of Visual Study 2008... Someone knows if they
are available "promotions" or other that concur, with the purchase of
every licence of 2005, the successive upgrade to 2008? (obviously
comp... more >>
Visual Web Developer 2005 - working with pure VBScript files
Posted by David Barnes at 9/24/2007 6:52:21 PM
First, appologies if you feel this wrong group, But I can't find anything
with a closer match.
If I've just been blind and missed the obvious, can you point me at the
correct (or better group).
Using Visual Web Developer 2005 (the free one)
File, New File, script, VBScript file
- looks g... more >>
Solution Explorer Add-in - close sub folders
Posted by SushiSean at 9/24/2007 10:40:27 AM
Hello. I have strange problem. Every time when I open my project
all folders in Solution Explorer extended, but I have a lot of files where
so I need every time close all of them to have normal navigation.
So I have question - exist any way to make collapse for all folder?
If not exist any sett... more >>
crystal report viewer
Posted by Komandur Kannan at 9/23/2007 5:56:01 AM
hi,
im using vb.net 2005 with dotnetframework 2.0,
i hv a question related to crystalreportviewer control, hence im creating
the excel file with its necessary values through code, is it possible for me
to send corresponding excel file into crystalreportviewer, i dont want to
create any repor... more >>
How Do I Get Help Files?
Posted by Keith Russell at 9/22/2007 7:48:32 PM
Hello, all.
I recently downloaded and installed the Visual Studio 2005 trial.
I already had SQL Server 2005 installed.
It appears that I have only the SQL Server documentation
installed. In Document Explorer, the "Filtered by" dropdown
contains 10 SQL Server topics, but nothing else, and se... more >>
Popullate Combo Box using VB.Net 2005
Posted by Greg at 9/22/2007 6:26:01 PM
I’ve populated a combo box named UserID using the following code, which works
fine: (This is not the entire code block, but enough to see what I'm doing)
objConn = New SqlConnection(strConn)
objCommand = New SqlCommand("SELECT UserID, UserName FROM tblUser", objConn)
objDataAdapter = New S... more >>
System Errors after copying new form.
Posted by Greg at 9/22/2007 12:46:00 PM
I am using Visual Studio.Net - Visual Basic 2005
I got the following two errors after twice doing the following:
1. I copied an existing form named frmPrintLables and pasted it as
frmRejects.
2. I created a new form from scratch named frmRejects.
Error 1 [The item "obj\Debug\PFCWin_To... more >>
Windows Task Bar
Posted by Greg at 9/22/2007 11:32:00 AM
I have an application I'm developing in VB.Net 2005. This is going to be a
trouch screen application. What I want to do is when my applicaiton loads I
want it to take up the entire screen, including the Windows Task Bar. (I
don't know if I'm using the correct term here, so let me explain. I wa... more >>
|