0
votes
0answers
6 views
I need a VB code to remove the zero values(Data values) on varous pivot charts
I have about 12 pivot charts and I need help to creat a VB code that will delete only the zero values(Data values) on all the Pivot chart. These are Stacked charts for 3 metrics. eg : Ontime, late and …
1
vote
3answers
1k views
Loop Through Listbox in VB.net or C# and Set Values to Label Text?
I have items in a listbox control that I would like to repeatedly (when it gets to the last one, repeat) loop through and set the text to a label.
I'm stuck, please help!
0
votes
1answer
8 views
Can I implement code snippets at runtime in vb?
I need to port an old Clipper app to vb.net. It relies heavily on user-written macros and indeed would be almost impossible to create without them. As VB is interpreted, I am sure it must be possible …
0
votes
2answers
44 views
Downloading more than one file from a web server
Hello,
VS 2008 SP1
I am using the web client to download a file. Which works ok.
However, now I have to download many and the number of files to download will change everyday.
I am not sure how I …
0
votes
0answers
4 views
How to pass stored procedure parameter values from vb6 application to show a report (made by crystal reports 8.5)?
Hi
How Can I pass stored procedure parameter values from vb6.0 application to show a report (made by crystal reports 8.5) ?
any help will be appreciated
1
vote
1answer
20 views
MSVS solution file generator?
I'm looking for a simple tool, that accepts a path, scans folders, and creates a solution (sln) file with all the projects found.
Setting project dependencies automatically would be a big plus for …
0
votes
1answer
14 views
IIS7 parse error.
I just put all my aspx files on the local folder and made a website in IIS7. I added a virtual directory to it and then converted the virtual directory to application. The website loads properly but …
0
votes
2answers
33 views
isDate control on european data in vb.net
How can i do a isDate() control on a date like 16/01/2008 in vb.net?
1
vote
10answers
151 views
ASP page displaying old request.
I have an ASP.net page which has fields for filtering a dataset. When I apply the filter (through a button), the results load fine. If I navigate to another page (on the same session), and then come …
0
votes
1answer
17 views
visual basic 2008 connection to sql server compact 3.5
i'm a beginner user of microsoft visual studio 2008 and i want ask of what would be the initial code to connect a visual basic 2008 form to a sql server compact 3.5. i want to create an add new …
1
vote
4answers
165 views
Rewriting eMbedded Visual Basic app
I'm looking at rewriting an eMbedded Visual Basic app I wrote years ago. I'm unsatisified with it because of various problems clients keep having with it now and then over the years, mostly along the …
0
votes
2answers
36 views
SSIS how can i insert a blank date to database with visual basic
Hi all, how can i insert a blank date to sql database in ssis working with a visual basic script component?
I have to transfer date from excel to database and i would like to insert a blank or null …
0
votes
3answers
41 views
Visual basic script that control a date format
Hi all, i would like to control a string if is in the dd/mm/yyyy format and if the dd number is between 1 and 31 and if mm is between 1 and 12
Someone can help me?
thanks
1
vote
2answers
39 views
Best Translation method - ASP.NET VS2008
Currently I am doing a CMS and I want to include multi language support. What do you suggest?
0
votes
1answer
139 views
How to draw a graph (visual cirular nodes and lines as connections) in Visual Basic?
The problem is I have 10 nodes(say) and there are some connections between them. Now I want to draw a visual graph depicting the above with circles as nodes and lines as connections between them. My …
