hi all , How to get the MAC address Is there any need to create a new class?? please explain me in detail with coding. i vl be thankful to u . regards, saravan
saravana001
Posts
-
How to get MAC address -
Running a Dos command in VB .netHi all, I need to run dos commands like copy,del through my vb.net program. can any one plz help me with the syntax.. Thanks in advance, M.Saravana...
-
Print in VB .NEThi, i need to create a bill(print out) with the details entered in the textbox of a form. i need to place those details in the appropriate place in the bill(with some co-ordinates like(x,y)in a4 sheet(for eg)).i donno even how to start.anybody please help me to get a printout. Thanks in advance, M.Saravana...
-
How to Change the name of a formHi all, I'm Beginner in VB .Net,now i'm havng 10 Forms in my project named as form1,form2,form3 etc,. How to change the name of that form,and wat r the changes, we need to do ,if we change the name of a form,, Any one plz help me in this regard,,,, Thanks in advance Saravana...
-
RunTime Error in MFCwhy do i get Run time error! c:/.../.../pc.exe Abnormal program termination. while i'm running my application(MFC) in VISTA. whereas it is working fine in XP. Can any one please help mi in this regard. thanks in advance... Saavana...
-
How to get maximized form.Hi all,i have opened my mainframe in the maximised view as default.but i cant open my forms maximised as default.anybody plz help me in opening my forms maximised as default.now i'm maximising it using the maximise button in that form. Thanks in advance. Saravana..
-
How can we get pictures in MainframeHi all, how to add pictures to the mainframe as my mainframe is opening with nothing in it.can any one plz tell me clearly about this,,, thanks in advance, Saravana...
-
How to open my Mainframethanq nelek..,it is working..plz help mi how to get my child window maximised.. thanks in advance saravana...
-
How to open my MainframeHi all, I want my mainframe to open in the maximized view defaultly,now i'm using the maximize button to do that,can anybody plz help in this. Regards.. saravana...
-
How can i scroll mi MsflexgridThats fine chandu....let us wait for a simple solution. Regards. Saravana..
-
How can i scroll mi Msflexgridhere is my clear question chandu.. i'm having a msflexgrid in my dialog.i want to scroll the flexgrid to and fro to view all the data using the mouse scroller(roller of the mouse).now my mouse scroller is not working inside the flexgrid.(they are now working only by cliking the buttons) thanks .... saravana.
-
How can i scroll mi Msflexgridhi all, now i'm having a msflexgrid vth mi dialog.i could scroll inside mi dialog.but mi probs is that i couldn't scroll inside mi flexgrid using the mouse(scroller).can any one plz help mi in this regard. very thanks in advance. Saravana...
-
How to start Visual C++?u better go for SAMS "Teach urself VC++ in 21 days" book by Davis chapman.Very good book for all beginners in vc++..
-
How can i search a item in a msflexgridhi, I have a msflexgrid with 2 columns and 25 rows(all with data in it) in my dialog.i'm also having a edit box in the same dialog above the flex grid.now wat i want is..if i type a name or a letter in the edit box the mouse pointer should go to that row that contains the name. for example if i hav 2 colums(name and rollno)in msflexgrid if i type "A" in the edit box,thn the mouse cursor should go to the row where that name column contains first letter as "A".Is there any function for getting the mouse pointer to our flexgrid? Anybody please help mi in this regard. Thanks in advance, Saravana..
-
Not able to add Item in Combo Box [modified]U can add a string to a combo box using CString string1; m_combobox.AddString(String1); here m_combobox is the member variable of the combo box. Regards.. Saravana..
-
can any body tell me how to make a invisble textbox visible in vc++I think this can be done by right clicking the Edit box----properties--->select the "Visible"(checked).(in the Resourse View) Or u can do it using the same command as chandu told.. i.e., GetDlgItem(IDC_EDIT)->ShowWindow(TRUE) I thnk this command brings you the solution. Thanks,, saravana...
-
How to Convert a Float to a stringHi i hav converted an integer to a string using the following method, CString str; int i; char TempBuffer[50]; _itoa(i,TempBuffer,10) str=TempBuffer; Now how can i convert a Float to a string . any can please tell mi the solution(easy if the soln is similar to the above) thanks
-
How can i Add a set of integers to my ComboBoxhi, I've added a set of strings(from Database) to my combo box using membervariable.AddString(CString) Now,How can i add a set of integers to my combo box. Can any one tell mi a solution for this...with a clear example(as i'm a beginner). if so please tell me how to add the floats to the same.. thank you in advance..........
-
How to Display the Value of a member varible in message boxI'm working with VC++ MFC application .. I want to display a message box with value of a membervariable which i'm using in mi program.To do this whether i need to include any headerfile?.ifso please help me by giving the code or format as i'm a beginner.Anyone please help mi in this regard. Thanks in Advance, Saravana...
-
How to color a form in my MFC applicationI'm working with MFC (.exe) application in VC++. i've inserted a "form" in my application.i coloured the "form" by using the properties of the "form"...But i dnt know ,how to color the dialog containing my "form"... can anyone help in this regard thanks in advance... Saravana....