Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~3K People Reached
Favorite Forums
Favorite Tags
Member Avatar for remyajames

Hai, I am doing a project in VB.Net and SQL Server 2000. When I try to execute my queries in the crystal report it gives a query engine error and in other cases it shows the report with each row repeated. The SQL Query works perfectly in the query analyser. …

Member Avatar for Armand_1
0
339
Member Avatar for DATABASE

[COLOR=darkred]hi I have some questions in VB.Net[/COLOR] [COLOR=darkred][/COLOR] [COLOR=darkred]1- how can I retrieve data by VB.Net from database using MS Access database? 2- can I retrieve data from a database and list them in a [COLOR=blue]CheckedListBox[/COLOR]? [/COLOR] [COLOR=darkred][/COLOR] [COLOR=darkred]thanx[/COLOR] [COLOR=#8b0000][/COLOR] [COLOR=#8b0000]Please help me :-| [/COLOR]

Member Avatar for durgeshmali1987
0
318
Member Avatar for anjaly.s

Hi, I am doing windows application prgm using webbrowser control.If I click any links in the webpage,it should open in the same webbrowser control.Otherwise one new windowform should popup with webbrowser control in it. I am in trouble how to proceed If anybody have ever tried this,please let me knw …

Member Avatar for johnsims194
0
636
Member Avatar for sravankolla

Hi all, I am working with a project which includes Crystal Reports in Vb.Net and SQL Server2000 as Back end. The code in button click is [code] str5 = "D:\AttendanceReport.rpt" If Not IO.File.Exists(str5) Then Throw (New Exception("Unable to locate report file:" & vbCrLf & str5)) End If str6 = "SELECT …

Member Avatar for sierrainfo
0
157
Member Avatar for Gigo

Hello guys, I have been working for a long time a project in vb.net using a database which is in SQL Server 2000.I am currently trying to upload an image!The file i want to upload is not type image but nvarchar.I have made save it inthe database as ID of …

Member Avatar for shiny123
0
129
Member Avatar for mstester

Hey all, Can anyone explain to me how i can change forms UI at run time? Basically the application I'm building is very similar to the MySQL Administrator (see attached file) So when the user selects different option i.e. "User Administration" different tabs appear in the panel on the right …

Member Avatar for mstester
0
118
Member Avatar for jigry

i want to use sendkeys method in vb.net project .whn i put in the code for "WINDOWS KEY" it gives me the error message.tht it is invalid. is it possible to send keys like this: for example in button's click event i i put [ sendkeys.send({LWIN})] it says: "An unhandled …

Member Avatar for Amit007
0
159
Member Avatar for sonalika_ghosh

Also as [B]MSFlexgrid[/B] is a VB component but has been used in VB.Net could that be the reason for the eror f yes then plase suggest me the solution fr this. your suggesions would be precious :-|

Member Avatar for nzd
0
105
Member Avatar for khwo

hi all, I'm new user in VB.Net. I facing a problem here is I no have idea how to use the ListView in VB.Net. Can anyone of your give me some advice here. I want o call the data from database to the listview when form load, after that i …

Member Avatar for Tanvir
0
153
Member Avatar for ninelg

I create a report by allowing users to select certain criteria from dropdownlistbox. Dropdowns: site, project, startDate, endDate, reporting level (summary or agent detail) I have the following datagrid with 7 columns: [Code] <asp:datagrid id="grdResults" runat="server" Height="50px" Font-Names="Tahoma" Width="900px" Font-Size="XX-Small" BorderColor="Silver" ForeColor="Black" PageSize="1" adding="1" AutoGenerateColumns="False" BorderStyle="Solid" CellSpacing="1" HorizontalAlign="Center"> <Columns> <asp:BoundColumn …

Member Avatar for Amit007
0
125
Member Avatar for Ruchika garg

hello how can i do grab or sizing handling in .net while using pictures. thanks.

Member Avatar for Amit007
0
71
Member Avatar for manal

hi every one i wrote code for printig using vb.net 2003..i have problem with print preview that when it show up and i just close it ..it start printing... i hope any one can help me.. thanx

Member Avatar for Amit007
0
144
Member Avatar for -Anat-

hi there, this is my first post and i hope to contribute to this community in any way that i can. scenario: I have a database table with columns-> name, address, zipcode. each row contains the address of a person. desired result: i need to generate letters in crystal reports, …

Member Avatar for Amit007
0
200
Member Avatar for the_poet

Hi all, this is my very first post into this ng. I'm searching a way to resize external window app from whitin my vb.Net application, for example click on command button, this one starts iexplorer and set that window to a predefined size and position.

Member Avatar for Amit007
0
76
Member Avatar for Fenerbahce

Hi, When i click on a Button, i want it to search in database what string or integer Textbox has in it, and list that into datagridview. Thanks. VB.NET please

Member Avatar for Amit007
0
98
Member Avatar for shawn mohan

Hi, i'm a new programmer and i'm learning VS 2005 VB by myself and I've loads of questions to ask. My question is to how to auto increment my reference number with char(9). I'm creating a web request form where users will enter all their information on the form and …

Member Avatar for Amit007
0
109
Member Avatar for Embeza

Hi guys, I am a new programmer. While running ASP.NET on my PC, it says "localhost/.......500 errors..." What is the problem and the solution for this? thank you with regards

Member Avatar for Amit007
0
87
Member Avatar for static

Hi , I have a project about server. The server monitor the clients . Moreover , server can lock as well as unlock to the clients, control program usage. Plz tell me where can i get some references about my project ? plz help Thank you very much. :)

Member Avatar for Amit007
0
81
Member Avatar for Fenerbahce

hi, how can i find out that what number of record(row) my cursor focused on in database? thanks label1.text= active row`s number ????? example : [COLOR=#0000ff]Dim[/COLOR][COLOR=#000000] baglanti [/COLOR][COLOR=#0000ff]As[/COLOR][COLOR=#000000] [/COLOR][COLOR=#0000ff]New[/COLOR][COLOR=#000000] SqlClient.SqlConnection()[/COLOR] [COLOR=#0000ff]Dim[/COLOR] command [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] SqlClient.SqlCommand() [COLOR=#0000ff]Dim[/COLOR] kisiler [COLOR=#0000ff]As[/COLOR] SqlClient.SqlDataReader [COLOR=#0000ff] [/COLOR]baglanti.ConnectionString = [COLOR=#800000]"data source=instance2000;"[/COLOR] & [COLOR=#800000]"initial catalog=dbf;"[/COLOR] & [COLOR=#800000]"integrated security= …

Member Avatar for Amit007
0
89
Member Avatar for edu.quest

Hello guys, I am creating a parental filter like application in vb.net as my final year project. Now I want to create a client side web redirector so that i can redirect my browser to a user defined site on encountering a specific object. Can this type of redirector be …

Member Avatar for Amit007
0
86
Member Avatar for Preetha

Hello, i need to generate dynamic report. so that how to pass crystal report8.5 parameter values to vb.net2003. give some sample codings. Thanks .

Member Avatar for Amit007
0
67
Member Avatar for ohohling

i hv create a table into the datagrid but how i going to resize the column size.... [COLOR=#0000ff]Dim[/COLOR] Table1 [COLOR=#0000ff]As[/COLOR] [COLOR=#0000ff]New[/COLOR] DataTable("Customer") [COLOR=#0000ff]Dim[/COLOR] Row [COLOR=#0000ff]As[/COLOR] DataRow [COLOR=#0000ff][/COLOR] [COLOR=#0000ff]Try [/COLOR][COLOR=#0000ff]Dim[/COLOR] column1 [COLOR=#0000ff]As[/COLOR] DataColumn = [COLOR=#0000ff]New[/COLOR] DataColum("Customer Name") column1.DataType = System.Type.GetTyp("System.String") Table1.Columns.Add(column1) [COLOR=#0000ff]Dim[/COLOR] column2 [COLOR=#0000ff]As[/COLOR] DataColumn = [COLOR=#0000ff]New[/COLOR] DataColum("Customer Phone") column2.DataType = …

Member Avatar for Amit007
0
124