20,278 Topics

Member Avatar for
Member Avatar for k.vijayakumar
Member Avatar for k.vijayakumar

can we freeze the footer row of gridview.i freezed header using table and skin. overflow=auto position=relative now i want to freeze footer row

Member Avatar for kvprajapati
0
78
Member Avatar for k.vijayakumar

when mouse pointer comes to a row, it should be different from other rows.is it possible. thank you for ur answer

Member Avatar for kvprajapati
-1
82
Member Avatar for k.vijayakumar

hi,i dont anything about cache.i am using window authentication. when i was logged in,no other should log into my account with my account.some body said, you can use cache.but i dont how to use.please help me. thankyou

Member Avatar for kvprajapati
0
91
Member Avatar for hery

I have a textbox with "10000" i want to format it to "10,000.00". How i can make it in vb.net ..

Member Avatar for samir_ibrahim
0
6K
Member Avatar for dre-logics

[CODE]myconn.Open() MySQLstring1 = "select picture from naw where id = 17" myCommand1.Connection = myconn myCommand1.CommandText = MySQLstring1 myReader = myCommand1.ExecuteReader If Not myReader.HasRows Then MsgBox("now rows found") Exit Sub End If If myReader.Read Then Dim imgByteArray() As Byte imgByteArray = CType(myReader.Item("picture"), Byte()) Dim MyStream As New System.IO.MemoryStream(imgByteArray) [COLOR="red"]PictureBox1.Image = Image.FromStream(MyStream) …

0
73
Member Avatar for stevyL01

Hi, I have been figuring out how suppose to trigger 2 events when a timer start. For example, let say i set an alarm 1 hr before 10:00am to trigger the 2nd event, but at 9:55am, the 1st event like countdown timer should kick start. Using VB. Can anyone show …

0
36
Member Avatar for hery

I want to question for all. I use Visual Studio 2008. Why everytime i show my form, i must declaration variable. Example [code] Dim form1 as new Form1 form1.show() [/code] Why i can't use form1.show() direction. My friend can use form1.show direction without declaration variable in Visual Studio 2008. What's …

Member Avatar for GeekByChoiCe
0
438
Member Avatar for Merovingian

Hi all, I know I can do basic text searches to see if the text is there but I have no idea how to actually pull some select data out of a text file into a variable. I can search with something like this function: [CODE] Private Function CheckFile(ByVal FileName …

Member Avatar for Merovingian
0
115
Member Avatar for mania_comp

Hello Guys.. I am working in VB.NET I have to textbox : txtStartTime and txtEndTime After filling in values i need to validate that Start time must be less then Endtime. Values are entered in 12 hour format like 08:32 AM I can go for sub string logic and split …

Member Avatar for dalbocha
0
232
Member Avatar for Oebenezer

[code=vb.NET] Hi, Pls I'm trying to move across tabpages without clicking on the tabcontrols but by using a command button to move across tab controls

Member Avatar for Ramesh S
0
91
Member Avatar for jquesb

I have designed a copmrehensive project in VBaccess for my company that is able to monitor all records regarding processing and reception of raw material. Dispatch of the final product and handling the transporters and buyers catalogues and finally the market analysis, i feel its getting out of hand since …

Member Avatar for ithelp
0
96
Member Avatar for jquesb

I Need To Change a detailed database i have designed for my company into VB.Net I It possible

Member Avatar for sknake
0
40
Member Avatar for nolesce

I am writing an app where I will need to pop up a form to allow the user to enter data and then pass back at least a portion of that data (an ID perhaps) to the calling form. I have not completely decided how I am going to handle …

Member Avatar for nolesce
0
99
Member Avatar for jaffacakes

Hi all, I've followed links to this site many times but I've never really taken a good look until today... what a great site!!! Anyway, I'll stop kissing the mod's bottoms and post a query! I've been tasked with creating a kiosk style system to browse a college library catalogue. …

0
44
Member Avatar for sameeraict

i know some about vb.net programming and i'm interested in developing some software which is able to Get Data From Serial Port /parallel Port to my working form. can somebody advice me ,how to start such kind of developing and what should i refere (web sites /e books) for this …

Member Avatar for sknake
0
604
Member Avatar for Clueless86

Ok, I mostly used Python to learn programming.. I am now trying to learn VB.. This is my problem..It seems that tutorial after tutorial I read has no examples as I am trying to do.. 1. Dim x As Integer = 100 # this should make x = 100 right? …

Member Avatar for samir_ibrahim
0
190
Member Avatar for hery

Hello, How can input number to database where my field in database data type money.. This is my code: [code] Private Sub SaveData() Try If adcLEDGER.State = ADODB.ObjectStateEnum.adStateOpen Then adcLEDGER.Close() adcLEDGER.ConnectionString = strCONNECT adcLEDGER.Open() Catch ex As Exception MsgBox(ex.Message) End Try Try Dim vANSWER vANSWER = vbYes modPY.LookUpST(adcLEDGER, "SELECT * …

Member Avatar for sknake
0
151
Member Avatar for ggl0rd

i got problem to refresh my database when : save= i already save but need to restart vb to find that data again. delete= when i delete and try back to menu then find that data, the data not delete yet..same with save need to restart vb.net then the data …

Member Avatar for ggl0rd
0
101
Member Avatar for kerek2

Hi, I'm already create connection to database with datagridview to view the data. I also create header unbound like this :- STUDENT ID,STUDENT NAME,REMARKS(CHECKBOX). I need to pull data from database with column SM_STUDENT_ID,SM_STUDENT_NAME then insert under this datagridview column.....how to do that..c.an anyone assist me.....so long to setle it..plzzzz

Member Avatar for sknake
0
78
Member Avatar for hery
Member Avatar for Eric_

Hi I have made a program that reads a raw pcm file and plays it. The function itself is working (finally) but when i play the sound a lot of noise is playing along. Writing the array to harddrive before playing proves that it's the reading to the array that …

0
54
Member Avatar for dewclaw

Anybody have any experience calling web services from other web services? I have a web service for connecting to the database as odbc connection and then I have another service that searches a database. Is there a way to call the connection service, make the database connection, and then pass …

0
39
Member Avatar for k.vijayakumar

.Freezing { position:relative ; [[COLOR="red"][COLOR="Red"]B] top:expression(this.offsetParent.scrollTop); [/B] [/COLOR][/COLOR] } i used this code but an error saying 2.1 top has expression prop.top:auto|inherit|unit. so i changed top:auto.then also i am not getting .what to do thank you

0
66
Member Avatar for manutd4life

Hello can some1 help on how to create a subform in vb.net, cause i dont have any idea how to do it. Please help

Member Avatar for Piya27
0
84
Member Avatar for k.vijayakumar

i have 26links.when i click on "a", a grid is visible with footer row having textbox and addbutton along with words related to "A".But when i am entering words with other words also it is taking.when i click on addbutton, it should say u should enter word starting with "a" …

Member Avatar for GeekByChoiCe
0
106
Member Avatar for k.vijayakumar

i have skinid for label.In my grid, i have several columns and i took labels in itemtemplate for that columns.i have several grids in project.how to apply for all columns for all grids where i use label thank you

Member Avatar for steven.culshaw
0
81
Member Avatar for Pgmer

Hi all, i need to select the paragrah from the current cursor position. any ideas?

Member Avatar for Pgmer
0
106
Member Avatar for raghavnyk

I am writing an windows application in VB.Net to automate the internet explorer using Visual Studio 2005. There is a website with list of orders. I need to accept the orders automatically whenever they arrive. There are 2 pages in a websiteand they will refresh at regular intervals. In the …

Member Avatar for raghavnyk
0
107
Member Avatar for hery

how to delete the current record datagridview using adodb in vb.net... this is my code: [code] Private Sub cmdDelete_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles cmdDelete.Click adrCURR.Delete(ADODB.AffectEnum.adAffectCurrent) end sub [/code] the code is working but not the current rows is deleting, but the first record is deleting... Please …

0
58

The End.