blah blah blah is here! blah blah » Close

1
votes
1 answers

Resource Files in VS 2008

Although I have set all the properties correctly to generate resource files of my forms in my application, I am unable to see the files(*.resx) in the solution explorer for a particular project in my solution. All other projects show these ...

0
votes
3 answers

ProgressBar & Timer control in C#

There's a "Auto Refresh" checkBox in my WinForm which invokes the Timer control (60000) 1 min to call the form1_Load(); [b]How shall I link the progressBar with timer?[/b] I tried doing something like this:[code]private void ch ...

0
votes
9 answers

U think this is simple?

I got another problem::::::----- I'm not able to reach these folders via C# code:-[code] C:\\Documents and Settings\\gsvsnl\\My Documents\\y Pictures\\gs.bmp C:\\Documents and Settings\\gsvsnl\\Local Settings\\Application Data\\Microso ...

0
votes
1 answers

Programatically add user controls to toolbox(VS2008)

Hi, I want to create a setup project such that I can programatically install my user controls to the toolbox. I tried the following code: System.Type t = System.Type.GetTypeFromProgID("VisualStudio.DTE.9.0"); ...

0
votes
0 answers

add new columns in Access

i want to add columns to Access database if anyone know how to do that please give me the code .

Feedback