Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
~10K People Reached
Favorite Forums
Member Avatar for pankaj.garg

Dear All, I am developing a application where I have 1 parent from (windowstate of Parent from is set to Maximized) and 2 child forms. In my Parent form I have a menustrip with following code to activate child - [code] Public Class FormParent Public NewMDIChildForm1 As New Form1() Public …

Member Avatar for mikeybware
0
222
Member Avatar for pankaj.garg

Dear All, I need your suggestion in developing a Database - I will use MYSQL as database. My database will have below specifications - - 1 table "Table-1" with 2 columns - DateTime and Integer Value - 1 table"Table-2" with 5 Columns - columns having process details (i am doing …

Member Avatar for pankaj.garg
0
166
Member Avatar for pankaj.garg

Dear All, Screen Size of my deployment screen is larger than my development screen. If i try to set my form size larger than my development screen size, IDE doesnot accepts this. Please let me know How can I use a form larger than my development screen Size? Pankaj

Member Avatar for pankaj.garg
0
1K
Member Avatar for pankaj.garg

Hi, I am developing a VB net application with lots of TextBox. I need to call a module everytime any of the textbox gets focus. I dont want to write code in every textbox gotfocus event, but a generic code which will call the module everytime any textbox gets focus. …

Member Avatar for pankaj.garg
0
367
Member Avatar for pankaj.garg

Dear All, I am working on CE5 device and developing my application on .net Compact Framework 2. While using threads I am facing a strange problem - My thread terminates unexpectedly when I call a function from it which does a serial communication. Any suggestions why this might be happening? …

0
68
Member Avatar for arvin2006

hi everyone. i have problem with SQL UPDATE command, with Add and Save Record, Delete Record and Search record, it works well, I have this code: for SAVE Command button squery = "": squery = "SELECT * FROM tblEmp WHERE EmpID=" & txtEmpID.Text & "" Call ExecuteCommand With rs .Open …

Member Avatar for danmae
0
142
Member Avatar for nv136

Hello everyone, I am not a professional at vb.net so help me out. I have made a small program and a want to add a serial control to it.... here is my code.... Public Class Form1 Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click If TextBox1.Text …

Member Avatar for nv136
0
494
Member Avatar for pankaj.garg

Hello, I have just migrated from VB6 to VB.net (VB2008) and have created a small test program for Windows CE device in VB .net Now my problem is how to install this on Windows CE device !! Google has been not a great help to me ..may be i am …

0
66
Member Avatar for pankaj.garg

Hello, I am making a program, where cycles of a process are running and i have to save a report every 10th cycle. The report should get saved automatically, without human interference and should be saved in a non-editable format (say PDF, JPG etc). I have tried a couple of …

Member Avatar for pankaj.garg
0
185
Member Avatar for santosh5471

Any body having any solution to write a report without using DATA REPORTS and Crystal and allowing it for preview and print. The report should be well designed... Help me

Member Avatar for vb5prgrmr
0
98
Member Avatar for pankaj.garg

Hello, I have multiple problems in an application plotting online data. Below are my problems - 1. MSCharts flickers if my updation time is fast (around 1 sec), I have played around with Repaint, LockWindowUpdate and Visible methods, but no positive results. Is there a better method to stop flicker? …

Member Avatar for pankaj.garg
0
220
Member Avatar for abyan

hi.. I'm new in VB, and I have a project to activate LED from VB, but the data from VB should be send first to microcontroller (I am using ATmega8535). so in simple way I suppose to activate the LED, yhe input is from VB, but it must be through …

Member Avatar for abyan
0
147
Member Avatar for pankaj.garg

Hello, I am using MScharts and want to mark individual datapoints in the chart. I am using following code for adding marker - with mschart1.plot.seriescollection.item(3) .SeriesMarker.Auto = False .DataPoints.Item(-1).Marker.Visible = True .DataPoints.Item(-1).Marker.Size = 60 .DataPoints.Item(-1).Marker.Style = VtMarkerStyleX By using above, I am able to mark the entire series, but the …

0
55
Member Avatar for Masterace

Hi people need codes for displaying serial number in a receipt (ie a unique number after every transaction) here is the receipt code am working on [code] Private Sub CmdPrint_Click() 'printing a receipt If MsgBox("Print Receipt?", vbYesNo, "Receipt") = vbYes Then Printer.Print Tab(30); Printer.Print Tab(30); "TIKMASH MANAGEMENT LIMITED" Printer.Print Tab(30); …

Member Avatar for Masterace
0
2K
Member Avatar for pankaj.garg

Hi, i am trying to create a report using VB6...the format of the report is attached as pdf file..the format of report is important for me.. i have my data in Access and finally would like to print report on a word document.. Please let me what should i use …

Member Avatar for akssps011
0
66
Member Avatar for pankaj.garg

Hi, i am developing a program which will store live data (data read from some device every second) into MSAccess database...now i want that data to be available over LAN... i.e. my main computer will be connected to device and i want other computers to read data from the database …

Member Avatar for kinwang2009
0
263
Member Avatar for pankaj.garg

Hi, i am trying to create a program where user can add picture to a form at runtime..and store it in a database as well...i am using following code to define array of picturebox and load a picture in it... [code] Dim mimage() As PictureBox ReDim mimage(0 To num1) As …

Member Avatar for pankaj.garg
0
2K
Member Avatar for pankaj.garg

Hi, i m trying to make a program (VB6) in which i need to do some tasks as soon as the date changes (like creating new database etc.), but dont know how to keep track of date change...searching on this gave me following - 1. Using a timer with 1 …

Member Avatar for pankaj.garg
0
148
Member Avatar for pankaj.garg

Hi, i have couple of doubts.. 1) How do i use MSComm Component in a module...i could gather that i might have to use 'class module' for that..but not able to make that work. 2) if i use a class module..how to pass parameters to a class...as i would like …

Member Avatar for pankaj.garg
0
282
Member Avatar for pankaj.garg

Hi, i am trying to develop a tool box for simple graphics...basically i want to give users an option to use a tool box and design basic drawings at run time...the drawings would be like simple network diagrams...some nodes connected to a backbone types... my friends (google, yahoo etc.) have …

Member Avatar for pankaj.garg
0
106
Member Avatar for a9m2i11t

Hello Everybody....... I am a student of M.C.A. 3rd sem. and I received an assignment on making "Project on Placement Cell " from my college , but i don't know what i have to do in this project...... can you please help in creating this project.... Please tell me from …

Member Avatar for abu taher
0
98
Member Avatar for pankaj.garg

Hello, Please help me in selecting a database to use with VB6. my application will store some 20-25 values each second (24 X 7) along with date-time stamp...and i would need to access this data for over 1 year period... Keeping this in mind...which database should i select? also please …

Member Avatar for pankaj.garg
0
124
Member Avatar for pankaj.garg

hi, i want to communicate with a slave device (temperature controller) using ModBus with RS 485 using VB6, but dont have knowledge of the same. Can you help me by guiding how to move forward..plz suggest some tutorial..or provide some sample program where data from a remote device has been …

Member Avatar for vb5prgrmr
0
127
Member Avatar for pankaj.garg

i have a VB6 application using DAO and other reference libraries...so i used Package & Deployment wizard, so that it works on other machines as well...now my application size has increased from "79 KB" (my earlier exe + DB Files) to whooping "30 MB" (entire package). Please guide me how …

Member Avatar for pankaj.garg
0
147
Member Avatar for pankaj.garg

i created a VB-6 program using reference "DAO 3.51 object library" on XP OS....works ok on my system...but does not work on my friends system...gives error - "Runtime-error 429 : active x component cant create object" friend's system is Windows XP with Office 2007 installed... Pl help to resolve this... …

Member Avatar for AndreRet
0
287
Member Avatar for pankaj.garg

i have 4-5 forms...all of them are called by each other by some or other procedure...now i want to initialize an variable with an integer value only when my program starts.... my problem is where ever i declare the variable...the form gets called and the variable gets re-initialized... or can …

Member Avatar for vb5prgrmr
0
105
Member Avatar for pankaj.garg

hi, i am making an program in VB6 with access database....m inserting dates in the database at random....and want a listbox to be populated with first 3 dates starting after a particular date.... eg. input - 6 jan, 3 dec, 15 feb, 12 march, 10 dec, 7 june, 5 may …

Member Avatar for AndreRet
0
136
Member Avatar for pankaj.garg

Need help for creating an diary alphabetically...some doubts 1. Do i need to create separate recordset for each alphabet (A-Z) ? 2. How do i get the 1st letter of the name entered into a textbox ? (hav heard that "VB Controls" help...but couldnt find a control to help me..) …

Member Avatar for akhileshbc
1
119
Member Avatar for pankaj.garg

i have 2 forms..when i start my application..form1 loads...then i navigate to form2 and adds some data in database using controls on form2, which should also reflect on form1... My data is not getting reflected on form1, after i hide form2...before giving "form2.hide", i tried giving "form1.show" and "form1.refresh" but …

Member Avatar for abu taher
0
254
Member Avatar for pankaj.garg

how can i create an database dynamically i.e. my code creating database while running taking an user input?? i have seen code like below working Dim db As Database Dim ReS As Recordset Set db = OpenDatabase(App.Path + "\Data\" + Userinput + "\Memo.dat") Set ReS = db.OpenRecordset("Memo") ReS.AddNew ReS("Title") = …

Member Avatar for jireh
0
205