|
tech
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
General .NET discussionmicrosoft.public.dotnet.general
WELCOME ### -
21 Apr 2007 4:07 PM - 4 messages
Hi all How can I make "web developer " /create a web by using C++ ? Please who can help. Thanks ============================== ...
Carl Woodward -
21 Apr 2007 1:08 PM - 3 messages
Dear all, Reasonably new to .NET I am confused. Some of the .exe assemblies I am creating using VS2005 are requiring User Account Control confirmation on Vista, but some are not. I am not intentionally (could have done it by ...
tash -
21 Apr 2007 11:56 AM - 2 messages
when turning on computer comes updll user 32.dll was relocated in memory because dllc:\windows\systems32\hhctrl.ock has occupied an address range reserved for windows systems dlls ...
John -
21 Apr 2007 9:09 AM - 3 messages
my network card does not have a Passphrase to hexadecimal WEP conversion capability which means when i travel I have difficulty getting on a network. I have found an on line option [link] but it is useless if i cannot get ...
TEK -
21 Apr 2007 8:17 AM - 2 messages
Hello I'm wondering if anyone have some good ideas/solution to a problem I'm working on. Target: Give the user a "MS World" like document UI to work with when editing data stored in a object model. The application this will be used in is a rich-client. ...
Bryan -
20 Apr 2007 9:22 PM - 2 messages
Is there a way to force a "traditional" full page postback in AJAX? I have a page with multiple UpdatePanels and I usually call UpdatePanel.Update() to do a partial postback, but I have one condition that requires an update to several controls that are not in an UpdatePanel and it ...
TED -
20 Apr 2007 5:26 PM - 2 messages
I just recently bought a refurb laptop with XP Home Edition (all updates current.) Now in Outlook 2003 as well as Word I get a message when I highlight a block of text to delete. Specifically I get: "Delete Block? No, (Yes)" ...
xxluciferxxd -
20 Apr 2007 4:30 PM - 3 messages
im looking to buy a new laptop with vista, could anybody tell me which microsoft works software is compatible with vista. ...
Spyke -
20 Apr 2007 3:16 PM - 2 messages
I FOUND MY FIX!!!! I think my problem was i didnt have access to the Documents folder in My Computer. Not sure how that happend. But heres a fix for it and more fixes I have tried that might help someone else... ...
Matt F -
20 Apr 2007 2:48 PM - 8 messages
When I first installed VS, there was a different company name than there is now and now I need to change the default company. I'm talking about the default company name that exists in the copyright info when you create a new ...
squishy -
20 Apr 2007 2:42 PM - 5 messages
I want to check an emailbox (that does not offer forwarding functions) and forward the mail in it to my new account. That's not a problem. But, I want the mails that I forward to my new email account to look and act ...
Martin jensson -
20 Apr 2007 1:53 PM - 2 messages
Hi, If I get the ACL of a desktop folder, I do not get the 'right' security settings. For example the right Read is true when I check using the security properties in the windows explorer. The strange thing is that in comparison with a normal folder (say c:\temp) ...
Jason Richmeier -
20 Apr 2007 12:56 PM - 2 messages
I came across a code sample in a book that I am reading that uses a dependency property. I looked at some of the documentation for dependency properties but, for some reason, the concept is not clicking. Can anyone ...
MK John -
20 Apr 2007 12:40 PM - 2 messages
Hi, I'm fairly new to Vista and was wondering if it is possible to administer a DNS server on Vista (if one is available) using .Net? I have used the System.Management namespace for DNS administration on Windows 2003 server, but can't find the DNS server anywhere on Vista, nor any ...
Niels Ull -
20 Apr 2007 12:24 PM - 2 messages
Hi! I am looking for a simple way to validate members in my own System.Collections.Generic.List<> derived class? In CollectionBase, I can override OnValidate - is there a similar functionality in List<>? Regards Niels Harremoës ...
Mahesh -
20 Apr 2007 11:46 AM - 3 messages
How do I set my mail account to receive and send from Gmail and Yahoo ...
tom -
20 Apr 2007 10:24 AM - 3 messages
Hello, I'm trying to do some online game that would contain similar thing to one much popular in such game.s I mean the thing when you click some option and then a timer starts and you get a new level or something after the specified period of time. ...
Craig -
20 Apr 2007 10:06 AM - 3 messages
Hi, Has anyone worked out a way of speeding this up? I spent over £4000 on licences for my company and installed it first on my laptop only to find it super slow during send/receive and then to learn from all the posts on the ...
John Bundy -
20 Apr 2007 5:50 AM - 4 messages
New to databinding in vs2005, I always did it manually in 2003. I have no problem loading comboboxes, and a change in that combobox changes the data in the textboxes but I can not figure out a way to get the data in a ...
Bruce HS -
19 Apr 2007 8:36 PM - 3 messages
I'm using VS2005 Winforms. I want a method to allow the user to be able to interrupt an SQL query if he decides he doesn't want to wait for it any longer. I've used IAsyncResult to open an async connection that runs an ...
BF -
19 Apr 2007 8:08 PM - 4 messages
In Microsoft architecture diagrams, I always see 3 layers of application structure: web server, application server and database server. Web server is IIS. Database server is SQL server. What do you use for application server? COM+ server is for COM interface ...
Vinki -
19 Apr 2007 7:22 PM - 4 messages
Is there any way I can access .net application through mainframe. ...
BF -
19 Apr 2007 6:46 PM - 6 messages
I want to improve the response time of my application. I have 3 options: 1. Run both ASPX pages and our business objects on web server and use web farm technology. 2. Move our business objects to COM+ as serviced components. Then run our ...
Spyke -
19 Apr 2007 4:24 PM - 6 messages
I am having some trouble installing Zune for my Xbox360. I see that alot of people are having problems but I can seem to find a fix for me. I download Zune from the website, installs all the way until the last ...
mudGil -
19 Apr 2007 3:26 PM - 4 messages
Hi, I have the Enterprise Architect version installed on one machine, and the developper edition on another (VS.Net 2005). To my surprise, the performance tools are only available (in the menu system) on the developer instalation. Is that realy so? Is there a way to ...
lizii -
19 Apr 2007 3:08 PM - 3 messages
At the moment i am trying to write into a richtextbox using the Rtf call from another richtextbox. However realising that richtextbox do not have multithreading - i know i need to invoke this item and make it multithreaded safe. But i ...
BF -
19 Apr 2007 3:04 PM - 3 messages
I am currently working on moving our business objects into COM+ serviced components. But in the process, there are too many changes such ComVisible and serviced component does not support parameterized constructors. So I am thinking whether I should change to use .NET remoting instead. ...
Irfan -
19 Apr 2007 11:28 AM - 3 messages
hi, I have few projects in my solution and they all access a single Acces Database. I want to create a coonectionString that is unique to the whole solution, however when I set the ConnectionString in the configuration file it is specific to a PROJECT in the solution, ...
supportdev -
19 Apr 2007 10:12 AM - 3 messages
Hi, Does anyone has a link or sample code of how to use the above two classes. We want to to perform the following: 1. Have a ControlA in Toolbox 2. When we drop it on the form we generate ControlB class as internal class ...
TumurS -
19 Apr 2007 9:06 AM - 2 messages
Hi! I need to parse an input string. The string must consist of 1, 2 or 3 float numbers separated with blanks: Regex r = new Regex(@"^\s*(?<x>[0-9.]+)(\s+(?<y>[0-9.]+)(\s+(?<z>[0-9.]+))*)*\s*$", ...
Verlene -
19 Apr 2007 4:24 AM - 2 messages
I recently upgraded my computer from Windows ME to Windows XP. Before upgrading I saved my files on a CD. After I upgraded I am unable to decipher anything on the CD. It appears to be in code or something foreign. Is there ...
Dieter (DDP) -
18 Apr 2007 7:21 PM - 2 messages
Hello When i add new resource files to my usercontrol project and i compile the project a i get a error message in the event log Activation context generation failed for "C:\Windows\Microsoft.NET\Framework\v2.0.50727\AL.exe". Dependent Assembly ...
smith.mariya -
18 Apr 2007 6:35 PM - 3 messages
hi, i am mariya. i am working on vb.net. i have created the powerpoint addin. i have inserted the chart on the slide through vb.net code. now, i want to remove the gridlines on the chart and want to remove ...
anonymous -
18 Apr 2007 4:50 PM - 2 messages
I'm working on a Web Application where we control access to our Web Pages by using Roles. We assign which roles can view which web pages in our Web.sitemap file. Due the nature of our Application we needed to create our ...
J.Matthews -
18 Apr 2007 2:58 PM - 5 messages
Picture the cut down scenario... Say I have three datatables (Person, Address, Street) that are linked with datarelation objects using the PK/FK associations... Person -------- PersonId {PK} AddrId {FK} Forename .... Address ---------- AddrId {PK StreetId {FK} HouseName .... Street ------- StreetId {PK} StreeName ...
C a r l o s A n t o n i o -
18 Apr 2007 2:29 PM - 8 messages
Hello, I have to submit a file via HyperTerminal using my PC's internal modem on a daily basis. Does anybodoy know how to accomplish this in VS2005? Any language is good, VB preferred. Thanks. Regards, C a r l o s A n t o n i o ...
Gary -
18 Apr 2007 2:12 PM - 3 messages
I'm ported several existing projects from VC++6.0 to .NET2003. I seem to have a problem with ShellExecute() however, as in: // Opens a browser HINSTANCE rc; This works as expected when executing the app built under 6.0 but it ...
Gary -
18 Apr 2007 2:10 PM - 6 messages
Been struggling with the code below for the last couple of days: m_hSerialHandle = CreateFile("COM1:", GENERIC_READ | GENERIC_WRITE, 0, NULL, OPEN_EXISTING, /*FILE_FLAG_OVERLAPPED*/0, NULL); With VC++6.0, this executes fine and I am able to establish a connection w/ a device via COM1 however I recently installed VC++8 ...
NullQwerty -
18 Apr 2007 2:06 PM - 2 messages
Hi folks, We have a dll in the GAC (a dll that we created but lost the source code for). We would like to pull a copy of the dll out of the GAC (to install it on another server). ...
calderara -
18 Apr 2007 1:00 PM - 4 messages
Dear all, I have build a library with .NET 2.0 I want to deliver that library for beeing referenced by a .NEt 1.1 project. For that, on the machine where I have .net 1.1 installed and VS2003, I copy ...
bazza -
18 Apr 2007 10:34 AM - 2 messages
Hi, Can anyone tell me how i can use group policy to set one default font in microsoft office 2003? Or if you have another answer for my problem please let me know! Thanks! ...
Rudy -
18 Apr 2007 2:20 AM - 4 messages
Hello all! This may seem stupid, but here it goes. In my load event I have a bunch of Add Handler statements for a file watch process. Here is a sample. I have 8 of these little gems goin on. Basicly this is ...
Tomislav Fistric -
17 Apr 2007 11:01 PM - 3 messages
Hi all. I have very uncommon problem. I am running IIS 6.0 on 2xXEON dual core 3.06 (8 virtual CPUs) with 4 gb of Ecc ram and i get system.outofmemory exception on asp.net website. Thing is that i have big load on ...
Barry Gilbert -
17 Apr 2007 8:52 PM - 4 messages
I would like a particular business object to ask for validation when a property is set to a specific value. In this case, I have a TimeStart property and a TimeEnd property. When creating a new object, the default for ...
Chris Mullins [MVP] -
17 Apr 2007 7:10 PM - 11 messages
KeyedCollection is a very handy little class, that unforutnatly has a nasty bug in it. The bug (which I ran across) causes the following code to fail: if (!rooms.Contains(room)) _rooms.Add(room); The problem is that contains returns "false", but then Add throws an ...
Toco -
17 Apr 2007 4:18 PM - 10 messages
why is it that microsoft always has to use the word "RICH", everytime they describe some component of .net or new software release? can someone please tell me the company's RICH attachment to that word? I think I'm going to start a new .NET app. It will fire everytime I ...
gleadams -
17 Apr 2007 4:02 PM - 3 messages
I have databound a Windows form ComboBox control to a DataSource and DataMember and it is properly showing the data as I navigate through the records. My question concerns the choices in the pull-down list itself. The Field is Priority and the only available choices should be "High", ...
Byron -
17 Apr 2007 3:52 PM - 5 messages
When I try to serialize an instance of the LocationCell below (note Building field) I get an error in the reflection attempt. If I remove the _Building field it serializes fine. I tried renaming Building._Name to Building._BName ...
MSK -
17 Apr 2007 3:28 PM - 2 messages
Hi, I am a newbie to .NET/Networking if I develop a project in 1. VB.NET + SQL server database 2. ASP.NET + SQL server database 3. .NET ( vb or asp) + Access database Which one is advisable, in terms of hardware, security, cost...? ...
Luciano -
17 Apr 2007 2:56 PM - 2 messages
Hi to all, I have a lot of windows XP 64 OEM wkts and I want to install Windows XP Pro on this wkts. Did the license of XP 64 cover this downgrade? Should I reinstall all the system without bought any licence of XP Pro? ...
PSN -
17 Apr 2007 2:55 PM - 2 messages
Hi all, I have a VC++ project built in VS6.0. I now want to migrate the project to .NET with Visual studio 2003. The only reason being the availability of the function "_strtoi64" in .NET which has a critical ...
lemanp -
17 Apr 2007 2:18 PM - 2 messages
Hello, I've installed VS2005 and VBS6, and when I launch VBS6 VB2005 installs many components at every starts ... (20Minutes at least). Does anyone knows why and how to bypass it? Regards, Peter. ...
Allen Maki -
17 Apr 2007 2:53 AM - 3 messages
Hi Everybody, I am new to Famework Programming and I need your help. In Visual C++ .NET Forms. Labels. If I want to add XXXX to the label, I can do that through the "Text" property in the property editor. But I want to add the XXXX during run ...
Dick C -
16 Apr 2007 9:16 PM - 2 messages
I have typed in lots of notes on each power point screen. And when I use my projector to display the presentation all my notes are observable. There must be some way to keep my notes hidden from the viewers and only observable ...
supportdev -
16 Apr 2007 12:42 PM - 8 messages
Hi, Is it possible in visual studio 2005 at design time to link a control on Form 1 to another control on Form 2. Regards Charles Mifsud Shireburn Software Ltd. ...
pickedaname -
16 Apr 2007 10:32 AM - 4 messages
Hi, I am trying to establish a telnet session to do screen scraping. This device returns some custom escape sequences, which I can ignore, and some standard escape seq's. At your suggestion, I used Ethereal and netcap.exe. On ...
VB -
16 Apr 2007 10:30 AM - 2 messages
iTechArt Group - Custom Software Development and Offshore outsourcing Company [link] Offshore custom software development company iTechArt - Web site and Content Management Solutions development, CMS consulting: Ektron, Drupal and DotNetNuke iTechArt Group provides high quality custom software development ...
Perecli Manole -
16 Apr 2007 9:17 AM - 2 messages
Is there a way to reflect the events in a class that are declared as "Friend"? Dim objEventDescriptors As EventDescriptorCollection = TypeDescriptor.GetEvents(Me, New Attribute() {New ScriptEventAttribute(True)}) For Each objEventDesc As EventDescriptor In objEventDescriptors 'do stuff ...
tom -
16 Apr 2007 8:26 AM - 2 messages
Hi, I would like to create a script (.bat file) so that I can right-click on a ..sln file and have the extra option "Build" in the menu so that I can execute a build without opening the solution in visual studio. ...
Judy -
16 Apr 2007 4:46 AM - 2 messages
My free subscription has expired and I want to change AV protection for a new Dell computer with Vista (which is driving me nuts). Do I uninstall McAfee Security Center prior to installing a new AV? Anything I need to know firs? ...
Allen Maki -
15 Apr 2007 8:48 PM - 3 messages
Hi everybody, I need help. I want to print the current time on the screen. After research I managed to run the codes below in regular C++. But I could not make it to run in .NET Framework environment. Can anybody tell me how to make these codes to work ...
Alan Mailer -
15 Apr 2007 8:47 PM - 2 messages
Ok, I'm pretty new to VB.Net, so please bear with me. Imagine the Load event of one of my forms includes the following: Dim ctrl as Control Dim txtbox As TextBox For Each ctrl In Me.Controls ...
gailrolfe -
15 Apr 2007 8:12 PM - 2 messages
I have read all the posted discussions about the screensavers not working after installing a wireless optical mouse and keyboard. I installed the above "fix" from the Microsoft web site and nothing has changed. I am hesitant to use the "workarounds" because I don't understand what I'm really ...
|
|||||||||||||||||||||||