- Strength to Increase Rep
- +0
- Strength to Decrease Rep
- -0
- Upvotes Received
- 2
- Posts with Upvotes
- 2
- Upvoting Members
- 2
- Downvotes Received
- 2
- Posts with Downvotes
- 2
- Downvoting Members
- 2
41 Posted Topics
Re: [QUOTE=OblibSystems;1670499]I want to know how much it will earn me if i had them on my page. Didnt think you needed to spend for that.[/QUOTE] it depend on number of clicks. if your site is receiving heavy traffic ur chances are more to get earn more. | |
I have a code regarding SMS sending ,but the issue is its not working i have tried to change the buad rate and com port but still not working.Please suggest me what is the reason ? Imports System Imports System.Threading Imports System.ComponentModel Imports System.IO.Ports Public Class Form1 'connect your mobile/GSM … | |
Re: Make sure to add References entry of System.Windows.Forms | |
| |
Dear iam new in PHP , i have downloaded a free code template which has a <div class="container"> with heading <h2>Featured Projects</h2> it show the featured pictures i want the same as Featured properties below it ,but when i copy the code it dont work please help me out how … | |
I have a table with in ms access with fields like . LoginID, UserID , CheckInTime 101 , 122 ,10/27/2014 4:32:27 AM iwant to filter the data in my vb.net form by date . what query i need so that i can filter the data by date? so that when … | |
Dear , iam planning to setup 100TB data center, the purpose is to stream videos on web application. I want to know is what hardware is suitable for video streaming how many servers,Disk Arrays,SAN etc? REQUIRMENTS: i.Video Streaming ii. 100 TB data storage iii.Backup Storage | |
Re: use encryption techniques like RC4 algo | |
Dear fellows , The concept is to split the screen to view all windows at a time .It will allow main screen to be split into two or more sections. It will be helpful for the active program’s window to be resized properly to one part of the screen. Using … | |
Re: you can use conditional statments that if settings are enabled then form main.show else setting form.show | |
Re: In database make a view of two tables first then query the view. in crystal report | |
I want to print data from XML in readable formate which is the last section of XML file .My code writes data from database to XML file . Here is a code i use to write XML Note: myread is a dll containing dataset,data adapter and connection string. ds As … | |
In sql server we use schema but iwant to know that how we get data from a specific column by selecting its column name. there is a combo box that contain column names , now i want that when we select column name in combo it show the data of … | |
Re: you need to write a code and a GSM device like mobile with datacable ,when you write a text and press send button your code will connect to your mobile or GSM device which send the data to any network. | |
there are two combobox cm1 and cm2 when user select columns from database for x axis and y axis in cm1 and cm2 the graph show the data from those columns . Need your help that how to populate combos with column names and to show the graph of selected … | |
Re: if you are newbie then let me explain in common language....its very simple give unique id to every driver with information or whatever you like, in your code or example txt1 is assigned for drivers ID when you manulay enter the ID in txt1 a find function will run "you … | |
Re: save it inside your program by creating a class Public Class CommonMethods Public Sub GeneralInsertIntoUserTable(ByVal user As String, ByVal password As String) Dim connection As New OleDb.OleDbConnection("PROVIDER=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files\Data\Data.mdb;") Dim command As New OleDb.OleDbCommand(String.Format("INSERT INTO tblUser User, Password VALUES (@1, @2)", user, password), connection) connection.Open() command.ExecuteNonQuery() connection.Close() End Sub End … | |
How to popup alert message to a 2nd client end when a new data enter in database done by client1 on network ? for example me and my friend using an application for data entry, when i enter any data through software he get an alert message that new data … | |
Dear fellows , its a nightmare for me to set the resolutions of vb.net forms autmoaticly adjustable. I would like to know what are the suggested size of the form and what are the parameters to set to make the form screen resolution adjustable. One thing to inform you that … | |
The problem is i want to show a default value on form load in comobo box txt5, user dont need to click on it. am using goto focus and lost focus to grab data from data base . I need your suggestion that how to populate a combo txt5 on … | |
Dear fellows , The problem is ,one of my client wants to setup a credit card system in his company. He want to provide credit cards to his clients to let them swap in the slot machines when they need money and all the slot machines need to connect with … ![]() | |
i have a view named vw_admissionform with columns familycode,Regno,studentname,class for admission form . now if i want to print a student admission form by enetring registration no "regno" in txt1.text then his siblings should also be mentioned on the admission form as requirment by client. for this am using familycode … | |
Hi, am using direct print command for crystal report from vb.net form to print barcode on tags.the problem is when i enable preview it give me correct print horizontal on barcode tag , but when i use direct print command it print verticaly on barcode , i have tried all … | |
Re: Suppose you are saving data in TB_STAFF and the column field name to save numbers is num and display textbox on form is txt1. so here we go... Call this funcion on form_load. Private Sub AUTOCODE() myRead.myfill("SELECT num FROM TB_STAFF ORDER BY num DESC") If myRead.dt.Rows.Count > 0 Then txt1.Text … | |
Need your urgent help , i have connected weighing machine with serial port ,now am getting data to a rich textbox in a string form , problem is i dont know how to get the only desired figures. the output string coming in this format from rtbDisplay _A0+0000002 Kg054__A0+0000002 Kg054__ … | |
Hello,, i want combo to search the whole word before space ..like for blue berries when i press B it should give the whole word blue only not berries but when i select again b the it should give me blue berries . senario.. i have 3 names in combo … | |
Hi ya, Iam using firebird v 2.5 database with vb.net .i just want a help regarding how to create a new user in fb database programmatic ally in vb.net . thank you. | |
iam facing a problem ,i want to add a form to my project from another project,when i add the form and try to run it give me error,i dont know what is the problem i have added its module and database also but still giving me [COLOR="Red"](ERROR:Run time error 3709 … | |
Hi , i use enable choice function to enable or disable the ADD button for data grid. now when i tried to use the code for update button its not working.. need to add cmdUpdateEntry. here is the code..[CODE]Sub EnableChoice() ' disable to remove button ' check to see if … | |
Re: use .update and .refresh method in add form | |
Re: Go to Properties and select From BorderStyle 0-None. | |
iam using datagrid for data entry ,i have added ,add button remove button...but now i want an update button which can update the entries to database from data grid... here is code [CODE]Option Explicit ' couple'o global vars for size trackin' Dim MinHeight As Long Dim MinWidth As Long Private … | |
Hello to Dear Friends, iam creating data reports ,but the problem is i cant find the way to make report in LANDSCAPE...i heard sp5 or sp6 vb can do that ..but i couldn't found any option like that. kindly guide me how to create reports in landscape format... ithink there … | |
hi there, i have created reports through Data reporting, problem is that the data shown in reports it continues, like 2 entries in 1 page ,half entry on next page,, in simple it is unorganized. i want data report to show data separately ..kindly tell me what is the process..to … | |
hi friend,the problem is i have created two projects separately.both have dataEnvoirment with the same name as DataEnvoirment1 ..iwant to add a form from 2nd project to 1st project when i add the form along with its DataEnvoirment it gives duplicate name error, Itried to change the Dataenvoirment1 name to … | |
hi friend, i want that my program should work like this, after inputs of total amount and expenses it automatically give the Total Expense and than TOTAL AMOUNT - TOTAL EXPENSE it give me the Remaining Amount. the total Expense and Remaining Amount should show in a text boxes. as … | |
Dear friend ,iam working on a project in which i have to make a database on 14 columns and then a program in vb to add the new data,delet and find. i have created database and a flexgrid in vb.but the problem is that icant be able to connect the … | |
Dear friends iam making a vb program when i created splash screen and run the program splash screen run ok and next form with login pop up but when i enter my password to login on second form(FRMMAIN.frm) it give me error.when i remove splash screen it becomes ok again … | |
am facing an error 'Run time error:424 Object required, Private Sub Form_Load()iam highlighting the error in code below. [CODE]Private Sub cmdAddEntry_Click() ' add a new entry to our table. With DataEnvironment1.rsDataTable .AddNew !CodeNo = txtCodeNo !DealerName = txtDealerName !TruckNumber = txtTruckNumber !Quantity = txtQuantity !NetPrice = txtNetPrice !Commision = txtCommision … | |
Re: Sending u a POS form code,u better understand and make it according to ur requirement[CODE]Option Explicit Dim gSlno, gItemCode, gItemname, gQty, gRate, gTotal, Inti Dim Indx Private Sub cmbItmcode_Change() MsfBill.Text = cmbItmcode.Text End Sub Private Sub cmbItmcode_KeyPress(KeyAscii As Integer) On Error GoTo Err_Handler If KeyAscii = 13 Then cmbItmcode.Visible = … |
The End.