20,285 Topics

Member Avatar for
Member Avatar for Tamir09

Ok, I know about how to check for the end of a file, but what I need to know, is if you create a new file, thats empty, how do you check if it really is empty, and if its the same as EOF, then what am I doing wrong …

Member Avatar for ddanbe
0
2K
Member Avatar for Sneaky Pete

Hello everyone, I have a txt file with data which I want to import to an excel file, by button click. The first couple of lines of the txt file contains general information which I don't want to export. The program should only read the lines which contains a word …

Member Avatar for Raul Perez
0
473
Member Avatar for Parth_3

hii frnds Need Help i am work on vb.net windows application now in my application there are on update button but simply if u update the record then first delete the record then insert that's update there record but i check if E_id and E_code same then msg show data …

Member Avatar for hericles
0
425
Member Avatar for Papa_Don

Group, I've created and published a VB.net program. I've also installed this onto my computer. I want to set it up now to run via the Window Task Scheduler. However I need to locate the executable file to start the run. However I'm unable to find it using the name …

Member Avatar for Minimalist
0
5K
Member Avatar for SoftBa

Hi there to all I'm trying to make application which should extract certain data from XML files. I'm using form, combobox and button. If someone could guide me because I'm not so familiar with programming... here is code example To populate Combobox1 and it works fine Private Sub form1_load(sender As …

Member Avatar for SoftBa
0
892
Member Avatar for TonyTGI

Hello! I recently installed windows vista on a old laptop, and i saw that it comes with a program called Windows photo gallery. Is there any way to make a program with all \ most of the features of that program? Thanks!

Member Avatar for Mr.M
0
501
Member Avatar for Herbert_1

Private Sub btnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btnPrnt.Click Dim genCMR As New GenerateCMR Me.pReport.Controls.Add(genCMR.Generate(Request.QueryString("GUID").ToString)) Me.hlReport.NavigateUrl = "~/Secured/CMRTemplates/cmr.aspx?GUID=" + Request.QueryString("GUID").ToString Me.lReport.Visible = False mpext.Show() ClientScript.RegisterStartupScript([GetType](), "print", "window.print();", True) End Sub

Member Avatar for pritaeas
0
218
Member Avatar for Mr.M

Hi Dw. I have a project that uses Process to marge some files, now because the merging can take quite sometime I've used BackgroundWork. The main problem I'm facing is to know when the Process is done because I want to delete the files that it was merging with so …

Member Avatar for Reverend Jim
0
3K
Member Avatar for Parth_3

hii frnd i need your help i am work on vb.net window application my qus is IN COMBO BOX I SET THE VALUE FORM THE DATABASE AND IT'S SHOW IN COMBO BOX LIKE NAME BUT NOW IF I SELECT NAME THEN OTHER INFOMATION LIKE EMAIL ID OR ETC ARE ALSO …

Member Avatar for Santanu.Das
0
316
Member Avatar for Ghast

Hello. I have a weird problem with VB.NET applications. In Visual Studio 2013 the work just fine. But outside of VS, it does not run. At all. In a nutshell, the process runs 3 times using almost no ram but GUI is just not there. Also I can not kill …

Member Avatar for Ghast
0
526
Member Avatar for Parth_3

i create one function but in return function so there is error like argument not specified for parameter 'arguments' of public function give some proper soluation **and code for checking same value in database and if value are same then msg box show value are exists and new value then …

Member Avatar for Santanu.Das
0
298
Member Avatar for Parth_3

i am create vb.net window base wpf application useing database now one thing i did't found... in database there are two table Emp_master and HBA Now in Emp_Master table more then 10 record.. then in HBA table if any new record insert it's check the Emp_master **table if record allready …

Member Avatar for Santanu.Das
0
75
Member Avatar for Parth_3

Hi all, I have a text box in a windows form. My question is, how to check existing text which is entered in text box through database? Please reply me with an example. in vb.net windows application.

Member Avatar for Santanu.Das
0
82
Member Avatar for KushMishra

Hi, I have a WPF Grid with multiple controls like TextBox, ComboBox, CheckBox etc. and their properties like Text, SelectedItem, IsChecked etc. are present inside the view model bound to the view perfectly. I want to copy the values of all the controls to the Clipboard (may be) and want …

Member Avatar for Santanu.Das
0
2K
Member Avatar for Jin_1

i want to make a software of POS .. and i have problem in saving my inovice using datagridview any one plzz help me,,,

Member Avatar for Minimalist
0
62
Member Avatar for TonyTGI

Hello! I need to know this: How do i write something in a rich text box, then close the form, then next time I run it, the form will keep that text? Thanks :)

Member Avatar for Reverend Jim
0
141
Member Avatar for theonebit

My Visual Studin 2010 suddenly showing nbsp symbol for the html designer. how do i disable it.

0
126
Member Avatar for Reo_1

hello Am trying to make an app which has five questions with textboxes for each question for entering answers.Question one has two textboxes worthy one mark each for the correct answer and question two one textbox worth two marks for the correct answer.I want the marks got for the correct …

Member Avatar for AndreRet
0
527
Member Avatar for TonyTGI

Hello! I need a way to use a Progressbar to show the status of a web page loading in a web browser, Heres what the code for the project is: Button1: - WebBrowser1.Navigate(TextBox1.Text) TextBox1: - TextBox1.Text = WebBrowser1.URL.ToString() That works, but I have not even a "slight" idea how to …

Member Avatar for Reverend Jim
0
106
Member Avatar for basit_3

hello guys i make a database software and i want to import sql file into mySQL database with query , so that when user click button this sql file is auto import , Is there any way to do this , thankx

Member Avatar for basit_3
0
600
Member Avatar for nemzmiyaw

i want to disable the Alt Tab, windows key, ctrl esc key. FOr my Log On Security that start up in coomputer like windows log on. Thanks for the help. Try to search hours for this but i cannot find the right solution im using vb.net 2005 and OS is …

Member Avatar for adeministrator
0
6K
Member Avatar for Undeva

Hello, Please help me, I want to stay on the desktop application when pressed lwin + d or show desktop button, Topmost not want to stay in all the time, fail at all :(

Member Avatar for rproffitt
0
76
Member Avatar for Begginnerdev

Here is a small extention of the Panel class that allows you to 'collapse' it. So far, the user can place a control on the parent form and perform a collapse/expantion by: 'Where cpNew is a Collapsible Panel If Not cpNew.PanelCollapsed Then cpNew.Collapse() 'or If cpNew.PanelCollapsed Then cpNew.Expand() I will …

Member Avatar for parjor
0
2K
Member Avatar for Raj_14

Public Class Form1 Private Sub cmdmark_Click(sender As Object, e As EventArgs) Handles cmdmark.Click Dim intsum As Integer, intnum As Integer Dim inthighest As Integer Dim intlowest As Integer intnum = InputBox("Enter the mark") intsum = intnum + intsum intnum = InputBox("Enter the mark For subject 2") intsum = intnum + …

Member Avatar for rubberman
0
107
Member Avatar for اشرف_1

Hello I have VB.NET System ; I wanna to make setup (.exe) for the program. The Program depend on SQL Server Database. How I can make it exe file with the database, and to install all the configuration on any PC. What I shall do according to the connection string …

Member Avatar for basit_3
0
2K
Member Avatar for සශික

Recently I saved boolean value by radio command button . Now I want to retrive that value to search form. Please help me ????

Member Avatar for tinstaafl
0
114
Member Avatar for සශික

I making application using vb.net and mysql database(mysql query broweser). In my programm there is two date time pickers (dtpisf & dtpist). I want to run this application like this, when I select two dates from date time pickers and click button it will show total of column in text …

Member Avatar for සශික
0
290
Member Avatar for Triple_7

In VS2010 I have Form1, 9 textboxes (TextBox1, 2, 3...) and 1 Button (Button1). In the first 8 textboxes a number is entered. Button1 is then clicked and the sum is returned to TextBox9. Everything works fine. I am trying to get the sum in TextBox9 to update as a …

Member Avatar for Reverend Jim
0
111
Member Avatar for basit_3

Hello Guys i want to make a password protected setup installer for my VB.NET application

Member Avatar for basit_3
0
96
Member Avatar for Gilbert_3

Hi guys I need help from you. How do i increment the id like for example: EMP001, EMP002, EMP003 I hope you can help me out guys, thanks in advanced.

Member Avatar for Reverend Jim
0
421

The End.