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.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23007823.htm...
I need to change the font size in a document to keep the same data on one line.
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23023013.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23027583.htm...
This is the select command i am using :
"Select * FROM BillingDataConsolidatedBillingsView WHERE NOT ((Month(BillFromDt) = " & Month(myDate) & " AND Year(BillFromDt) = " & Year(myDate) & ") AND ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23029230.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23034970.htm...
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
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23038918.htm...
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 ...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23041840.htm...
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...
http://www.experts-exchange.com/Programming/Languages/SQL_Syntax/Q_23043423.html
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23186306.htm...
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...
http://www.experts-exchange.com/Programming/Languages/.NET/Visual_Basic.NET/Q_23251001.htm...