20,284 Topics
| |
Hi! I wish to display checkbox beside every row in a bound datgarid in a vb.net windws form. For instance, I select 3 records from SQL, I want it to display with checkboxes beside. How to do that? I further wish to find out in a button click event which … | |
hello how can i send mail from my server based application program..the code that i wrote don't show any error but its not working..i am not getting any mail.. | |
what would i do if i want it to check if something certain has happened when there is a change on the form? because i have a tab control and each tab has 2 different textboxes and when they are the same i want a notice to pop up, but … | |
Hi All, Would someone please help me with this problem I've been struggling with for a few days now. I am trying to convert a file from this Upper Case:- 01m-matt-01-01 BIBLOS GENESEWS IHSOU XRISTOU UIOU DAUID UIOU ABRAAM To this Lower Case into New Testament Greek:- 01m-matt-01-01 biblos genesews … | |
Hi I have a progg that opens a file containing text in a Richtextbox, the textbox content is manipulated and sent to an other Richtextbox. Then I create a new excel workbook and a sheet, select some of the lines and sent to the excel sheet. This is probably a … | |
Hi - Wondering if anyone has built any .net apps (standard windows, not necessarily web apps) that connect to a Filemaker .dbf database. It doesn't seem to be a standard dbase file. Any help appreciated. | |
hi all, i newbie in this forum and vb.net too. i hope i can learning much from this forum. i want to play flash on my form. does anyone know how to do this?? thx... best regards... | |
hello plzz help me out how to write the event for a button or anything created at runtime whoever bothers to help ,thanks to them in advance | |
Hello, I am writing a program that connects to a webservers db. I have a testing db on my local machine and i add a new dataset to this local db. I have tried to go into the app.config and change the connectionstring to a global variable i created useing … | |
Hello I have the following code to display my time difference on a label and it works fine until my endtime is less ie. "01:00:00" and now() is more ie. "13:00:00" What can I do to rectify this? [code] Dim EndTime As New DateTime(Now.Year, Now.Month, Now.Day, My.Settings.EndHour, _ My.Settings.EndMinute, 0) … | |
Hey there guys. I need to load data from a MS Access database into my application, but when I try to do so, I get either an error in my FROM clause, while data from precedent tables has already been loaded using that same FROM clause [which changes programmatically every … | |
I was currently writting a Cyber Cafe for the client side which start up with a form that maximize and block all the client control like shortcut key and other security. It's fine to work in my pc and it take only about 5 second to startup the application and … | |
Hi everybody! i working in oracle 10g forms and reports.... i try to use this crystal report in 10g... please help me how to call this report in application.....my application server remote how will i call the remote server in my crystal report.......please help me.... thank you, saravanarajan... | |
Hi friends i have a big problem... i want only the first Character to be Upper and all the rest lower and then the next name to be upper and then lower.. for eX. Geeta Lopez Can u Plz Help Me | |
Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 … | |
I need help with representing quotation v/s sales followup in a s/w am developing for a company...the operator needs to be able to see position of all quotations made and the position for sales.How do i make a user friendly approach for this? Thankx.. | |
OK, so I'm finally transitioning from VB6 to VS 2005 and it is excruciating. I do a lot of db programming in VB6 and Access 2003 and just trying to connect to a table in VS2005 has taken me several hours. I finally could read data from a table and … | |
Hi folks, I am new to VSTO and am trying to write an Excel addin. The project was migrated from Excel VBA where the RefEdit control was often used. However this control does not seem to be available in VSTO. Does any-one have any suggestions on how I can have … | |
i have made walls for my 2d topdown view game by using pictureboxes.... but the player1 must move in the map but when it hits one of the walls it must not pass through.... the .Top .Left .Right .Bottom do not work as they take the whole forms width or … | |
ok i kno wthe other thread i made was stupid but this one actually has use, first off how can i code a button to add a row to a database and make the row a yes/no so it will show as a radio button on the form and stay … | |
Okay, im trying to write a simple calculator. Heres my code: [CODE=VB]Public Class Form1 Dim value1 As Double Dim value2 As Double Dim sign As String Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text = " " Then TextBox1.Text = "1" Else TextBox1.Text = … | |
Hello, I have a peculiar problem with vs .net 2008. I used to have vs .net 2005 but then I uninstalled it and installed a fresh copy of vs .net 2008 pro edition. This problem only appeared on vs .net 2008. The problem is: 1. I start vs .net 2008 … | |
hi all, I have to work on 'print' button, when it is clicked data from the database should be printed on an envelop not on a simple paper. Data in the database are Name, Address, Phone number, pincode, city and country name. There may be many ways to print message … | |
I am using SQLEXPRESS 2005 and I want to call my function() from my Class.vb file into the stored procedure. Like I made this public function amount(Unit as double, Price as double) dim GetValue as double GetValue=Unit * Price return GetValue end function | |
Hi All ! I want to use the returned value of user defined function of source code(VB.NET) in Databases( MSSQL) is it possible to throw the returned value of user defined function of source code into databases? Kindly Help me in this regrads plzzzz ... its really very urgent ! … | |
i wanna make a grand total field for each page that mean for one page it has one total field for it but i cant cant the formula to reset my running total field with it go to the new page . Can anyone solve my problem? | |
[I]Helloooooo...[/I] I've been working a simple calculator for a kind of RPG I'n developing, and it requires use of a grid. I have a set number of checkboxes in a grid formation, where the user checks off two of these boxes. From here, I'm trying to get the measurement between … | |
I am trying to run [B]XCOPY[/B] to copy files from one directory in a server into another directory in a another server.I am creating a new System.Diagnostics.Process, filling out some start info, then kicking it off with Process.Start(). When I run this code in a console application or a windows … | |
I am trying to send text to an external running program using sendkeys. The code I have works, but if I insert a breakpoint and step through the code, it freezes. It freezes at "SendKeys.Send("^s")". Could someone please tell me why or offer me some suggestions? Thanks Ron [CODE]Module Module1 … | |
does anyone how to rotate a picture during runtime in vb2008...??? also i need ideas on how to make the walls and the bullets....!:D |
The End.