Tagged Questions

0
votes
0answers
1 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
0
votes
1answer
13 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 …
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 …
0
votes
2answers
31 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?
0
votes
1answer
13 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 crea …
0
votes
3answers
38 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
0
votes
2answers
35 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 inser …
1
vote
2answers
38 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?
1
vote
1answer
37 views

Transform date represented as String to Date in Visual Basic

I am using SSIS and I need to transform a date. How can I transform a date in String format (e.g. 14/09/1980) to the same but in date format in VB.NET? I would like the datetime f …
2
votes
1answer
86 views

What is the VB equivalent of this C# syntax, dealing with delegates?

Is it possible to translate the following C# code into VB.NET, using VB 9.0? delegate Stream StreamOpenerDelegate(String name); void Exec1() { WorkMethod( x => File.OpenRe …
0
votes
0answers
18 views

Data report in VB 6.0

I'm using data report in VB 6 and trying to display images from database. It retrieves the image but showing the same image for all output the code i'm using are given below Dim r …
0
votes
1answer
38 views

Memory leak in VB file reader

I'm currently coding a file reader for fixed-width tables in VB, and the compiled application seems to be sucking down memory like there's no tomorrow. I'm working with a series of …
0
votes
2answers
63 views

Convert this to VB .Net?

Hi, Can any one help me to change the below code to VB .Net. var(query = From row In dtInvoice.AsEnumerable()) group row by new { InvNo = row.Field< string …
0
votes
3answers
130 views

Delphi to Visual basic conversion utility

Is there any code conversion tool for converting Delphi to Visual Basic? Please advice. Thank you very much.
2
votes
1answer
87 views

High-level multithreading/concurrency abstractions for .NET

I just wondered why, unlike Scala, F# or Haskell, the basic .NET framework (as available in C# or VB) seems to have very little native support for higher level concurrency patterns …

1 2 3 4 5 41 next
15 30 50 per page