2,383 Posted Topics

Member Avatar for nse
Member Avatar for lostandfound
Member Avatar for lostandfound
0
158
Member Avatar for rami2005
Member Avatar for victor77

see this link : [URL="http://www.daniweb.com/forums/thread104453.html"]http://www.daniweb.com/forums/thread104453.html[/URL]

Member Avatar for SCBWV
0
152
Member Avatar for The Dude
Member Avatar for r3su3l0

that u ever heard a GAMBAS Programming? if i didn't wrong, this program like VB and its running under linux. maybe u can use this program, but actually i never tried this program. OK.

Member Avatar for tom curren
0
707
Member Avatar for jayDC

[CODE=VB 6]Private Sub Toolbar1_ButtonClick(ByVal Button As MSComctlLib.Button) Select Case Toolbar1.Buttons.Item(Button.Index).Index Case 1 MsgBox "save" Case 2 Form2.Show End Select End Sub[/CODE] case 1 = its button index, start with 1

Member Avatar for SCBWV
0
724
Member Avatar for Chaky1
Member Avatar for Serunson
0
277
Member Avatar for zandiago
Member Avatar for sneekula
0
455
Member Avatar for Jx_Man

hi dani... may i know how can to add my Reputation-Altering Power?i got a little confused here.. thx. best regards..

Member Avatar for Sawamura
2
371
Member Avatar for OLISAN

MSVBVM50.DLL was not found in new machine. if you want to run your application on new another machine you must build a package. in the package of your project definitely have a MSVBVM50.DLL file. but the exe file will running good without package if you run the exe file on …

Member Avatar for Sawamura
0
176
Member Avatar for The Dude

hmmm... this never ending. everyone/nation think they right. to many thoughts and all be in contradiction. actually peace start from ourself. so we can't compulse other people to change but we must change.

Member Avatar for sneekula
0
469
Member Avatar for x2per14
Member Avatar for Sawamura

try this following code and change the code as you needed : [CODE]CrystalReportViewer1.selectionFormula = "Date({DbName.TableName})>= #" & DateTimePicker1.value & " # And Date({DbName.TableName})<= #" & DateTimePicker2.value & "#" CrystalReportViewer1.RefreshReport()[/CODE]

Member Avatar for Sawamura
0
358
Member Avatar for Sawamura

you mean the form can be change like opacity.If i right then try this following code : add this following code to module : [CODE]Private Declare Function GetWindowLong Lib "user32.dll" Alias "GetWindowLongA" (ByVal hwnd As Long,ByVal nIndex As Long) As Long Private Declare Function SetWindowLong Lib "user32.dll" Alias "SetWindowLongA" (ByVal …

Member Avatar for Sawamura
0
439
Member Avatar for Sawamura

this following code to save int file into DAT file : [CODE]# include <iostream.h> # include <fstream.h> void main () { int data[] = { 23, 456, 678, 2314, 20, 56, 30981}; cout<< "Record Data...." <<endl; ofstream file_data("INT.DAT", ios::binary); for (int i = 0;i < (sizeof(data)/sizeof(int)); i++) file_data.write((char *) &data[i], …

Member Avatar for Jx_Man
0
218
Member Avatar for arunsolanki31
Member Avatar for Jx_Man
0
67
Member Avatar for Sawamura

hi sawamura, i reply many code using api function this day. if u want to snaphot u can use api function (PrintWindow and WindowFromPoint) this a little sample to you. u can develop as u want.. [CODE] Private Declare Function PrintWindow Lib "user32" (ByVal hwnd As Long, ByVal hdcBlt As …

Member Avatar for x2per14
0
359
Member Avatar for ericstenson

if i not wrong, it's the old name for what are now Xbase files.so basically anything that will open Xbase should open xdb. It is also the extension given to Norton Anti Virus updates

Member Avatar for Jx_Man
0
131
Member Avatar for shilparaheja

how about decision support system for marketing enterprise. asp with C# is good

Member Avatar for Jx_Man
0
90
Member Avatar for pranavdv

so, u want to show image/photos on image or picturebox then when u click that control you will browse image to show, right? if i didn't wrong in understand your post, this is code for showing image.. add microsoft common dialog 6.0 control on add componet. use common dialog on …

Member Avatar for Jx_Man
0
109
Member Avatar for guest11

set the background image,FlatStyle,ImageAlign and size on your button properties it will like this.. [ATTACH]4755[/ATTACH]

Member Avatar for ericstenson
0
493
Member Avatar for hanes84

hmm...it's the demo/trial version... you just can convert 100 line of project (if i not wrong). you must to pay to get the full version..i m sorry.

Member Avatar for hanes84
0
123
Member Avatar for Kartikey

you didn't have server... [CODE]New SqlConnection("server=;database=tempdb;uid=;pwd=")[/CODE] what is your server name??

Member Avatar for ericstenson
0
86
Member Avatar for Kosmatik

make some shared variable to accommodate state of check box has checked or not. so with shared variable you can access the value of check box from other forms.

Member Avatar for Kosmatik
0
234
Member Avatar for Bobby_999
Member Avatar for ericstenson
0
81
Member Avatar for vasudha k
Member Avatar for theonlyhugeg

see this link theonlyhugeg [URL="http://www.daniweb.com/forums/thread101803.html"]http://www.daniweb.com/forums/thread101803.html[/URL]

Member Avatar for Mbt925
0
132
Member Avatar for juniorprogramme
Member Avatar for ericstenson
0
114
Member Avatar for peter_budo

[attach]4643[/attach] hope the best for all of you in everything you do and you can pass any challenge in next year. [COLOR="Red"]MERRY CHRISTMAS AND HAPPY NEW YEAR[/COLOR]

Member Avatar for ZZucker
1
234
Member Avatar for Kartikey

Hi Kartikey... first : i wanna say welcome in dani web... second : you didn't show any effort from your program.. [COLOR="Red"]"We only give homework help to those who show effort" [/COLOR] :) so, when you post thread again please show the effort...effort can make all of people here to …

Member Avatar for jagruthi
-1
385
Member Avatar for brightmohan

what db that u using? if u use sql server 2000, try this following code : this code will fill the combobox .. [CODE]Private Sub BacaData() Dim i As Integer Dim cmdTraining As New SqlCommand Dim daTraining As New SqlDataAdapter Dim dsTraining As New DataSet Dim dtTraining As New DataTable …

Member Avatar for brightmohan
0
118
Member Avatar for hawisme000
Member Avatar for x2per14
0
178
Member Avatar for Annex

in radio button properties : find back color->select the web tab->choosy the transparent color.

Member Avatar for Jx_Man
0
81
Member Avatar for brainchief
Member Avatar for MidiMagic
0
723
Member Avatar for The Dude
Member Avatar for The Dude
Member Avatar for peter_budo
Member Avatar for The Dude

380 but i didn't submit the high score... play again...careful with the bounces.

Member Avatar for The Dude
0
72
Member Avatar for sneekula
Member Avatar for twomers
0
272
Member Avatar for Jade_me

hi jade_me.. sawamura already give the function u just add one function again to release capture. try this following code : [CODE] Option Explicit Private Declare Function SendMessage Lib "user32" Alias "SendMessageA" (ByVal hwnd As Long, ByVal wMsg As Long, ByVal wParam As Long, lParam As Any) As Long Private …

Member Avatar for Mbt925
1
152
Member Avatar for scru

i choose a nice one. cause i hope in next year i can get anything more nice, good and be successful always.:)

Member Avatar for sneekula
0
126
Member Avatar for scru

i want to finish my graduate project (my mom always asked me when i will get the graduate) :) and get a good job as fast i can.

Member Avatar for jbennet
0
232
Member Avatar for scru

hmmm. i already got a big one a few years ago, it was happened in my country and the point in my town... the earthquakes make all of building is collapse, thousands people died and many road broken and cracked.

Member Avatar for GrimJack
0
101
Member Avatar for joekat

i ever has problem like this before but i use vb.net : 1. check the database name or report database path. 2. try to add the file that it need to using by crystal report. OK.

Member Avatar for joekat
0
98
Member Avatar for Dukane

yup, you cannot get the source code from msi except you add your source code too when you build setup program.

Member Avatar for Dukane
-1
187
Member Avatar for Dr_computer

hi dr_computer. we finally discussed for you problem in your own post before. you should saw your post about add image. in this post you asked about add flash too and we already answer that. so, open your own [URL="http://www.daniweb.com/forums/thread101278.html"]link [/URL]post. OK.

Member Avatar for Jx_Man
0
88
Member Avatar for rhinocort23

are you mean that when the row of datagrid selected then other datagrid will change agree with the selected point?? if my question is right one, you can use click event to do this. when datagrid is selected you will specify the row that you want to use as key …

Member Avatar for rhinocort23
0
92
Member Avatar for Jade_me

this api function : [CODE] private Declare function flashWindow Lib "user32" (ByVal hwnd as Long, ByVal bInvert as Long) As Long [/CODE] add this code to timer1 : FlashWindow Me.hwnd, 1 in this case i set timer interval = 500 hope this helps. all for the best.

Member Avatar for debasisdas
2
103
Member Avatar for Dr_computer

try this to open file image : [CODE]Private Sub btn_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles btn.Click With OpenFileDialog1 '.InitialDirectory = "C:\" .Filter = "All Files|*.*|Bitmaps|*.bmp|GIFs|*.gif|JPEGs|*.jpg" .FilterIndex = 2 End With If OpenFileDialog1.ShowDialog() = DialogResult.OK Then PictureBox1.Image = Image.FromFile(OpenFileDialog1.FileName) PictureBox1.SizeMode = PictureBoxSizeMode.StretchImage PictureBox1.BorderStyle = BorderStyle.Fixed3D lblFilePath.Text = OpenFileDialog1.FileName() …

Member Avatar for Jx_Man
0
225

The End.