2,383 Posted Topics
Re: "SELECT Name,Date,Action FROM Track WHERE SerialNumber='" & Trim(txtSerial.Text) &"'" | |
Re: see this link : [URL="http://www.daniweb.com/forums/thread104453.html"]http://www.daniweb.com/forums/thread104453.html[/URL] | |
Re: 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. | |
Re: [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 | |
| |
| |
hi dani... may i know how can to add my Reputation-Altering Power?i got a little confused here.. thx. best regards.. | |
Re: 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 … | |
Re: 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. | |
Re: 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] | |
Re: 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 … | |
Re: 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], … | |
Re: what project do you want?how about get the computer name? | |
Re: 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 … | |
Re: 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 | |
Re: how about decision support system for marketing enterprise. asp with C# is good | |
Re: 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 … | |
Re: set the background image,FlatStyle,ImageAlign and size on your button properties it will like this.. [ATTACH]4755[/ATTACH] | |
Re: 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. | |
Re: you didn't have server... [CODE]New SqlConnection("server=;database=tempdb;uid=;pwd=")[/CODE] what is your server name?? | |
Re: 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. | |
Re: see this link theonlyhugeg [URL="http://www.daniweb.com/forums/thread101803.html"]http://www.daniweb.com/forums/thread101803.html[/URL] | |
Re: Right..., please post the screen shot what splashform that you want... | |
Re: [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] | |
Re: 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 … | |
Re: 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 … | |
Re: how about to use manifest file to make like xp, so it will work to all component. | |
Re: in radio button properties : find back color->select the web tab->choosy the transparent color. | |
Re: 380 but i didn't submit the high score... play again...careful with the bounces. | |
| |
Re: 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 … | |
Re: i choose a nice one. cause i hope in next year i can get anything more nice, good and be successful always.:) | |
Re: 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. | |
Re: 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. | |
Re: 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. | |
![]() | Re: yup, you cannot get the source code from msi except you add your source code too when you build setup program. ![]() |
Re: 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. | |
Re: 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 … | |
Re: 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. | |
Re: 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() … |
The End.