0
votes
0answers
16 views

Only show results from datatable where link exists in other datatable

I'm using VB.Net and Visual Studio 2005. I have two datatables - dtSales and dtProducts. They both have a field called ProductRef. I want a new datatable that has the rows from dtSales where the ...
3
votes
1answer
31 views

Using Array.FindAll method to find subarray which meets criteria

I have an application in Visual Basic.Net and need to find all elements within an array which meet a certain condition. Dim result As my_obj() = Array.FindAll(lstData, HasToBeSent) Where the ...
-1
votes
0answers
9 views

MT2070 Audio and Vibration

In a customized application developed with EMDK for .NET 2.7 on MT2070 (Firmware 1.49), playing two audio or vibrating is not steady - it means Interval between Audio A and Audio B is sometimes too ...
0
votes
3answers
32 views

Visual Studio 2005 VS Visual Studio Express 2012

I already have the Pro version of Visual Studio 2005. (Using only VB.NET, day and night, to write only WindowsForms exe programs for the past 8 years. 100,000s lines of code.) I now have a need to ...
1
vote
1answer
44 views

TransactionScope rollback with Visual Basic.net and SQL Server 2008

I'm learning how to use transactionScope with Visual Basic.net in Visual Studio 2008 and I'm trying to make and easy query updating some data and the launching an exception, but the transactionScope ...
0
votes
0answers
16 views

Editing office (microsoft and maybe openoffice) files in a aspx page

We have an asp.net project that has some integration with Microsoft Office. We've been asked to make an aspx page that allows the user to edit an office file (.doc). It could be from Microsoft Office ...
0
votes
1answer
17 views

Using PrintQueue Class in Visual Studio 2005

I want to use the PrintQueue Class to Manage the printers and print jobs. I am having Visual Studio 2005, but PrintQueue is not supported in vs2005. Is there any way to use this class in vc2005?
0
votes
0answers
42 views

How to add Symbol.MT2000.UserInterface.SoftKeys

I'm working with MT2070, EMDK 2.7 and VS 2005. Already installed EMDK 2.7 but not found Symbol.MT2000 dll. Where could I get it? Please share me how to add Symbol.MT2000.UserInterface.SoftKeys on ...
0
votes
0answers
85 views

Comparing two lists in asp.net

I have application called STAT tracker where it is maintaining the company statutory activities like service tax, income tax and etc which are created yearly, monthly, quarterly and half yearly. ...
0
votes
1answer
510 views

VS 2005 DateTime Picker date values and SQL Comparison

I'm fairly new to VS and .NET. I have created a new form (in an existing VB.NET application) that retrieves data from a SQL Server 2008 DB into a DataGridView control. I also need to allow my users ...
0
votes
2answers
223 views

programmatically changing Combobox selection without causing the SelectedIndexChanged to fire

So I have a combobox with an event handler for SelectedIndexChanged: Private Sub cmbStatus_SelectedIndexChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles ...
0
votes
1answer
181 views

Can i control height of detail section of Subreport in crystal reports

Dim mainRp As New MainReport Dim subRp As New SubReportTest subRp.Section3.Height = 500 CrystalReportViewer1.ReportSource = mainRp above code not working and not showing any error also but ...
0
votes
1answer
144 views

how to insert single quote and comma in one coloum

My code is as below '''a','b','c'''. Dim abc As String = "''a','b','c''" sqlselect.Connection = con sqlselect.CommandText = "insert into table1(Name1) values ('" & abc & "')" It gives the ...
0
votes
1answer
91 views

How to open vb.net copied/transferred codes?

I have copied the folder which includes my code in Visual basic.net 2005 (form1.vb, form1.desing.vb and form1.resx) to my cooldisk. Now, I need to open it in another machine. I click on "open project" ...
0
votes
2answers
205 views

Changing value of list box dynamically when selecting values from combo box

I have a combo box which gets data from a database and a list box which also gets data from a database. Now what I'd like to do is change the value on the list box depending on the value of the combo ...
0
votes
1answer
88 views

Asp.net web application with vb.net in codebehind VS2005

I´d like to know if there is any way to edit the codebehind of an Asp.net web application while debugging? When I try this, a message is displayed on the status bar saying "cannot currently modify ...
0
votes
1answer
101 views

Error about .exe.manifest [duplicate]

Possible Duplicate: “bin\Debug\Daemon.exe.manifest;bin\Release\Daemon.exe.manifest” is an invalid value for the “InputManifest” parameter of the * task ...
0
votes
1answer
300 views

Contact form issue sending email from local host (IIS) to my hotmail in vb.net

I have designed a simple contact form using Visual studio 2005,the page runs fine but when I hit send button I get error as showing below: error in " mailclient.Send(message).I would like to send it ...
0
votes
1answer
396 views

how to set text alignment of dynamically added label

how to set text alignment of dynamically added label where i am getting name of label in string variable one label is dynamically added in panel Dim instance As New Label Dim stringVariable As ...
0
votes
1answer
118 views

get fontstyles of particular font

i have two comboboxes combobox1 & combobox2 i am getting all system fonts in combobox1 i need to get fontstyles of a select font in combobox2 Dim fc As New Drawing.Text.InstalledFontCollection ...
0
votes
0answers
336 views

ASP.NET Crystal Reports without installation (DLLs only)?

This question has probably been asked before. If it has, please add the link below and close my question. I'm writing an ASP.NET 2.0 website where I run a crystal report, export it, and display the ...
0
votes
1answer
307 views

contrast of an image in vb2005

Adjust the contrast of an image in C# efficiently solution for above question is not working in vb 2005 i need solution in vb2005 this is c# code below public static Bitmap AdjustContrast(Bitmap ...
0
votes
1answer
3k views

pass parameters on crystal report , connect access with code , vb.net

I want to search clients that got to shop between two dates. The code I use seems alright and it doesn't return any error but the CR returns everything - It does not use the date search function. The ...
0
votes
0answers
279 views

Database Backup from Client Machine in Windows Application in VB.NET 2005

I have a Windows Application developed in VB.NET 2005, I am using Database as Sql Server 2000. In my application, i have a Database Backup option has the Following Code, Dim conn As New ...
0
votes
1answer
332 views

How add ToolStripMenuitem in Treeview using VB.NET 2005

I have Toolstripmenuitem as below, Using the Below code i am geting the result like, For Each t As ToolStripItem In fobj.MenuStrip1.Items Dim parentnode As TreeNode = ...
1
vote
0answers
229 views

windows mobile 6.5 vs 6.0 datagrid not working

when data is displayed on a Windows Mobile 6.0 or 5.0 device, the datagrid columns width can be controlled and look fine. However when running on a Windows Mobile 6.5 device, there is no control of ...
0
votes
1answer
95 views

Easier way to send parameterised query to database?

Is there a way to write the following code in less lines? It seems like a lot of code to execute such a simple query. No LINQ as I am using VS2005. Answers in either VB or C# are acceptable. Using ...
0
votes
1answer
154 views

DirectCast not working

'ofd is open file dialog Dim img As Bitmap Dim iscmyk As Boolean Dim i As String Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click ...
0
votes
1answer
538 views

Creating an XML file from a xsd Schema at runtime

I'm trying to create an xml report of the settings of a test. My program is a testing suite and I would like to know the information it runs with, and present it in xml format. I have an xml schema ...
1
vote
0answers
134 views

select multiple controls at runtime just what we can do at design time [closed]

I am developing an application, I need some idea to select multiple control in the run time environment A just what we can do at design time as of now i can select one control at a time but i need ...
1
vote
1answer
633 views

Create a Column for a Double in ms-Access via SQL

I am trying to create columns within my ms-access table using SQL. I want to put doubles from my vb.net software into the column with several decimal places. I am unsure of the correct column type to ...
0
votes
0answers
199 views

EPSON LQ 300+ Paper Feed incorrectly in VB.Net 2005

In my Billing Form, i am using raw data to print in the rollpaper with EPSON LQ300+. I set defaulty 3inches paper feed in Printer for the purpose of manually cutting the Bill. And i call the FF(12) ...
0
votes
2answers
622 views

How to read column names using SQL

I am trying to read the column names from a table using a jet SQL query. The data table is held in ms-access in 2002-2003 compatibility mode. I have tried a couple of variations for the query but I ...
1
vote
1answer
57 views

Need help on replacing access db file on deployed project in visual studio 2005

I have a VB based VS2005 appl developed using Access DB a few years back on Windows XP and it has been working fine until moving to Windows 7. I re-built the solution by changing to the x64 platform ...
1
vote
0answers
278 views

how send Printer command to EPSON LQ-300+ from VB.NET 2005

I have to send a priter command for changing font from VB.NET. And i am using RawprinterHelperClass and sendstringtoprinter(printername,stringname) function to print a string. I have Printer Command ...
1
vote
2answers
485 views

how stop the printer after print the Last line in the crystal report (VS2005)

i have a crystal report in vs2005. I have to print this report in rollpaper with dotmatrix printer. After printng the report it omit some waste spaces. I have to stop the printer where the last line ...
2
votes
3answers
2k views

find the difference between two datetimes in seconds

I have had a quick look around and I can't find an answer to this in vb.net or something that I can convert into vb.net. I have two DateTimes in vb.net's 'Date' class. I would like to find the ...
0
votes
1answer
217 views

The fastest way to query a vb array for datetimes within two boundaries

I am writing a function to increase the time scale of raw calculation data with a time density of about two minutes to five minutes(and other larger scales after). There are over 100k data points held ...
-1
votes
3answers
600 views

How to Round DateTime in Vb.net to the nearest 5mins

I am writing some data analysis software, I want to upscale timebase of my Raw Data. My Raw Data has a time step of ~2minutes. I want to scale the data into several database tables with a timestep of ...
1
vote
2answers
906 views

Switching between multiple reports (.rdlc) in a single report viewer

I have 2 reports, "report1.rdlc" and "report2.rdlc" and I want to be able to swap betweent the 2 of them in a single report viewer ("rv_1"). I also have 3 buttons: btn_1 which does: ...
0
votes
1answer
229 views

MDI Designer View is showing HTML, instead of the form design

I am not sure what is happened and have been searching for fixes all night. When I double click on the mdi form (or right click and select "View Designer") what appears, instead of the form designer ...
0
votes
2answers
332 views

limit the range of characters the user can put into a textbox vb.net

I have a textbox in a vb form and I want to limit the range of characters that the user can put into the textbox to:" abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890^-*().". The textbox ...
0
votes
2answers
724 views

'StartIndex cannot be less than zero.' when trying to load a form in vb

I have recently made some changes to one of the subs within a form of my vb project and I am now getting an error whilst attempting to load the form. I have little idea what start index or Parameter ...
1
vote
1answer
170 views

'Extract Interface' in VB.NET?

Is there way to use the Extract Interface refactor option when in VB.NET? I've noticed that Refactor does not show in the right-click context menu when in VB.NET.
0
votes
1answer
260 views

find the last occurrence of a value in an array vb

I would like to find the reference of the last occurrence of a value within an array. The array has values in a format similar to (0,7,7,7,7,7,14,15,15,15,15,15,15,16), with a boolean in the second ...
1
vote
2answers
193 views

What is the effect of “Suppress JIT optimization on module load” debugging option?

What is the effect of the "Suppress JIT optimization on module load" debugging option? I have recently had to turn it off to deal to be able to successfully debug an app that uses a COM component. ...
0
votes
2answers
553 views

How to write event handler in VB.NET?

I am trying to test out very simple event handling in VB.NET. So far I have: Public Delegate Sub TestEventDelegate() Public Event TestEvent As TestEventDelegate Sub MySub Raise TestEvent End ...
1
vote
0answers
104 views

What is the quickest way to add a COM visible event to VB.NET class?

What is the quickest way to add a COM visible event to VB.NET class? Is there something in the Visual Studio toolbox or is there a macro that will do this? I am using VS2005. EDIT: In this article ...
0
votes
1answer
429 views

Invalid printer specified

I try to print from web service using the below command oRpt.PrintOptions.PrinterName = "\\ipaddress\printername" oRpt.PrintToPrinter(1, False, 1, 1) I got "Invalid printer specified" I ...
2
votes
1answer
546 views

Writing Large Amounts of Records to Access using VB

I am currently writing some software in visual studio to analyse large amounts of data from an Access database using SQL. I have code to make a new calculated variable but am struggling with the ...

1 2 3 4 5