[DotNetDevelopment] c# How do I know when I have returned to a form?

2013-05-21 Thread Tom
I have an application with 2 forms: FormA and FormB. FormA has a list of part numbers and categories. If a part is uncategorized, the user can double click the part, which takes him to FormB where he can choose a category for that part. After the user categorizes the part in FormB, FormB clo

[DotNetDevelopment] c# browser helper object

2013-04-05 Thread biwas
Hi all, i am trying to create a internet explorer plugin using c# and browser helper objects. i am able to get properties of web elements of a webpage but facing problem when trying to store those in a local file it will be very helpful if anyone can help me out. -- -- You received this messag

[DotNetDevelopment] C#.net

2012-11-08 Thread raj kumar
Hi to all, I have xml file,that file(xml) convert to class file using .NET Configuration Code Generator editor but now i add the class file in my project but compile the project i get three error . 1.The type or namespace name 'AppSettingsElement' could not be found (are you missing a using dire

[DotNetDevelopment] C# Conversion To VB.NET

2012-04-12 Thread Mike Fry
Hi All, Can anyone provide an _exact_ VB.NET equivalent of this C# function? The web-based conversion tools don't seem to handle the "where T : class, new()" part correctly - they ignore it. public IEnumerable Read(StreamReader stream) where T : class, new() { ... } -- Regards, Mike Fry Joha

[DotNetDevelopment] C# Windows Installer

2012-03-29 Thread vinod kumar
Hi friends currently i m developing a billing software in c#(desktop). I want to create an installer for this. but the requirement is that it should install only in one computer, no other computer support installing this s/w again. there are few app like tutor cd in the market that wont allow us

[DotNetDevelopment] C#,.NET 4.0,jQuery,JSON,ExtJS/Project coordinator

2012-03-08 Thread Arvind
Hi, Greetings!!! We have a position for our client. Project coordinator Location: Los Angeles, CA Contract: 6+months Note: Offshore coordination experience is must Requirements B.S. degree in Computer Science or related field (Masters Degree is preferred) 5 years of application developme

[DotNetDevelopment] C# DLL, non .NET clients, ESP errors

2012-03-05 Thread dev
I'm sure this has probably been asked before I have rewritten a COM DLL into C#, with a number of interface functions, and a number of events that can be fired back to the client(s). I can call it from a VB (6) client without problems. However, when I try to use a C++ client (still visual stud

Re: [DotNetDevelopment] c# and FileSystemWatcher

2012-01-03 Thread Lightrain
Hi, I think you may need add file watch again to your file when it changed. or you need watch on the folder. rad 编写: >hi, > >i have problem with FileSystemWatcher in my appliaction. When I set >FileSystemWatcher for a directory, everything goes ok after first >change/acces to a specifed file

Re: [DotNetDevelopment] c# and FileSystemWatcher

2012-01-03 Thread 方何
could you post your code? i think maybe there are some wrongs in you code! 2011/12/27 rad > hi, > > i have problem with FileSystemWatcher in my appliaction. When I set > FileSystemWatcher for a directory, everything goes ok after first > change/acces to a specifed file. But when I try modify the

Re: [DotNetDevelopment] c# how to catch error messages from windows

2011-12-27 Thread Michael Busch
Sorry, but where I wrote something about HTML ir aclient browser? Its, as I wrote a C# application, it shouls be possible , because I can catch other messages too, but Unfortunately I cant get this one . Best Regards Michael On Dec 23, 2011, at 3:40 AM, 方何 wrote: > you can't get the syste

[DotNetDevelopment] c# and FileSystemWatcher

2011-12-27 Thread rad
hi, i have problem with FileSystemWatcher in my appliaction. When I set FileSystemWatcher for a directory, everything goes ok after first change/acces to a specifed file. But when I try modify the same file second time (3rd, 4th...) FileSystemWatcher won't fire an event. Only first change!!! I nee

Re: [DotNetDevelopment] c# how to catch error messages from windows

2011-12-23 Thread 方何
you can't get the system messages when you only a html page runing in client's browser 2011/12/20, Michael Busch : > Hi Guys. > > > I have a question which I have to explain, hopefully somebody can help. > > C#, target system OS: windows xp embedded > > Problem: > Sometimes windows shows messages

[DotNetDevelopment] c# how to catch error messages from windows

2011-12-23 Thread Michael Busch
Hi Guys. I have a question which I have to explain, hopefully somebody can help. C#, target system OS: windows xp embedded Problem: Sometimes windows shows messages and error messages. Sometimes windows is telling me that he found new hardware or maybe I am low on virtual memory. Of course I wo

Re: [DotNetDevelopment] c#

2011-10-24 Thread praveen singh
first tell what you know On Wed, Oct 19, 2011 at 12:38 PM, sarang wrote: > hi friends > anyone wants to share programming knowledge with me so that we can > improve ourselve > > -- > You received this message because you are subscribed to the Google > Groups "DotNetDevelopment, VB.NET

Re: [DotNetDevelopment] c#

2011-10-23 Thread saalim shaikh
i want to share On Sat, Oct 22, 2011 at 5:38 AM, sarang chaudhari wrote: > hi friends > > here we are going to share some knowledge of c sharp programing for > the software development so if anyone interested to please login and > chat with me as per my knowledge we all are the beginner of > prog

Re: [DotNetDevelopment] c#

2011-10-23 Thread Kinjal Joshi
hi..i am also interested. On Sat, Oct 22, 2011 at 5:38 AM, sarang chaudhari wrote: > hi friends > > here we are going to share some knowledge of c sharp programing for > the software development so if anyone interested to please login and > chat with me as per my knowledge we

Re: [DotNetDevelopment] c#

2011-10-21 Thread sarang chaudhari
hi friends here we are going to share some knowledge of c sharp programing for the software development so if anyone interested to please login and chat with me as per my knowledge we all are the beginner of programming On Thu, Oct 20, 2011 at 7:51 PM, Parthapratim Bora wrote: > > > On Wed, Oct

Re: [DotNetDevelopment] c#

2011-10-20 Thread Parthapratim Bora
On Wed, Oct 19, 2011 at 12:38 PM, sarang wrote: > hi friends > anyone wants to share programming knowledge with me so that we can > improve ourselve > > I am interested > -- > You received this message because you are subscribed to the Google > Groups "DotNetDevelopment, VB.NET ,

[DotNetDevelopment] c#

2011-10-19 Thread sarang
hi friends anyone wants to share programming knowledge with me so that we can improve ourselve -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, sen

[DotNetDevelopment] C# newbie questions

2011-09-26 Thread dk
Hi, I am working my way through a on-line C# course. I have missed something fundamental though. I hope that you can clue me in. The on-line course is using C# .Net 1.0. As part of the class I am to create a "regular" app and a web based version of the same app. I created the regular app in a

[DotNetDevelopment] C# Silverlight - Declare COM objects

2011-09-18 Thread gbr
Is there a way to instantiate COM objects in silverlight so I can access the methods in here? The COM object are located in a DLL. I have a OOB silverlight application with elevated rights turned on. I have tried the AutomationFactory and I have successfully grabbed hold of the DLL that way. But pe

[DotNetDevelopment] C# Winforms w/Sybase

2011-08-09 Thread ram dev
Hi, Hope you are doing great! My Name is Ramdev; I am with Techgene Solutions. We have the following opportunity for you. Please review the detail job description and get back to me ASAP. F2F required Job Title : C# Winforms w/Sybase Job Location : Jersey City, NJ Position Type : long-term Cont

Re: [DotNetDevelopment] c# vs2010 SqlCeCommand insert doesn't work

2011-07-14 Thread ravindra kumar
in your code everything looks fine.try to check user permission . On Wed, Jul 13, 2011 at 5:37 PM, Tino wrote: > Here is code: > > conn.Open(); > SqlCeCommand cmd = new SqlCeCommand("INSERT INTO tbl (no, col1, col2, > col3) VALUES ('10', 'something', '12/27/2012 04:21', 'someth')", > conn); > cm

Re: [DotNetDevelopment] c# vs2010 SqlCeCommand insert doesn't work

2011-07-14 Thread Stephen Russell
On Wed, Jul 13, 2011 at 7:07 AM, Tino wrote: > Here is code: > > conn.Open(); > SqlCeCommand cmd = new SqlCeCommand("INSERT INTO tbl (no, col1, col2, > col3) VALUES ('10', 'something', '12/27/2012 04:21', 'someth')", > conn); > cmd.ExecuteNonQuery(); > conn.Close(); > > problem is that this just d

[DotNetDevelopment] c# vs2010 SqlCeCommand insert doesn't work

2011-07-14 Thread Tino
Here is code: conn.Open(); SqlCeCommand cmd = new SqlCeCommand("INSERT INTO tbl (no, col1, col2, col3) VALUES ('10', 'something', '12/27/2012 04:21', 'someth')", conn); cmd.ExecuteNonQuery(); conn.Close(); problem is that this just doesn't work. It does't show any error message but no data is ins

Re: [DotNetDevelopment] C# Program wont run on new machine

2011-06-08 Thread Green
No .Net bootstrap. Green Lamar website: http://greenproduc.web122.discountasp.net Email: greenlamar3...@yahoo.com -OR- Text-Message: 214-442-3786 --- On Tue, 6/7/11, Stephen Russell wrote: From: Stephen Russell Subject: Re: [DotNetDevelopment] C# Program wont run on new machine To

[DotNetDevelopment] C# Active Directory Programming

2011-06-08 Thread Booter
Hello All, I am trying to create a little C# program that will read in a list of users and remove them from a particular group. I can read in the users just fine and my code will run to the point where it appears that the user will be removed but when I try to commit the changes I get an error an

Re: [DotNetDevelopment] C# Program wont run on new machine

2011-06-07 Thread Stephen Russell
On Mon, Jun 6, 2011 at 3:24 PM, Green wrote: > Some parts of it work while others dont. Like some of the database forms > dont work, and the autoscroll isnt working on the new system. Note that the > new system doesnt have Access installed, but that shouldnt be necessary, > right? > It's fully

Re: [DotNetDevelopment] C# Program wont run on new machine

2011-06-06 Thread Green
reen Lamar website: http://greenproduc.web122.discountasp.net Email: greenlamar3...@yahoo.com -OR- Text-Message: 214-442-3786 Stalk the Grizzily Feed the Sharks. --- On Sat, 6/4/11, jason white wrote: From: jason white Subject: Re: [DotNetDevelopment] C# Program wont run on new

Re: [DotNetDevelopment] C# Program wont run on new machine

2011-06-05 Thread ravilla srinubabu
*Take all Folder project and execute it on another computer.* *Or* *Create one more project and import all files into that and try to execute it.* * * -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web S

Re: [DotNetDevelopment] C# Program wont run on new machine

2011-06-05 Thread Manikandan T
Hi , What is the error message you are gettings... Please post the screen shot... -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to d

Re: [DotNetDevelopment] C# Program wont run on new machine

2011-06-05 Thread Man Vuong Ha Thanh
So, what happen with it? Is there any error message? On Sat, Jun 4, 2011 at 2:29 AM, Green wrote: > Hi, > > I have a program C# (Green10) that runs fine on most every computer > I've tried it on. But it doesnt run properly on a new computer I got. > I've downloaded and installed the .NET framew

Re: [DotNetDevelopment] C# Program wont run on new machine

2011-06-05 Thread jason white
What errors are you getting? On Jun 4, 2011 8:21 AM, "Green" wrote: > > Hi, > > I have a program C# (Green10) that runs fine on most every computer > I've tried it on. But it doesnt run properly on a new computer I got. > I've downloaded and installed the .NET frameworks. > Any ideas what else i

[DotNetDevelopment] C# Program wont run on new machine

2011-06-04 Thread Green
Hi, I have a program C# (Green10) that runs fine on most every computer I've tried it on. But it doesnt run properly on a new computer I got. I've downloaded and installed the .NET frameworks. Any ideas what else it could be? Thanks, Sebastian Green Lamar greenlamar3...@yahoo.com www.GreenProdu

[DotNetDevelopment] C# .NET 4.0 Basic and Digest Authentication for Web Browser Control

2011-05-30 Thread TonyWecker
Hi, I´d like to implement Basic and Digest authentication for a webbrowser control in my application. For Basic authentication i´ve already found a solution, which uses an additional header: string hdr = "Authorization: BASIC " + Convert.ToBase64String(Encoding.ASCII.GetBytes(uname + ":" + pwd))

[DotNetDevelopment] C# 2005/2008 reference to VB6 objects

2011-05-17 Thread gregarican
Okay, long story I'll try to make short. Our company has a legacy VB6 app running on Citrix. There apparently is some quirkiness in how it handles the Printers collection for the logged on Citrix user. I don't have the source code for the legacy VB6 app but am trying to push the issue with their te

Re: [DotNetDevelopment] C#.NET Question - .Please Help.... LoadDataSet Does Not Generate XML Data

2011-05-04 Thread Stephen Russell
On Tue, May 3, 2011 at 7:33 PM, Jason wrote: > I have been searching the web but cannot seem to find an answer to > this question.  I'm hoping that someone here can help me with this... > Thanks in advance... > > I have the following snippet of code: > > ---

Re: [DotNetDevelopment] C#.NET Question - .Please Help.... LoadDataSet Does Not Generate XML Data

2011-05-03 Thread Jamie Fraser
Why would you want an node if there wasn't an address? Sounds like your schema is at fault, rather than the code you posted. On Wed, May 4, 2011 at 1:33 AM, Jason wrote: > I have been searching the web but cannot seem to find an answer to > this question. I'm hoping that someone here can help

[DotNetDevelopment] C#.NET Question - .Please Help.... LoadDataSet Does Not Generate XML Data

2011-05-03 Thread Jason
I have been searching the web but cannot seem to find an answer to this question. I'm hoping that someone here can help me with this... Thanks in advance... I have the following snippet of code: --- strCompany =

Re: [DotNetDevelopment] C# newcomer from c++, interfaces and stuff....

2011-04-03 Thread Ali AlMahari
I don't know if this is the correct way , but may be it is helpful class File { } class TextFile : File { public void Process () { } } class IniFile : File { public void Process () { } } -- File myFile = new TextFile ( "filename.txt"); myFile.Process (); -- :umm: On Sa

Re: [DotNetDevelopment] C# newcomer from c++, interfaces and stuff....

2011-04-03 Thread Dexter cyclops
I think using the System.IO namespace readers will suffice -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to dotnetdevelopment@googleg

[DotNetDevelopment] C# newcomer from c++, interfaces and stuff....

2011-04-03 Thread tom.schultz
I have a question If I wanted to implements an class that can take files of different types as input i guess interfaces Like: myTextFile = MyFileHost.RequestDocument( ITextFile("test.txt")); myIniFile = MyFileHost.RequestDocument( IIniFile("test.ini")); myTextFile.ReadLine(...); myInifil

Re: [DotNetDevelopment] C#.NET GUI interface - using a browserinstead of a custom "form"

2011-03-16 Thread Jamie Fraser
@googlegroups.com Subject: Re: [DotNetDevelopment] C#.NET GUI interface - using a browser instead of a custom "form" Hi guys, thanks for your insight. If things are tending towards WPF I may as well throw the work into that - it will be a rich app with continuously updated graphs etc.

Re: [DotNetDevelopment] C#.NET GUI interface - using a browser instead of a custom "form"

2011-03-16 Thread Aaron
Hi guys, thanks for your insight. If things are tending towards WPF I may as well throw the work into that - it will be a rich app with continuously updated graphs etc. A -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET

Re: [DotNetDevelopment] C#.NET GUI interface - using a browser instead of a custom "form"

2011-03-16 Thread Jamie Fraser
You have various options - WPF app (which can be hosted in a browser or standalone), Silverlight (basically a subset of a WPF browser hosted app), webforms (or ASP.Net MVC), and then Windows Forms. I believe most winforms stuff is slowly making its way to WPF. If you are new to .Net, then there is

[DotNetDevelopment] C#.NET GUI interface - using a browser instead of a custom "form"

2011-03-16 Thread Aaron
Hi guys, I'm working with a group of two other people and each of us are very new to .net. We've got a coding "goal" and it's fallen to me to design the GUI for the code. I am more familiar with web design than I am with (for example) winforms (http://windowsclient.net/) so I was wondering if i

[DotNetDevelopment] C# WCF DataMember xs:restrictions, minLength maxLength and length are ignored

2010-12-02 Thread Gyldor
Hi all, I'm developing a web service and I need to put some restrictions on some elements which I have implemented as DataMembers. C# : private string _username; [DataMember(IsRequired = true, Order = 0, Name = "Username")] public string Username { get { return _username;

[DotNetDevelopment] C# WCF DataMember xs:restrictions, minLength maxLength and length are ignored

2010-12-02 Thread Gyldor
Hi all, I'm developing a C# WCF web service in which I need to put some length restrictions on some elements. Accoring to MSDN http://msdn.microsoft.com/en-us/library/ms733112.aspx maxLength, minLength and length etc are ignored. My code looks like this: C#: [DataContract(Name = "ServiceCrede

Re: [DotNetDevelopment] C++ to java

2010-11-23 Thread Deepak Ganer
Dear Abhijit We can convert C++ program to JAVA Programs Thanks Deepak On Fri, Nov 19, 2010 at 12:17 PM, Abhijit Wadke wrote: > ya i also dont know any programme like this. > > > Rz, > Abhijit Wadke > 8956510179 > > On 17/11/2010, manish mhatre wrote: > > Its right m also dont know there is

Re: [DotNetDevelopment] C++ to java

2010-11-21 Thread Abhijit Wadke
ya i also dont know any programme like this. Rz, Abhijit Wadke 8956510179 On 17/11/2010, manish mhatre wrote: > Its right m also dont know there is any to convert c++ direct into java > and i think if ur friendy with c++ then u can manage to write programme into > java > > > > On Wed, Nov 17, 2

Re: [DotNetDevelopment] C++ to java

2010-11-18 Thread manish mhatre
Its right m also dont know there is any to convert c++ direct into java and i think if ur friendy with c++ then u can manage to write programme into java On Wed, Nov 17, 2010 at 10:23 PM, Jamie Fraser wrote: > What?! > > Java or JavaScript? > > And no, I don't think there is a program to conver

Re: [DotNetDevelopment] C++ to java

2010-11-17 Thread Jamie Fraser
What?! Java or JavaScript? And no, I don't think there is a program to convert C++ to Java or C++ to JavaScript! On Wed, Nov 17, 2010 at 11:44 AM, Sandeep wrote: > I know programming in C++ but really much far away from java. Is there > any tool which can convert a C++ program directly to a jav

Re: [DotNetDevelopment] C++ in batch files

2010-11-17 Thread ѕняєє мα∂α
hello, simply create .exe (excutatble file) of c,c++ program then write the exe file name in batch file. Thanks & Regards, Shrinivas Mada, On Mon, Nov 15, 2010 at 11:41 AM, manish mhatre wrote: > http://www.techiwarehouse.com/cms/engine.php?page_id=e1241093 > > You can get

[DotNetDevelopment] C++ to java

2010-11-17 Thread Sandeep
I know programming in C++ but really much far away from java. Is there any tool which can convert a C++ program directly to a javascript so that I can use it in web designing? Thanks

Re: [DotNetDevelopment] C++ in batch files

2010-11-16 Thread Deepak Ganer
Dear Sandeep, Create a batch file in DOS as Below 1) copy con simple.bat -> then press enter and write below command "Noah Roberts" <> wrote in message news:blvold$q27$... 2) and press F6 button 3) if u want to execute this file juct type file name i.e simple and press enter it wil work Thanks

Re: [DotNetDevelopment] C++ in batch files

2010-11-16 Thread manish mhatre
http://www.techiwarehouse.com/cms/engine.php?page_id=e1241093 You can get all the batch commands over it On Sat, Nov 13, 2010 at 1:35 PM, Sandeep wrote: > Can we add C++ commands in batch files??If we can ,then how to?? > And can anyone provide me all the batch file commands?(DOS) -- Regard

Re: [DotNetDevelopment] C++ in batch files

2010-11-15 Thread Arsalan Tamiz
No you cannot add C++ commands in batch file. I suggest you should learn more about OS, Compilers, Languages and Programming first. On top of that you should also learn how to search on Google, because your next question about batch file commands can be found easily. http://www.google.com/search?

[DotNetDevelopment] C++ in batch files

2010-11-14 Thread Sandeep
Can we add C++ commands in batch files??If we can ,then how to?? And can anyone provide me all the batch file commands?(DOS)

Re: [DotNetDevelopment] C# performance of a multiline textbox

2010-11-14 Thread It's time to do something
Thank you, I understand that when handling with long strings for many times, it's the best choice if we use StringBuilder, but when handling with short strings for several repeats, I think, we can use simple operations directly on these strings instead. Thank you again, I'm very glad when someone r

Re: [DotNetDevelopment] C# performance of a multiline textbox

2010-11-11 Thread Arsalan Tamiz
Actually in .net strings are immutable, which means once the string variable is created you cannot change its value. So if we are thinking that += is actually adding some more bytes to the current string is actually a "wrong thinking". What happens is that a new string variable is created and then

Re: [DotNetDevelopment] C# performance of a multiline textbox

2010-11-11 Thread It's time to do something
Why textBox1.text += sometext is a very bad idea ? Even when "sometext" here is very short? What is the difference to textBox1.AppendText(...) ?

Re: [DotNetDevelopment] C# performance of a multiline textbox

2010-11-10 Thread Arsalan Tamiz
I think (as far as I remember) the simple TextBox control is a "simple" control which should be used for simple purpose. Maybe the RichTextBox control is a better solution. Anyway here are some recommendations, Do NOT put "large text" in the TextBox in one go, this will hang your UI a little bit.

[DotNetDevelopment] C# performance of a multiline textbox

2010-11-10 Thread Michael Busch
Hi Guys. I have a problem, hopefully you can help me. I am working with automation software and on my HMI software I have a small performance problem. Sometimes it is possible to show the code of a control program, what it (sometimes) about 145,000 lines (or more). It comes out of the control as

Re: [DotNetDevelopment] C# to VB translation, Please.

2010-09-02 Thread Itish Nigam
Private Sub QueryAppIsDefault(<[In], MarshalAs(UnmanagedType.LPWStr)> pszQuery As String, <[In]> atQueryType As ASSOCIATIONTYPE, <[In]> alQueryLevel As ASSOCIATIONLEVEL, <[In], MarshalAs(UnmanagedType.LPWStr)> pszAppRegistryName As String, pfDefault As Boolean) End Sub Thanks and regards, Itish

[DotNetDevelopment] C# to VB translation, Please.

2010-09-01 Thread Mike Fry
Can someone help me with the translation of the following C# definition. void QueryAppIsDefault( [In, MarshalAs(UnmanagedType.LPWStr)] string pszQuery, [In] ASSOCIATIONTYPE atQueryType, [In] ASSOCIATIONLEVEL alQueryLevel, [In, MarshalAs(Unm

[DotNetDevelopment] C# program not waiting for user input

2010-07-25 Thread Ryan Payton
Here is my pastebin code: http://pastebin.com/CTzXjh3x The first readline waits for the user input just fine, the second one gets skipped over.

[DotNetDevelopment] [C#] How to capture mouse wheel clicks inside a webbrowser component

2010-07-16 Thread Antony
Hello everybody, I hope somebody can help me. That's my problem: i want to capture the mouse wheel pressure in a webbrowser component and activate the exit function. I've written some code below; in this code the exit procedure is generated by the pressure of the X keyboard button and i want this p

Re: [DotNetDevelopment] C# with several DB technologies

2010-07-15 Thread Stephen Russell
On Wed, Jul 14, 2010 at 10:21 PM, Rodrigo Sartori Jarouche wrote: >  Hi Folks, > >  I have to develop a C# app using various DB technologies (SqlServer, > Oracle,mysql, IBM informix …), but these have lots of differences in the SQL > sintax. Without a framework I must deal with the differences , w

[DotNetDevelopment] C# with several DB technologies

2010-07-15 Thread Rodrigo Sartori Jarouche
Hi Folks, I have to develop a C# app using various DB technologies (SqlServer, Oracle,mysql, IBM informix .), but these have lots of differences in the SQL sintax. Without a framework I must deal with the differences , writing new SQL statements To make my work easier I'm thinking of using t

[DotNetDevelopment] c# wow6432node registry interaction using advapi.dll

2010-06-16 Thread Chris McClintock
Hi, I am having problems with RegDeleteKeyEx function available in advapi.dll on Win7 64bit and c# - basically i am trying to delete a value from HKLM\Software\Wow6432Node\Test but cannot figure out why I am getting error_success=2 (file not found I believe) when it should be 0 and the reg value no

[DotNetDevelopment] C# Regular Expression

2010-06-16 Thread The87Boy
I am using C# Regular Expression to parse some numbers, but I can't find the problem in my Regular Expression as it accepts "-2," but it should not My Regular Expression is @"([+|-]?)(\d*)([\.|,]?)(\d+)" Can everybody tell me how to correct this problem?

[DotNetDevelopment] C# Geometry / Trigonometry Question

2010-06-08 Thread Michael
How do I get the coordinates for inflating points of a polygon away from a center point? based on the PointX PointY and CentroidPointX CentroidPointY what is the formula to get the new points? Inflate by 1 PointX = -20 PointY = -37 CentroidPointX = -2; CentroidPointY = 3; What is? Inflated

Re: [DotNetDevelopment] C# - Combo box. Different Text to Value?

2010-03-09 Thread Vaibhav Goel
Hello Dear, Follow the following steps to get the desirable result. 1) Create a dataset with two column ID and Desc 2) now set the valuemember property of combo box with id and display member property with desc. i.e combobox1.Displaymember = "ID" ( case Sensitive) Combobox1.valuemember = "D

Re: [DotNetDevelopment] C# - Combo box. Different Text to Value?

2010-03-08 Thread ruchita sharma
selected index will give u only the id no. that is taken in combo as a control i mean if u write combobox1.selectedindex then u will get 1 then 2 then 3 not 1and 2 and 52 so if u want 1 n 2 and 52 then bind the value field with this ID and write combobox1.text to assign the values of combobox to w

Re: [DotNetDevelopment] C# - Combo box. Different Text to Value?

2010-03-05 Thread vino pahamutang
quite simple...in your code for your combo box the ID goes to value and the Desc goes to the selection items... On Thu, Mar 4, 2010 at 12:40 PM, 50cal wrote: > Hey all, > > I'm trying to achieve the following: > > Example Data > > 1 - "This is number one" > 2 - "

Re: [DotNetDevelopment] c# difference between destructor and finalizer

2010-03-05 Thread Jamie Fraser
A destructor fires when the program frees an object. A finalizer fires when the GC frees the object. In general, leave the finalizer alone. On Thu, Mar 4, 2010 at 5:34 AM, Sue wrote: > Hi, > > I am new to c#. Can anyone tell me what's the difference in C# between > destructor and finalizer? Th

Re: [DotNetDevelopment] C# - Combo box. Different Text to Value?

2010-03-05 Thread Arsalan Tamiz
Somewhat confusing. Which property of ComboBox you are using to return back the Value? SelectedIndex? If Yes try using SelectedValue P.S. Assuming you have done proper Data binding. On Fri, Mar 5, 2010 at 1:40 AM, 50cal wrote: > Hey all, > > I'm trying to achieve the following: > > Example

[DotNetDevelopment] C# - Combo box. Different Text to Value?

2010-03-04 Thread 50cal
Hey all, I'm trying to achieve the following: Example Data 1 - "This is number one" 2 - "This is number two" 52 - "this is number three" So as you can see the ID does not always resemble the data, I.E 52 is the third item in the list not the 52nd. I wa

[DotNetDevelopment] c# difference between destructor and finalizer

2010-03-04 Thread Sue
Hi, I am new to c#. Can anyone tell me what's the difference in C# between destructor and finalizer? Thanks.

Re: [DotNetDevelopment] C# Directory.Exists from Server

2010-02-19 Thread Jamie Fraser
The problem you have is that the code isn't actually doing anything - you are impersonating the user that IIS is already using by WindowsIdentity.GetCurrent(); You need to impersonate a user who has permissions on the directory. On Thu, Feb 18, 2010 at 7:30 PM, Aaron wrote: > I'm working on an

[DotNetDevelopment] C# Directory.Exists from Server

2010-02-18 Thread Aaron
I'm working on an application and I need to determine if a directory exists or not. I'm using the statements below: // strTempServerPath = folder path in the form of "\\servername\folder \" if (Directory.Exists(strTempServerPath)) { ... } It works fine on my local machine but when I deploy to ou

[DotNetDevelopment] C# CUDA.NET and XNA to take less proccess from the cpu

2010-02-14 Thread geramy baxton
Hi there would anyone here at all have any solutions for what i want or know how to take CUDA.NET and make it work with XNA i tried but man it was more confusing then trying it in C++ and just using CUDA from nvidia but i like C# and the Easy XNA lol but then agian most people like easy things but

Re: [DotNetDevelopment] C# Flex

2010-01-28 Thread Subhash Maji
Thank you Flavio i am going through this example. Subhash Maji On Mon, Jan 25, 2010 at 10:58 PM, Flavio Stakoviak wrote: > try this page from adobe: > > http://aspexamples.adobe.com/ > > there are some examples about asp.net + flex > > -- > Flavio Henrique Moura Stakoviak > DGTAF - Secretaria da

Re: [DotNetDevelopment] C# Flex

2010-01-26 Thread Flavio Stakoviak
so friend, try another look and get how xml is used... and then use it at flex. flex uses webservices easily and also xml. -- Flavio Henrique Moura Stakoviak DGTAF - Secretaria da Fazenda MCTS: .NET Framework 3.5, ASP.NET Applications On Mon, Jan 25, 2010 at 10:01 AM, Subhash Maji wrote: > No fr

Re: [DotNetDevelopment] C# Flex

2010-01-26 Thread Jamie Fraser
Why do you want to use a technology which is difficult to integrate with .NET, rather than Silverlight 3.0 which is comparable in its featureset and is designed to work with Asp.NET? On Mon, Jan 25, 2010 at 1:01 PM, Subhash Maji wrote: > No friend, i want to integrate ASP.NET with flex. > > > On

Re: [DotNetDevelopment] C# Flex

2010-01-25 Thread Jamie Fraser
I think you want Silverlight, not flex ;) On Fri, Jan 22, 2010 at 3:18 PM, Subhash Maji wrote: > Dear All, > is it possible to integrate flex with asp.net. ie. i want to design the > aspx page in flex and code behind files in c#. >  since the gui effect of flex is very astonishing.Or what i

Re: [DotNetDevelopment] c#

2010-01-24 Thread Fatima B
u r right.tnx :-) On 1/24/10, santhosh vs wrote: > > > @FB, > > Start planning and coding. This mailing list will help you , i don't think > some one will do the homework for you. > >

Re: [DotNetDevelopment] c#

2010-01-23 Thread santhosh vs
@FB, Start planning and coding. This mailing list will help you , i don't think some one will do the homework for you.

Re: [DotNetDevelopment] c#

2010-01-23 Thread Fatima B
hi.it should be a site with 3 level of access.i mean for log in to this site for example for student,manager and system.tnx On 1/21/10, Hozefa Unwala wrote: > > can u send me the details first,then i ll give u an answer to do this > project or not > > > On Wed, Jan 20, 2010 at 1:42 PM, Peter Smit

[DotNetDevelopment] C# Flex

2010-01-22 Thread Subhash Maji
Dear All, is it possible to integrate flex with asp.net. ie. i want to design the aspx page in flex and code behind files in c#. since the gui effect of flex is very astonishing.Or what i mean is i want to build GUI components which will be in flex and want to bind these components(like grid

Re: [DotNetDevelopment] c#

2010-01-22 Thread santhosh vs
Sorry am I in a wrong place ? Is this a bidding forum ? On Thu, Jan 21, 2010 at 8:42 PM, Hozefa Unwala wrote: > can u send me the details first,then i ll give u an answer to do this > project or not > > > On Wed, Jan 20, 2010 at 1:42 PM, Peter Smith wrote: > >> 2010/1/20 F B <001master...@gmail.

Re: [DotNetDevelopment] c#

2010-01-21 Thread Hozefa Unwala
can u send me the details first,then i ll give u an answer to do this project or not On Wed, Jan 20, 2010 at 1:42 PM, Peter Smith wrote: > 2010/1/20 F B <001master...@gmail.com> >> >> hi.. >>> i need a project that written by c# for my homework.it should be very >>> professional.can u send for m

[DotNetDevelopment] C# Winforms Getting rights for a group

2010-01-21 Thread David L. Crooks
I am trying to find out if user (not current user) can write to a directory. Then find out if the user is in a group and the can or cannot write to a directory? Any ideas? TIA! David L. Crooks

Re: [DotNetDevelopment] c#

2010-01-21 Thread Gunawan Hadikusumo
I don't need money, just gold bullion. 200 grams of 99% gold bullion as a payment then i would do it for free... On Thu, Jan 21, 2010 at 6:42 AM, Peter Smith wrote: > Oh, and the more money you send me before you use it, the more > 'professional' it will be. Free code is, by defini

Re: [DotNetDevelopment] c#

2010-01-20 Thread Peter Smith
Oh, and the more money you send me before you use it, the more 'professional' it will be. Free code is, by definition, not professional, but amateur.

Re: [DotNetDevelopment] c#

2010-01-20 Thread Peter Smith
> > 2010/1/20 F B <001master...@gmail.com> > > hi.. >> i need a project that written by c# for my homework.it should be very >> professional.can u send for me the source code? >> tnx. >> > > Sure, no problem. Quine by Larry Croney, should be fine for you: class c{static void Main(){string s="class

Re: [DotNetDevelopment] c#

2010-01-20 Thread Maddy
*Pay me i ll do that * 2010/1/20 F B <001master...@gmail.com> > hi.. > i need a project that written by c# for my homework.it should be very > professional.can u send for me the source code? > tnx. > -- Sarvesh

Re: [DotNetDevelopment] c#

2010-01-20 Thread Jamie Fraser
Sure - how much do you want to pay for it? ;-) On Wed, Jan 20, 2010 at 5:18 AM, F B <001master...@gmail.com> wrote: > hi.. > i need a project that written by c# for my homework.it should be very > professional.can u send for me the source code? > tnx. >

[DotNetDevelopment] c#

2010-01-19 Thread F B
hi.. i need a project that written by c# for my homework.it should be very professional.can u send for me the source code? tnx.

[DotNetDevelopment] C# allowing progrm top be responsive

2010-01-09 Thread Greg Hile
Hi all! When programming I have the program performing some tasks that take a while. How can I make my program more responsive? Would learning threading help? Greg

  1   2   >