473,538 Members | 2,706 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

0
1,789
thread by: buran | last post Nov 20 '05 by: buran
Dear ASP.NET Programmers, I have a web user control (a search menu) which has 2 validation controls (one for input and another for the search criterion). I am including this search user control in ever page in my application. In pages with validation controls, both the validation controls in the web user control and the normal form page are...
0
320
thread by: Gary | last post Nov 20 '05 by: Gary
I have a database in Oracle, which i have converted to Access1 database. The client has his own Access2 Database. I want to transfer the data from the Access1 database to Access2 database. The Access2 database has the tables of Access1 database and addditional tables. This wil have to be done at regular intervals.
0
837
thread by: ShawNews | last post Nov 20 '05 by: ShawNews
Hello Everyone: Does anyone know of any LEGAL VB.NET E-Books on the net. If you can point me in that direction, I would appreciate it! Thank you Sincerely, Kevin Parkinson
0
966
thread by: | last post Nov 20 '05 by:
Hi! I develop an application and I need a mouse driver for universal and intelligent scrolling behaviour with wheel. Something like the Microsoft IntelliMouse has. Is something like that anywhere availabel? regards,
0
774
thread by: Lou | last post Nov 20 '05 by: Lou
I convert a series of targa images to an avi file?
0
1,284
thread by: Sean | last post Nov 20 '05 by: Sean
hi, I have an excel sheet, and i want to be able to read thru' the cells of the excel sheet and pick up values and store them in a place for every line. like read all B columns till the end of the file and then read all D columns. I want to be able to store these two values in someplace, so then i could do some other calculations. ...
0
4,445
thread by: tcochunk | last post Nov 20 '05 by: tcochunk
I have a VS .Net 2003 solution that contains 2 projects. Project 1 is an ASP .Net application. Project 2 is an EXE that is executed from another program (no UI). Both projects interact with a SmarTeam database. I used aspnet_setreg.exe to encrypt the username and password for the asp process. I would like to retrieve these values...
0
1,303
thread by: Chris Calhoun | last post Nov 20 '05 by: Chris Calhoun
How do I set the header height in a datagrid. Meaning the like word wrapping "Header Text" "Header Text" Thanks in Advance.
0
1,650
thread by: Ken Powers | last post Nov 20 '05 by: Ken Powers
Hello everyone, Sorry about the repost, my second VB.NET App is done with the exception of this error. I'm getting a strange error when I try to bind a combo box to a Dataset. Here's my code! Private Sub Get_Data() Try Dim sqlcmd = New SqlCommand("Select * from Utility order by
0
914
thread by: Andy | last post Nov 20 '05 by: Andy
When I'm starting a project , i have to create some directories on Windows 2000 server. I have to apply security for particular users or groups. (Users and Groups are include in Active Directory) I want to create a .NET Application to build by itself, directories (tree) an apply security with info provided from database. What is the...
0
1,311
thread by: Kartic | last post Nov 20 '05 by: Kartic
I have a ComboBox with DropDownStyle=DropDownList. Is it possible to cancel the e.KeyCode in KeyDown event. When I press "N" it goes to Item starting with N, which is ok. But when I press CTL+N then I don't want to go to any item. How do we do it. Private Sub cboApDistribution_KeyDown(ByVal sender As Object, ByVal e As...
0
1,086
thread by: Jim | last post Nov 20 '05 by: Jim
I have this string available to me stored in a varable. How can I transform this string so that I can use it in a datagrid, to set the headings and fill the grid? sXML = <Results><Result QID="1" Question="Do you make thoughtless remarks or accusations which you later regret?" AID="1" Response="Yes" Score="2"/><Result QID="1" Question="Do...
0
2,214
thread by: Patricia Kline | last post Nov 20 '05 by: Patricia Kline
when opening som of my projects, a dos prompt with the title of c:\Program Files\Visual Studio .NET\FrameworkSDK\\bin\mscordmp.exe (there are 2 \'s between FrameworkSDK and bin) that says Microsoft <R> Common Languange Runtime Mindump Utitlity . Version 1.0.3705.0 Copyright <C> Microsoft Corporation 1998-2001. All rights reserved. Then the...
0
1,304
thread by: Erik | last post Nov 20 '05 by: Erik
I have a Form that has 2 OleDbAdapters and one dataset object. In the dataset I have two tables that are joined. My datagrid is looking at one table. I add new records to the datagrid. I want to be able to reload the datagrid or refresh the contents of the datagrid. Problem is that when I refresh the dataset it also refreshes the other...
0
2,201
thread by: Brian | last post Nov 20 '05 by: Brian
Hello - Ive got a READ ONLY Datagrid with records of people (2 columns, FirstName and LastName). I would like the first column to be a checkbox that allows the user to select a row and then do various tasks. How do I add this checkbox column to the datagrid, if it is not bound to a column in the dataset? I have been able to do it by...
0
1,216
thread by: FST | last post Nov 20 '05 by: FST
Hello All, Why does the database update from inside the Button1_Click event, but won't update from inside the DataGrid1_CurrentCellChanged event when I change cells? The message from inside the DataGrid1_CurrentCellChanged event appears but OleDbDataAdapter1.Update(DataSet11) doesn't happen. Private Sub Button1_Click(ByVal sender As...
0
785
thread by: Lai Pier Paolo | last post Nov 20 '05 by: Lai Pier Paolo
0
960
thread by: Andrea | last post Nov 20 '05 by: Andrea
Hi! When I try to autowidth (width=-1 or width=-2) first column of the listview (in Detail mode) the contents appears truncated with three dots ended. This problem occurs only when program runs with XP Styles active (with manifest file). VS 2002/Windows XP SP1/Framework 1.0 SP2 (all Italian) Sorry for my English!
0
1,101
thread by: Richard Grene | last post Nov 20 '05 by: Richard Grene
I am binding an excel sheet with a datagrid using oledataconnection. The problem I have is one of my Excel columns is filled with Invoice Numbers and some numbers are numeric and some have aphanumeric. Even if I set the Column to text, the numeric invoice fields come into the adapter as null. Any suggestions? Thanks, Richard
0
1,514
thread by: wojo | last post Nov 20 '05 by: wojo
Hey guys, i'm having really hard time displaying new form from the inside of Event hadler that runs within the process of the caller. the new form shows but i cant focus on it and it just hungs there. Private Sub on_PrivateMessage(ByVal vUserName As String, ByVal vMessage As String) Handles objC.PrivateMessage Dim lForm As frmPrivate ...
0
1,088
thread by: Shadowboxer | last post Nov 20 '05 by: Shadowboxer
has anybody come across an UnRAR Library for VS.NET? I can't find anything useful and the latest examples on eugene's site are vb6 and they won't compile properly in .net thanks -J
0
2,137
thread by: What-a-Tool | last post Nov 20 '05 by: What-a-Tool
Ended up using the following to hide unwanted columns and set the width of a column. Now I want to re-arrange the displayed order of the columns, so I tried creating another table style and adding the columns in the order I wanted them, but for some reason I end up with all table style settings gone. Anyone see what I'm doing wrong? Thanks -...
0
823
thread by: Baltazar Martínez Galla | last post Nov 20 '05 by: Baltazar Martínez Galla
Hello, I'm developing some software that will be sold in the market in the next couple of month, I develop in 2 different machines, with high capacity ram and speed, my question is this: Is there a way i can find out the requirements that the software will be needing, just like the ones in software been sold, software requierements, system...
0
1,094
thread by: Dan | last post Nov 20 '05 by: Dan
Anyone know how to invoke the .NET Replace dialog thorugh code (say, from within an addin)? More specifically, I'm trying to open the replace dialog with some pre-set parameters (such as FindText and ReplaceWith) for the user. I've tried executing Edit.Replace with just about every option but it either displays without any options or remains...
0
1,382
thread by: news.microsoft.com | last post Nov 20 '05 by: news.microsoft.com
Hi, I have the MS web browswer com object in a project. The dock is set to full, as I want the browser to take up the entire form. Problem is i always resizes itself to the size of the html page it is displaying, and ignores the dock/full setting. I can not see a property to override this, and it ends up using 1/3 of the

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.