Showing results 1 to 29 of 29
Search took 0.01 seconds.
Posts Made By: cVz
Forum: C# 7 Hours Ago
Replies: 1
Views: 24
Posted By cVz
Re: listview looping

nevermind , got it
Forum: C# 8 Hours Ago
Replies: 1
Views: 24
Posted By cVz
listview looping

Sup ladies and gentlemen, please help me, i need to loop through the listbox, now here's what i have



foreach (ListViewItem ListItem in listView_Replacement.Items)
{
...
Forum: C# 2 Days Ago
Replies: 3
Views: 45
Posted By cVz
Re: MailMessage Problems

thanks dude, it works, and you are right, mass mailing , not for spamming though...
Forum: C# 2 Days Ago
Replies: 3
Views: 45
Posted By cVz
Re: MailMessage Problems

Nevermind it does work , it sent to my junk folder , i never saw it , thank you guys ....
Forum: C# 2 Days Ago
Replies: 3
Views: 45
Posted By cVz
MailMessage Problems

Hey people , i am trying to send an email, but for some reason its just not sending ... please help me out , here's my code



// trying this block of code
try
{
...
Forum: ASP Oct 6th, 2008
Replies: 1
Views: 582
Posted By cVz
Re: Log In page

Hey dude i think the answer is YES, you can use the web config file but you will have to override the default database and create a master detail relationship

Please let me know when you get to...
Forum: ASP Oct 6th, 2008
Replies: 1
Views: 386
Posted By cVz
Configuration

Can anyone please provide me with some help to over ride the web.config file in VS 2005 , i am new to the ASP scene, and it is all rather confusing!

i want to create a login page with three user...
Forum: PHP Sep 20th, 2008
Replies: 1
Views: 508
Posted By cVz
Dynamic Combo boxes JS or AJAX ??

Hey people ....

I am trying to dynamically load data into combo boxes on selection of the first combo box items...

I am Using MySql and PHP .... i really just don't know what to do anymore ......
Forum: JavaScript / DHTML / AJAX Sep 13th, 2008
Replies: 2
Views: 668
Posted By cVz
Simple Java Script Question

Hi guys,

I am trying to hide 2 list boxes, then on selection changed show a new list box with JavaScript, i am very very new to web development in general, I am actually a software developer in the...
Forum: PHP Sep 13th, 2008
Replies: 2
Views: 1,285
Posted By cVz
Re: display the data into listbox

Hey guys , thanks for the help on that
Forum: C# Aug 26th, 2008
Replies: 4
Views: 767
Posted By cVz
Re: Form inheritance in C# ?

Yeah its a big mission, but unfortunately its possible....

your normal program.cs looks like :


using System;
using System.Collections.Generic;
using System.Windows.Forms;

namespace...
Forum: C# Aug 26th, 2008
Replies: 5
Views: 1,294
Posted By cVz
Re: Tab control

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
Views: 1,294
Posted By cVz
Re: Tab control

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 and...
Forum: C# Aug 26th, 2008
Replies: 15
Views: 1,280
Posted By cVz
Re: MouseMove

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;
...
Forum: C# Aug 26th, 2008
Replies: 1
Views: 317
Posted By cVz
CRUD ???? datagridview...

Hi Daniweb people

I have a really stupid question, strangely it has been keeping me busy for several days now and i just cant help but to ask for help...

ive searched the whole of the MSDN...
Forum: Pascal and Delphi Jul 16th, 2008
Replies: 1
Views: 1,681
Posted By cVz
DT cusor trouble i think....

Hey guys i have an application where i assign values to the type of sale it would be -- here's my code --


procedure TPaymentForm.OkButtonClick(Sender: TObject);
begin
//ID 1 - Cash Sale
...
Forum: C# Jul 9th, 2008
Replies: 3
Views: 235
Posted By cVz
Re: Need Your help please

Why dont you try to tell me exactly where you're going, then i can have a clear view of what you need ??? sounds Good ??
Forum: Pascal and Delphi Jul 9th, 2008
Replies: 1
Views: 819
Posted By cVz
cxgrid Row Grouping

Hi guys,

Stupid Question....

How can i group specific rows in a cxGrid (Express Quantum Grid 6)...

this event will occur onClick...

any ideas ???
Forum: Pascal and Delphi Jul 7th, 2008
Replies: 1
Views: 918
Posted By cVz
Re: cxGrid row colour Change

Aaah, i figured it out guys...using repositories to create styles and change colour, then set the qty to that style, adios...to all those who might wana know
Forum: Pascal and Delphi Jul 6th, 2008
Replies: 1
Views: 999
Posted By cVz
Re: Access Violation Exception

I have an idea... i should work...If you are using Delphi - go to 'Project' - 'Options' - then a menu will appear that shows you your forms, put ALL your forms before your Data module page, they will...
Forum: C# Jul 6th, 2008
Replies: 3
Views: 235
Posted By cVz
Re: Need Your help please

You will have to get either SQL or some Data base manager...

make column's for an 'id' (Primary key + auto number) , 'Description' (Text), 'Price' (Currency), 'VAT' (Number) and 'TOTAL'...
Forum: Pascal and Delphi Jul 6th, 2008
Replies: 1
Views: 918
Posted By cVz
cxGrid row colour Change

Good day

I'd like to find out how to change the color of a row on a page startup in Delphi 7 pro with an Express Quantum grid 6

What i am trying to achieve is this

if Quantity in stock = >10 row...
Forum: Pascal and Delphi Jul 3rd, 2008
Replies: 0
Views: 412
Posted By cVz
Printing ???

Hey dudes...i am currently working for a company that codes in delphi 7... i am familliar with C# language but not that much of Pascal language...i need to make a form where i can print an added HTML...
Forum: C# Mar 15th, 2008
Replies: 11
Views: 1,278
Posted By cVz
Re: C# Beginner

Get visual studio 2008 express edition at www.visualstudio.com for free (you will be charged by the connection client though) and do the tutorials on the application and you'll be coding in no time
Forum: C# Mar 15th, 2008
Replies: 3
Views: 463
Posted By cVz
Re: problem with thread

You can try the (Try - Catch) ... would then just display an error
Forum: C# Mar 15th, 2008
Replies: 3
Views: 463
Posted By cVz
Re: problem with thread

Chances are that you have an endless loop there my friend
Forum: C# Mar 8th, 2008
Replies: 5
Views: 2,153
Posted By cVz
Re: C# Calculator

Ok, well basically i've done everything up to the point where i just need to know how to hide an integer value in a read only textbox???
Forum: C# Mar 6th, 2008
Replies: 2
Views: 275
Posted By cVz
Re: About MCAD & MCSD

Hi there , yes I am studying MCSD - its accredited by Microsoft...:icon_razz:
Forum: C# Mar 6th, 2008
Replies: 5
Views: 2,153
Posted By cVz
Help C# Calculator

Good Evening (Morning to others)

I would like to find how it would be possible to create a calculator with only one entry field, i have managed to make one with two entry fields resulting in a...
Showing results 1 to 29 of 29

 
Forums | Blogs | Tutorials | Code Snippets | Whitepapers | RSS Feeds | Advertising
All times are GMT -4. The time now is 1:44 pm.
Newsletter Archive - Sitemap - Privacy Statement - Acceptable Use Policy - Contact Us
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC