Language
Any
Platform
License
Any
hey guys!!
i need help with the date time.. since i want to an automatic alert 2 appear once the particular date has come. for ex :
DateTime dt = DateTime.Today.AddMonths(-2)...
I've tried so hard by myself and I've just ended up confusing myself as it's my first time using vb.
I didn't want to waste anyones time but I'm sorry I just don't know what to do..
----
How...
PDS Tech has an excellent opportunity for an experienced Software Engineer for a position in the Nashua, NH area.
U.S. Citizen Green Card required
Job is at client site
Need someone who...
Normally, I would have suggested that. That creates variables at the Application level (a module works like a Static Class if that means anything to you)...
However, I was providing you a SQL...
Hello All,
I need to create a new DateTimePicker control supporting the Hijri and Hebrew calendars
I tried the DateTimePicker on "windows server 2008" and it was working very fine without any code...
Hi,
I am creating a Chart (DataVisualization.Charting.Chart) programmatically, which is a Stacked Bar chart.
I am also adding Legend entries programmatically to it. I want to show the Legend at...
We are a financial software company with offices in Moscow, Russia and Limassol, Cyprus. We seek C# developers with .NET experience and WPF expertise for immediate hire
Responsibilities:
Will...
Hi All
I am having a problem and been looking for days on passing a variable to a textbox in reportviewer.
Currently I have one date string and eventually will have six that I want to pass to...
Don't have time to write any up for you myself, but I found these:
http://www.java2s.com/Code/VB/GUI/UsingaTreeViewtodisplaythedirectorystructure.htm
http://www.dreamincode.net/code/snippet2052...
During Saving
Dim D As Date
If Not IsDBNull(DataGridView.CurrentRow.Cells(4).Value) Then
D = CDate(DataGridView.CurrentRow.Cells(4).Value)
Else...
= '" & BegDate.ToString & "' AND date
hi everyone,
I'm trying to create a math sheet program and im having problems with randomizing the numbers in each question like 4 X 12, 8 X 9 and so on.
I want to program it so that every time...
Hi all!
I got a doubt like if we want to know some others country time how to do it through code??suppose if we are in india and we want to know london's time how we do it?? i knw we can knw with...
this is the exception message
objReport.DataDefinition.ParameterFields(0)
"Invalid index. (Exception from HRESULT : 0x8002000B (DISP_E_BADINDEX))"
thanks for taking your time to see my...
I have now solved my Problem. Now I can easily create an account. This time i have used List<> instead of array . Piece of my corrected program looks like this
List b1 = new List();
Bank b = new...
Thanks for all your help and time Sean.
really appreciate it.
thanks for the reply,
actually I already have a working application that converts foxpro to mysql and i Did just what you said, but this takes a lot of time.
so I am currently working on a...
Yes you should be able to program that functionality.
There are multiple ways to solve this, here is how I would do it:
Create 2 global variables called:
Dim MonthCalForm as Form1
Dim...