running .net on window 98
Hi Can i run .net application on window 98 PLEASE HELPStudent , XI Akshay Deep Lamba
View ArticleDesigner not working...
Okay, I have been coding up a program and my friend decided he was going to start mashing on my keyboard and since then when I go to the file "MW2.cs [Design]" I get this...
View ArticleSave Xml to SQL Server using Entity Framework
Hi: I am trying to store and retreive a xaml resource file in SQL Server using Entity Framework. I have a simple test app to do this in C# and Xaml and a simple database with a StationObjectName field...
View ArticleDGV is not diplaying data
namespace Wpf_intrfce { public partial class reademp : Window { SqlConnection cn; SqlDataAdapter da; DataSet ds2; public reademp() {...
View ArticleStart/stop Service on remote server as non-admin (need gui interface)
I need to create a gui that should be pretty simple. One start button to stop a service on a remote pc. (meaning I'll need to hard code the domain account into the code for rights), then I just need a...
View ArticleCrystal Reports
I have Visual Studio Professional 2010 but under my toolbox I don't have Microsoft Report Viewer under reports as an option.How do add this too my toolbox?shawnrye
View ArticleC# edit for only upper case letters and number in a textbox
In a C# 2010 desktop application, I want a textbox field to contain only letters in upper case. In addition, I want to allow for numbers. Any other values are not valid for this textbox field. Thus...
View Articlerequiriendo ayuda
Gente: utilizo visual c# express 2008, aplicacion de consola, y no puedo depurar/compilar un programa porqueno me permite hacerlo, a pesar de que el programa no muestra error alguno.Les paso el...
View ArticleHow to display pixels in different colours
I am working on project where I need to show let say 400x400 pixels area and each pixel I need to fill randomly with different colour what is best solution to choose.Kind Regards
View ArticleC# How to create folder by Getting Username dinamically.
Hi ,I wann to create a folder by userName.I am coding like down but it s not working rightly.How can I fix these code? string getUserName = Environment.UserName; //getUserName= Guest string path =...
View ArticleC# Compatibility mode
Ok, so if you go to tools and them compatibility view settings.As you can see there are 3 tick boxes.Does anyone know of how using a WFA I can untick all these boxes. Thanks All
View Articleagregar una nueva lista al DataGridView
Hola alguien podria ayudarme necesito agregar mas de una lista de datos al dataGridView, cuando agrego la primera y deceo agregar la segunda solo me actualiza la fila. es para agregar un detalle de...
View ArticleHELP with TIFF Codec
Hi, I'm having an issue with the built-in tiff codec in GDI+. The tiff files I'm working with must have a very specific format: 2 frames and 25 artist tags, and compressed using CCITT4. I have built a...
View ArticleHow do i disable option to resize form
I don't want to use locked propertie, cuz i want users to be able to move form, but i don't want this form to be resized... i figured out how to do this with minimum maimum size by seting them to...
View Articleasociacion de archivos a aplicacion de c#
Mi problema es el siguiente.. quisiera saber como puedo asociar un archivo creado por mi aplicacion a una extension propia de mi aplicacion por ejemplo los archivos (*.doc, *.txt) quiero crear un...
View ArticleWEbBrowser Control in c#.net 4.0 for IE 10,win 8 64 bit OS
Our is a Windows Application .In win form we are trying to open the PDf file using Web Browser Control. Blank Page is shown when we are trying to open it in win 8 64- bit OS ,IE 10 and Acrobat reader...
View ArticleSorting a list with alpha-numeric names
Hello,I'm reading file names into a List<string> and want them sorted "naturally". The file names are file100, file22, file3, etc... That is the order they show up in the List<string> and...
View ArticleUnable to build program after downgrading .NET version from 4.5 to 3.5
Hi friends :)Today, I saw that my program has a problem with running in systems that doesn't have Visual Studio!After asking my friends, they told me that the problem is from the .NET 4.5 SDK,Also, my...
View Articlehow to prevent request lost in socket programming
Hello all,I have a question about how to prevent data (request) lost on socket programming.If I send the request with a half second call, it can be accepted the socket information. But it does not work...
View ArticleHideselection = true????
HelloIn listview properties, I have set the property "HideSelection " = false, still when the listview loses focus the Listview item does not remain selectedwhy?I also put listview1.HideSelection =...
View Article