20,284 Topics

Member Avatar for
Member Avatar for nice_true

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 …

0
83
Member Avatar for shibukr

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..

Member Avatar for debasisdas
0
52
Member Avatar for rhinocort23

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 …

Member Avatar for debasisdas
0
90
Member Avatar for Eric132

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 …

Member Avatar for debasisdas
0
1K
Member Avatar for BULK

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 …

0
76
Member Avatar for ericstenson

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.

Member Avatar for ericstenson
0
82
Member Avatar for Naruse

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...

Member Avatar for Naruse
0
125
Member Avatar for mahvish

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

Member Avatar for Jx_Man
0
67
Member Avatar for Ole Raptor

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 …

Member Avatar for Ole Raptor
0
130
Member Avatar for Xooku

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) …

Member Avatar for DangerDev
0
243
Member Avatar for Zababa

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 …

0
75
Member Avatar for kwan_kwan08

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 …

0
41
Member Avatar for saravanarajan

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...

Member Avatar for saravanarajan
0
91
Member Avatar for geetajlo

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

Member Avatar for ivatanako
0
108
Member Avatar for iown714

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 …

0
73
Member Avatar for kevin.george.it

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..

Member Avatar for kevin.george.it
0
85
Member Avatar for GrexP

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 …

Member Avatar for GrexP
0
131
Member Avatar for bbollen

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 …

0
64
Member Avatar for Dell XPS

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 …

Member Avatar for kens7601
0
102
Member Avatar for rhinocort23

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 …

Member Avatar for rhinocort23
0
98
Member Avatar for toko

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 = …

Member Avatar for toko
0
68
Member Avatar for iown714

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 …

0
56
Member Avatar for AniWeb

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 …

Member Avatar for Ramy Mahrous
0
89
Member Avatar for nizar4friend

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

Member Avatar for Ramy Mahrous
0
43
Member Avatar for Saman Aslam

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 ! …

Member Avatar for Ramy Mahrous
0
103
Member Avatar for rathana

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?

0
43
Member Avatar for BeastOverlordH6

[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 …

Member Avatar for ericstenson
0
103
Member Avatar for r.kadiresan

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 …

0
44
Member Avatar for rgr

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 …

0
92
Member Avatar for Dell XPS

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

0
51

The End.