473,811 Members | 2,717 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Visual Basic .NET Forum

3
3,929
thread by: servantofone | last post Apr 27 '10 by: Frinavale
I'm designing a rather specific form in VB.Net 2008 Professional Edition for my company per a PDF file I have been provided. I just noticed that everything seems to shift at runtime... The change is drastic enough that the blank space is displeasing to the eye and doesn't match my predefined form. Does anyone know what's going on? Shouldn't...
1
2,422
thread by: ganeshvkl | last post Apr 27 '10 by: tlhintoq
hi, My application is VB.net 2008 with sql server 2008 , the application is working on the server . whereas in the client i got the error which i attached below Error " A Network - Related or instance - specific error occurred while establishing a connection to sql server. The server was not found or was not accessible . Verify that instance...
0
992
thread by: achalmehra | last post Apr 26 '10 by: achalmehra
hi friends. i am using VS2005 to develop a windows application. I have a datagrid bound to a dataset with only one database table in it. I have added following query to data adapter : SELECT MatNO, Descp, MatGrp, Type, Qlty, Unit FROM material_master WHERE (Descp LIKE '%' + @name1 + '%')
4
12,830
thread by: harmony123 | last post Apr 26 '10 by: harmony123
I would like to display the multiple records in multiple textboxes Following is my tables and data: tblJan with these data: col id 1 2 3 col January 10
0
962
thread by: nate1299 | last post Apr 25 '10 by: nate1299
I need help to Custumize progress bar from the defult windows 7 progress bars And i want to make aqua buttons like mac os x buttons
1
1,561
thread by: qfchen | last post Apr 24 '10 by: robjens
I had tried to use SQL statement to retrieve data record from SQL server, but when the database grow, the query speed getting slower. I just want to get most recent 5 records, any way to make it fast? Below is the SQL SELECT Top (5) EventNumber, IP, DateTime, DateTimeStamp, EsdMaxLog, EsdMaxLin, EsdMaxAbs, EsdCntAll, EsdCntLast, SvMax,...
5
3,546
thread by: Minu Thomas | last post Apr 23 '10 by: tlhintoq
hai, I like to know how to unload a single form in vb.net.I tired form.showdialog() and form=nothing,but this is not working. thanks, Minu
1
1,374
thread by: prasoon99 | last post Apr 23 '10 by: robjens
I open an Excel workbook from VB.Net and then want an event in the workbook (such as pressing a button) to activate code in VB.Net. How do I accomplish this type of callback?
1
3,525
thread by: PeterSchwennesen | last post Apr 23 '10 by: developer77
I like to add a gradient brush to each row of my datagridview. I like to change the gradient colors for each row independently depending of some cell values in the row. I know how to add a solid background color to each, cell, row, column etc. but I do not know how to add a gradient brush to each row individualy. I need to fill the...
2
2,363
thread by: srcfreitas | last post Apr 23 '10 by: srcfreitas
Hi, I'm trying to align datagridview columns at once to middlecenter. It works for the first column and does not for the others. I suspect it's a matter of the datasource property which is bind to a datatable which catches data from a SQL Server table. Below is my simple code and I thought that after this code runs I would have every column...
2
4,056
thread by: yahooguy | last post Apr 23 '10 by: yahooguy
I have an application where a datagridview is used to display some data, a datatable is bounded to it, and i want to put some text in the front of some rows to indicate that they are different from others. my code checks the rows and used the following mydatagridview.Rows.Item(iCnt).HeaderCell.Value = "A" to set the row header values, it...
9
1,271
thread by: habilatate83 | last post Apr 22 '10 by: tlhintoq
Public Function YearAdd() NextReveiw = DateAdd("yyyy", 1, ) End Function Public Function DateDiff() ReveiwMonths = DateDiff("m", ReveiwDate, NextReveiw) End Function Private Sub Form_Current1() If ReveiwMonths >= 1 Then
1
3,270
thread by: Bokac | last post Apr 21 '10 by: tlhintoq
I want to make a software in vb where i wanted to use access as backend.i m very new in this line.please give me a complete code for making marksheet preferebly.please help me out
0
1,276
thread by: waynus62 | last post Apr 21 '10 by: waynus62
Hi Whenever I try to use an openfiledialog I get the same issue. On my personal computer, it works fine... when launched on my work PC (Running XP), I can only view directories leading to the application path. I can browse to other servers/network drives normally and can view other paths on the same network as the app by typing the path into...
2
2,091
thread by: MATTXtwo | last post Apr 21 '10 by: MATTXtwo
i got byte() value as '1111111111111111AAAAAAAAAAAAAAAA1111111111111111' i want it to reverse back to string, i don't know how to input back this string into byte() as it is
0
855
thread by: satheeshmca | last post Apr 21 '10 by: satheeshmca
how to assign a system.dataset to user defined dataset(sample.xsd)? please any one help me... advance thanks
5
2,864
thread by: kamran26 | last post Apr 20 '10 by: tlhintoq
I am opening a Second From IN Different Thread and I am using this second form as Progress bar. This second forms opens as another form but I want this not to appear on taskbar instead it should be on top of the original main form. If ProgressTitle = Nothing Then ProgressTitle = "Batch Process Is Running #1" End If ...
24
2,937
thread by: shanehenery | last post Apr 20 '10 by: tlhintoq
Hi It is a calculating form to indicate on how many books you bay and the total discount you will get after you click calculate it is not all the coding in the hole form just the calculate part It is not calculating the 15% discount DiscountTextBox , discount price DiscountedTextBox it only gifs me a 0.00 amount
1
1,060
thread by: syed83 | last post Apr 20 '10 by: MrMancunian
hello, i want to read a set of files from a particular directory( for example: D:\Date has set of .xls files like D1.xls, D2.xls, D3.xls). if the the file is not there then it should throw error.i am not getting how to to do this VB.Net? can anyone please help me to solve this issue.
8
7,197
thread by: dougancil | last post Apr 19 '10 by: MrMancunian
I'm a new vb.net user and am creating a page on a Windows 2003 Server. When I try to view the page with a browser I get the following error: Parser Error Message: The file '/Sandbox/fileinput.aspx.vb' does not exist. Here is the code for the page: <%@ Page Language="VB" AutoEventWireup="false" CodeFile="fileinput.aspx.vb"...
2
3,259
thread by: ricardosms | last post Apr 18 '10 by: ricardosms
Hello: I have a custom control with a Combobox that at form1_Load gets filled with the names of the controls with visual interface. From this ComboBox the user selects a control name and that control, if is docked, gets undocked and is moved in increments depending on where you click on a PictureBox, changing the control's ".Top" and ".Left"...
4
3,234
thread by: lauclaw | last post Apr 18 '10 by: lauclaw
i used a code to decode a ASCII code: textbox1.text=chr(textbox2.text) when i type 97 in textbox2, textbox1 show correct answer that is 'a'. But when i type 9797, is there any possible ways to get 'aa' in textbox1?
2
7,331
thread by: CharlieChilds | last post Apr 18 '10 by: CharlieChilds
Hi, I use Visual Web Developer 2008 Express. I have Label1 in a DataList ItemTemplate. I wish to use a button to get the text from that label and add it to text in TextBox1 which is elsewhere on the page. I know how to do this from a standard label on a ASP.NET web page but cannot work out how to get the text from a label inside a DataList ...
0
1,247
thread by: MickT | last post Apr 17 '10 by: MickT
I am trying to detect whether or not the control key is pressed whilsr resizing a form by dragging the right side or bottom of the form with the mouse. The purpose is to exit the resize event if the CTRL key is pressed so that code in the event is not executed. I have tried form.keydown to set a boolean if the CTRL key is pressed but that...
9
3,339
thread by: achalmehra | last post Apr 17 '10 by: achalmehra
hi friends..i am using a grid view with one of its column as combobox. now what i want is that when user select some option from the combobox then some of the cells only in the same row get filled automatically according to the selected option. like if there are 4 fields in grid : emp_id , name , age , salary and id column is of type combobox...

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.