Advertisement

1 - 10 of 33 containing alltags:("vb .net 2003") (0.003 seconds)
I have added alot more objects and code to a program and like before it hits a place in the program that it just runs a few lines in the function that I wrote then exits like nothing happened.
Zones: MS Visual BasicDate Answered: 12/06/2007 Grade: B Views: 0
I need to change the font size in a document to keep the same data on one line.
Zones: MS Visual BasicDate Answered: 12/14/2007 Grade: A Views: 0
I was wondering how simple (or hard) it is to create a small vb .net 2003 app to connect to a specific web page, and collect a couple pieces of info, then put into a textbox or a table. Please ...
Zones: MS Visual Basic, Languages, .NETDate Answered: 12/18/2007 Grade: A Views: 0
This is the select command i am using : "Select * FROM BillingDataConsolidatedBillingsView WHERE NOT ((Month(BillFromDt) = " & Month(myDate) & " AND Year(BillFromDt) = " & Year(myDate) & ") AND ...
Zones: MS Visual Basic, MS SQL Server, SQL Serv...Date Answered: 12/17/2007 Grade: A Views: 0
I have a month i retrieve but I need to know the end of the month such as month 1 = 31 days month 2 = 28. Is there a function that can give me the days back or the last day of that month? La...
Zones: MS Visual BasicDate Answered: 12/20/2007 Grade: A Views: 0
I have a for next loop that i want a page break when it starts the next outer loop Here is my code:  xlWb.Rows.PageBreak = Excel.XlPageBreak.xlPageBreakManual.xlPageBreakManual doesnt work
Zones: MS Visual BasicDate Answered: 12/27/2007 Grade: A Views: 0
I have a datagrid that I assign the source of the data and a table style uploading the form. I change the cell in the datagrid and want the changs to be reflected in the dataset so as to update ...
Zones: MS Visual BasicDate Answered: 01/10/2008 Grade: C Views: 0
My select comandtext is as follows: "Select ESP,BillDt,AcctId,DAXREF,ParentSAId,SAId,BillFromDt,BillToDt,Therms,DaysInCycle,AvgUsage," & Date.DaysInMonth(Year(myDate), Month(myDate)) & " AS Mont...
Zones: SQL Syntax, MS Visual BasicDate Answered: 01/10/2008 Grade: A Views: 0
I have a process that calculates records.  It takes long time.  So instead of opening a new terminal window each time to run it, I would like to open the same form at least six times.  But when I d...
Zones: MS Visual BasicDate Answered: 02/23/2008 Grade: A Views: 0
I have a shared library for a series of applications and it works fine. I want to add a class for employees that will contain a datatable of current employee information which will help maintai...
Zones: MS Visual BasicDate Answered: 04/05/2008 Grade: A Views: 0