Answer Questions
Frederic BEAULIEU Graphics Problem
hi iam writting an application where picture box control has to draw set of points point by point some specific time. my problem if i use picturebox.creategraphics() for drawing , graphics lines are disappearing if i minimize or max. another method is picturebox.image = new bitmap(pb.height,pb,width) g = ghraphics.fromimage(picturebox.image) if i use this i could not able to see lines drawn by g. i could able to see only if i u ...Show All
VaniK Why can't I recast a generic list?
I don't know if I am looking at this problem in a completely wrong way but I have the code listed below and would like to treat a generic list sometimes as List<Swatch> and sometimes as List<ColorSwatch>. I have many other types of swatches too - so I don't want to have to duplicate the common code. When I try and build the code I get errors telling me I cannot convert from type List<Swatch> to List<ColorSwatch> or vic ...Show All
dimkaz datagrid view real NOOB
Hi i never used the datagrid. As i see in this forum and others the datagrind has most questions but il put a simple one How to fill a column from a datagrid view Hope is easy, and i would apriciate a good tutorial (BTW forgive my english) Thanks!! Im not sure what your question is exactly. Are you wanting to know how to fill a datagrid or a datagridview More or less both are very similiar so i hope this helps. First you must fill a ...Show All
OClaudiu class library obfuscation problem
hi, after i obfuscated a class library that i have written, i found when i tried to use it, that the classes and its members doesn't exist. i added the obfuscated dll file to my refrences, then typed "using MyClassLibrary" , but VS 2005 doesn't feel it at all, MyClassLibrary doesn't appear in the drop down list that drops while typing in VS 2005, even when i try to write it manualy and press the . "dot" , no drop down l ...Show All
SimonDM How can I use the C code "#include "mysql.h"" in C# to connect to MySQL???? How to include the mysql library to C#
Hello, I know how to connect to mysql with c++ but I want to do the same with C#. my problem is that I don't know how to include the mysql library and API to csharp. Do you know how can tell the C# to use the command "#include "mysql.h"" or how can I connect to mysql with c#, but not with ODBC. Hi, here is shown how you connect with visual studio to a database and how you do it with your own code: http://msdn.microsoft.com/library/default ...Show All
swimming 100% cpu load ?
hi. i see this on several machines: while simply editing a source file, cpu load goes up to 100% and stays there. the ide gets extremely unresponsive. load won't go down, even after we waited for 30 minutes. the only way to get working again is a) kill the ide b) _and_ remove the ncb file however, this only solves that for some time: ultimately, the ide will use up 100% cpu again, and we need to kill it again. any ideas what would be causing th ...Show All
satish kumar Error running converted Forms application from Visual Studio
I have recently installed Visual Studio 2005 and am have converted a Forms based app (called BondPricer) from 2003 to 2005. Initially it worked fine however after making some changes I am getting the following error dialog: Error while trying to run Project: Could not load file or assembly 'BondPricer' or one of it's dependencies. The module was expected to contain an assembly manifest. What does this mean and how can I fix it If I run the Bon ...Show All
OoLee help translate code
I need translate this code to C# can helpme please. Code: typedef struct _valor_Actual { LPSTR valor1; DWORD Flags; DWORD ValueSize; LPBYTE Value; } valor_Actual,*Pvalor_Actual; Code: #pragma comment(lib, "Cdclc2.lib") any idea sorry C# does not support array of pointers or pointer references so it's almost impossible to transalate ...Show All
late_nighter I want to design my own property pages in C# (VS 2005), for user controls.
Can anyone plz. guide me with this. Can you be more specific, do you want to extend the existing property page of do you want to create your own one Please, give us some more information so we can point you to the good direction or give you the solution you want. I want to create my own property page. This is no problem, you can iterate the members, properties, events and methods of a type. Here is a little example for proper ...Show All
Kiplingku WDS and WSS
Hello there My intranet site is Windows Sharepoint Services (WSS) which is running on MSDE (Sharepoint) not SQL Server. I have downloaded your adm file and added to group policy. In Group Policy under user config. In the search tab of Windows Desktop Search I have set the Primary intranet search location. I have set as follows: intranet, http://servername/_layouts/1033/searchresults.aspx k=$w ...Show All
Emmalo Datasets and Windows Forms
Hallo, I am relative new to c# programming. Could anybody help me or give hints how i can display the result of a query in a listview using dataset Since i have to fetch the data from a relative huge database, what are the things i have to take care, so that it will not affect the performance of the program. thanks n regards swingme Hi Swingme, Here is the sample code to poulate a list view using Datarea ...Show All
Randine Update textboxes or labels from arrays
Hi I am new to C#. I have a need to place about 50 labels or textboxes on a form and depending on the start count from an array I need to update the label or textbox data. The user selects the start point but has no other input. I was hoping I could use a wildcard and address each label or text box and update the text contained. The following should give you the idea of what I need. I need to replace label1 with label[number] or textbox. ...Show All
SSISNewUser C# styles
hi i want to create my own themes, skins like there is skins for winamp or for other programs that running in windows i want to create my own themes for my winfom application if you know some tutorial or something else to help me i don't want to you winxp theme only my themes thx Hello, To start with if your wanting to create a non-rectangular form as Windows Media Player 10 uses or as Winamp uses there is a brilliant tutorial on devx: ...Show All
chankl78 MS Access DB for user logon details
Hello everyone, I am having a bit of a problem connecting to a MS Database in C#2005. I have written my app befor as a test bed for the whole programme but I used a simple XML file to strore the username and password details. Now that the application is near compleation I would like to use a MS Access DB for the same purpose. The problem I have is I can connect to the DB in solution explorer and I can creat the DataSet but where do I go ...Show All
inuwan how to down load vsto
i want to add an button to out look express and if i click on the button i want to have database interaction with sql server , how do i , do this, i has to be done through addins ,but from where to download vsto 2005 Sarvan wrote: thanks, can't i get any trail versions for testing purpose, if so please provide me he link You can take a look at the evaluating page of Visual Studio, Evaluating Visual Studio . thanks, can't ...Show All
