all groups > dotnet general > may 2006 > threads for friday may 12
Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31
Visual Studio keeps crashing
Posted by someone at 5/12/2006 4:10:57 PM
Hi all,
I have installed Visual Studio 2005 on Windows XP. Visual Studio keeps
crashing every 10-15 minutes. Can you please tell me what can cause this
poblem and how to fix it?
Thanks.
... more >>
combobox get file lists
Posted by mafandon at 5/12/2006 4:02:01 PM
My code returns the list of files in the directory I desire, but it displays
the entire path to the file and the file name. I can msgbox the desired
result (just the file name), but I believe the readonlycollection has
something to do with this...
Dim numofchars As Integer ... more >>
Setup Project
Posted by mike NO[at]SPAM marsh-hall-studios.co.uk at 5/12/2006 3:46:35 PM
Hi there,
This may be simple once I find out how, but I'm trying to add a desktop
icon for one of our laptop/desktop setup and deployment projects that
will put it on all users desktops.
As usual the MSDN documentation is a joke and there doesn't seem to be
much available on the net that he... more >>
Convert icon to byte array
Posted by Michael White at 5/12/2006 3:35:08 PM
I have an icon stored as a resource in my project. Once getting the icon
using
My.Resources.ResourceManager.GetObject(IconName)
How can I convert it to a byte array?
Thanks..
Michael White
Programmer/Analyst
Marion County, OR
... more >>
How to disable regions in Visual Studio?
Posted by Ikke at 5/12/2006 3:19:40 PM
Hi everybody,
Can somebody tell me how to disable regions in Visual Studio 2005?
I've already told VS not to collapse code to regions in the settings, but
each time I open a new (existing) code file from a project, the regions are
there again (and collapsed).
This is really beginning to... more >>
PDF Converter...
Posted by rmorvay at 5/12/2006 2:59:41 PM
I am in need of a .net component that will accept different file types
across the spectrum and convert them to pdf. Any suggestions of a good
company and component that I should research? I need something that has the
range of the Adlib Express Server conversion acceptable file types:
http... more >>
Help understanding database changes
Posted by Mark at 5/12/2006 12:50:01 PM
Hi, I don't have a code problem. I have an understanding problem.
This is a made up situation that mimics my real situation but it is
easier to understand.
1. I call a web method with an account number and retrieve an employee
object called employee on computer 1 (user 1). The employee objec... more >>
CSS Doesn't Show Up in Designer Mode When Using Themes and Master Pages
Posted by sbelgrave NO[at]SPAM gmail.com at 5/12/2006 11:58:16 AM
First off. Hats off to MS to really doing a good job of major fixes on
VS 2K5. It is really a lot better. I have begun using Master Pages
with Themes but am a bit confused as to how to make the CSS styles in
those themes appear during development (not at run time, i know that
most forums explai... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
need help!
Posted by Neil Stevens at 5/12/2006 11:39:01 AM
Hi All,
I have a serious problem that i have not been able to resolve and cannot =
find any information on the internet.
The problem is as follows, i have written a BHO for the company i work =
for which will deep link into agent sites and fill in a form for them =
from a form they fill in ... more >>
How2 capture the current URL and its QueryString?
Posted by clintonG at 5/12/2006 11:22:58 AM
// The ServerVariables collection can help me build this:
http://xp1/METRO2/HomePage.aspx
// URL & QueryString generated by the 2.0 Login control click event.
// What I need to capture is this...
http://xp1/METRO2/Membership/Login.aspx?ReturnUrl=%2fMETRO2%2fHomePage.aspx
Comments?
--
<... more >>
Question about scope of static member variable
Posted by newjazzharmony NO[at]SPAM hotmail.com at 5/12/2006 10:14:09 AM
All,
When I create a class with a static member variable and reference that
class in a console applicaton it appears as though each instance of the
application has its own separate copy of the member variable.
Therefore, it would appear that the scope of a static class member is
limited to ... more >>
Naming conventions
Posted by catharticmomentusenet NO[at]SPAM yahoo.co.uk at 5/12/2006 8:44:36 AM
I apologise because I am aware there have already been a large number
of posts on this topic, but I couldn't find one making precisely the
points I wanted to make :-)
I am a senior developer at a company that looking at adopting coding
standards for .NET. Many of the standards available on the... more >>
Creating PDF
Posted by MMA at 5/12/2006 8:05:02 AM
Hi,
What do I need to be able to generate pdf files from my app. My research has
indicated that I need a PS2PDF converter.
Thanks in Advance... more >>
Call/Consume .net webservice from PHP
Posted by Nattydreadlock at 5/12/2006 7:22:13 AM
Hi,
I've written an ASP.Net webservice which takes somes specific .net
objects.
Now I want to caal this service by PHP, which normally would be
possible, after all that's the main reason of existence for web
services.
I have three function:
<WebMethod()> Public Function GetLastName( Nam... more >>
Fastest way removing duplicated value from string array
Posted by Niyazi at 5/12/2006 6:09:02 AM
Hi all,
What is fastest way removing duplicated value from string array using vb.net?
Here is what currently I am doing but the the array contains over 16000
items. And it just do it in 10 or more minutes.
'REMOVE DUBLICATED VALUE FROM ARRAY +++++++++++++++++
Dim col As... more >>
Stange VS2005 Error
Posted by Andrew Teece at 5/12/2006 12:00:00 AM
HELP. This is driving me insaine!
After loading my rather sizable solution, i am only able to debug once! -
The second time i try, i get a compile error...
"error BC30145: Unable to emit assembly: Referenced assembly '??' does not
have a strong name"
Sometimes, it is two unprintable chara... more >>
|