Search Results

Showing results 1 to 8 of 8
Search took 0.04 seconds.
Search: Posts Made By: cVz
Forum: ASP.NET Aug 31st, 2009
Replies: 3
Solved: Lock Window
Views: 342
Posted By cVz
Hi there.

please position your page with % instead of px, pt, em or any other measurement.

if you use percentage the page will adapt to the sizr of the window.

regards,
Forum: ASP.NET Feb 10th, 2009
Replies: 3
Views: 643
Posted By cVz
Yo dude , you will have to give some clearer details...

Does the textbox not display the new value or does it not update the database ??
Forum: C# Jan 9th, 2009
Replies: 3
Views: 413
Posted By cVz
Yo dude, maybe something like this will work , it works for me ...


Application.DoEvents();
listView1.Refresh();
Forum: C# Jan 7th, 2009
Replies: 16
Views: 2,864
Posted By cVz
Hahaha, i had the same problem last year, welcome to the world of writing your own controls m friend ...
Forum: C# Jan 6th, 2009
Replies: 5
Views: 3,541
Posted By cVz
Yo dude, you can always just refresh the connection, you don't need to close your form,

i take it you want something like this


using System.Data.SqlClient;


namespace TestDummyTWO
{
Forum: C# Aug 26th, 2008
Replies: 5
Solved: Tab control
Views: 4,490
Posted By cVz
private void button1_Click(object sender, EventArgs e)
{
Panel1.hide();
panel2.hide();
panel3.hide();

//BUT

Panel 4.show();
}
Forum: C# Aug 26th, 2008
Replies: 5
Solved: Tab control
Views: 4,490
Posted By cVz
Yeah sorry man, use delphi... it works .... but not in visual studio but i did that with panels

you can use panels to act as tabs

The oviously on button_click event you just hide all of them...
Forum: C# Aug 26th, 2008
Replies: 15
Solved: MouseMove
Views: 3,770
Posted By cVz
Hey dude, hahaha, welcome to the confusion club, heres what you'll do ...


private void Form1_MouseMove(object sender, MouseEventArgs e)
{
int X = MousePosition.X;
...
Showing results 1 to 8 of 8

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC