473,545 Members | 1,747 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

.NET Framework Forum

Microsoft . NET Framework - Ask questions about Windows Communication Foundation(WCF), Windows Workflow Foundation(WF), applications (web, server, smart clients, console and database).
2
369
thread by: jusovsky | last post Nov 22 '05 by: Tian Min Huang
I'm using an Adobe COM object and most of the classes aren't exposed - just the interfaces. This has made development with C# a pain in the ass since I can't just use the new keyword- I have to initialize the variables (of the interface type) to the value of a corresponding object existing within the COM object. I don't like this and I'm sure...
0
306
thread by: Dany | last post Nov 22 '05 by: Dany
Hi, everybody: How can I establish a connection using my modem in .NET? I want my application to initialize the modem, place a call and prepare all of the settings needed to create a TCP Socket and begin a normal communication; I mean, I want to automatically initialize
1
291
thread by: gnat | last post Nov 22 '05 by: Craig
Hello microsoft.public.dotnet.languages.csharp, I have run into a problem (for the second time now). I have been able to use the designer to put together a gui, but now it seems that the compiler won't listen to the designer and does not take new changes into account. The first time i ran into this i worked around it by re-doing the gui,...
0
306
thread by: Nathan Baulch | last post Nov 22 '05 by: Nathan Baulch
I have an XML file that my application reads at runtime: <form> <control clsid="B5ECA9DC-879F-40BC-9298-3E399E099C0B"> <name>btnGO</name> <top>10</top> <left>10</left> <myint>273</myint> <mystring>Hello world</mystring> <mydate>01/01/2001</mydate>
0
1,084
thread by: Charles A. Lackman | last post Nov 22 '05 by: Charles A. Lackman
Hello, I am having a difficult time trying to get the ListView to Inset an new item at a particular index (Using Small or Large Icons). The following is an example: Private Sub Button2_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button2.Click ListView2.Items.Add(New ListViewItem("1", 0))...
0
276
thread by: Rosalind Chen | last post Nov 22 '05 by: Rosalind Chen
Hi, All A similiar message was posted on another newgroup last week. I am still working on this issue. If anyone have any information, I greatly appreciate it. I have built a smart device application by VB in Visual Studio .NET and I want to download this application to a SH3 device that is running WinCE 4.2 with .NET Compact framework....
3
3,538
thread by: Harman Sahni | last post Nov 22 '05 by: Norman Yuan
As per this URL http://msdn.microsoft.com/library/en-us/vjref98/html/14_14.asp?frame=true conitnue works on for, while, do... I know it works for foreach as well as I'm using it somewhere. My question is how do I "continue" (jump an iteration) of an outermost loop from an inner loop. So I have something like this:
0
923
thread by: Jaclyn Barrett | last post Nov 22 '05 by: Jaclyn Barrett
Since you can't use float values in a textbox, what DO you do to show float result in a textbox? Is there another thing I can do?
0
243
thread by: JMcD | last post Nov 22 '05 by: JMcD
Hi I have a DataGrid with an ImageButton column. When I click on an imagebutton I get a postback but it doesn't run the OnImgBtnClick method. I can actually comment out the line where I add this Click event to the ImageButton Column and it makes no difference, I still get a postback. This is driving me crazy...something seems to be causing...
5
302
thread by: Darren Clark | last post Nov 22 '05 by: .NETgeek
Can any recommend a good .net hosting company? I am after a good price for a company website... need about 200meg + space.. good transfers.. sql db with 50meg.. any suggestions?
1
331
thread by: Dan Thompson | last post Nov 22 '05 by: Klaus H. Probst
I am developing a class that inherits the Event Log Class. I want to make the EventLogEntryType enum available as part of the same namespace as the class I am writing but I don't think I can inherit from an enum. Any way to make this happen so that the client doesn't have to use the System.Diagnostics namespace?
1
454
thread by: Darren Clark | last post Nov 22 '05 by: Darren Clark
I need to be able to send through 2 peices of infomraiton in the commandArgument property of a image button... <asp:imagebutton CommandArgument='<%# DataBinder.Eval(Container,"DataItem."+ JR.Core.Data.JobseekerData.FLD_SEARCH_ID) %>_<%# DataBinder.Eval(Container,"DataItem."+JR.Core.Data.JobseekerData.FLD_SEARCH_ PROFILE_ID ) %>'...
0
285
thread by: Baskar RajaSekharan | last post Nov 22 '05 by: Baskar RajaSekharan
Hi, Please clarifiy My doubt. I want to convert the component from vc6 to Vc7 through programaticllay. ie converting from .dsw to .sln. While converting, the following MessageBox is comming , " The project Needs to be Converted to the visual C++ 7.0project format? Do you want to convert? Yes, No, Yest To All. NoToAll.
2
217
thread by: Mr. B | last post Nov 22 '05 by: Mr. B
In my app, I get the info/data that I want from an Access data base (ADO.net). And I display the data in a DataGrid for editing. The information displayed is 1 to 7 lines depending upon the info. What I want to do is to change some text, globally, that is in the 'thrid' column ("description") with new text that is typed in a Textbox by the...
5
233
thread by: wadeh | last post Nov 22 '05 by: Cor
Hi Is it possible to install the dotnet WebControls on v1.1?
1
279
thread by: Varun | last post Nov 22 '05 by: Cor
What is the use of trace utility What is different between User Control and Web Control and Custom Control? New features of Framework 1.1 ? Can any one help me out in answering my questions? Thank you in advance Varun
4
2,975
thread by: HomeyDaClown | last post Nov 22 '05 by: William Cronkhite
I'm new to the VB.net world and have been reading alot of books and threw newsgroups Is it even posable to save user input from a form to a data grid. I could just edit the data gri but would prefer useing the user form to import the data Any help would be greatly appreciated Thanks Homey
2
432
thread by: David Lindgren | last post Nov 22 '05 by: David Lindgren
Hello. I am trying to figure out a way to determine if the user has resetted the system clock between two times of running my application. One idea I have is that I could check the modified date of a system file which I "know" is changed regulary (every day) and compare that to the current time. If the modified date is later than current...
21
1,081
thread by: Travis 'Bailo' Bickel | last post Nov 22 '05 by: Stu Smith
Lately, I have been having a bear of a time trying to acquire a Linux driver for my S3/ProSavage chipset -- but that quest is now almost at an end as I have located a noble band of people who are pushing the envelop with S3 and Savage chipset drivers! Though my quest might sound like food for trolls to mock Linux -- hear me out. I think I...
1
277
thread by: Bar Elimelech | last post Nov 22 '05 by: Tryster
Hi, I'm trying to encode a string in a windows service that should be past to a asp.net web application in the querystring. I know that in order to do it in asp.net I should use the Server.HtmlEncode from the system.web namespace but I can't find a way to do it in a windows service or windows application. Any ideas how can I do it?
1
284
thread by: | last post Nov 22 '05 by: Jeffrey Tan[MSFT]
Hi, I was trying to serialize a type that has a SortedList in it and I get the following innerexception. {"The type System.Collections.SortedList is not supported because it implements IDictionary." } Why can this not be serialized, this means I have to start packing my type into another momento type for serialization. Time wasted.
0
343
thread by: Markus Armbruckner | last post Nov 22 '05 by: Markus Armbruckner
Hi is there a possibility to override the standard shared assembly binding where the CLR binds to an assembly if found in the GAC. I want to make the CLR first prob my local directory before looking in the GAC. But the assemblies I use are strong named assemblies Can anybody help me Than
1
290
thread by: sivarman dasd | last post Nov 22 '05 by: sumathi
Hi, I have used Javascript to a page, and i have opened another child form. Now i need to close the child page from the parent page. how do i do it?? Help me...!! Thanks *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!
1
320
thread by: JANEMAN | last post Nov 22 '05 by: Tryster
Hi guyz. I am using DirectoryInfo to get the list of files from 1 directory and then display it in grid. I am using ASP.NET with VB.NET code behind. But I have to pick 2 different kind of files and leave rest alone. The following code doesn't seem to be working. Where is the wrong syntex..?
0
224
thread by: Varun | last post Nov 22 '05 by: Varun
What is the use of trace utility New features of Framework 1.1 ? Can any one help me out in answering my questions? Thank you in advance Varun

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.